aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
committertdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
commit088ff760327f0e7f3d1e4d734442cb1a6b151f64 (patch)
tree80ef8eb9b7b9e0574e4a3b5290f5055214f1343f
parentfad87c5cc042ea293b3d5cd7a139d124dce1cbd4 (diff)
downloadcanory-088ff760327f0e7f3d1e4d734442cb1a6b151f64.tar.gz
canory-088ff760327f0e7f3d1e4d734442cb1a6b151f64.tar.bz2
canory-088ff760327f0e7f3d1e4d734442cb1a6b151f64.zip
config: Likes -> Marked
-rw-r--r--Makefile2
-rw-r--r--assets/css/default.css2
-rw-r--r--content/canory/messages/pinned.md2
-rw-r--r--static/icons/feather/bookmark.svg (renamed from static/icons/feather/heart.svg)2
-rw-r--r--themes/default/layouts/_default/section.marks.html (renamed from themes/default/layouts/_default/section.likes.html)10
-rw-r--r--themes/default/layouts/partials/count-likes.html12
-rw-r--r--themes/default/layouts/partials/count-marks.html11
-rw-r--r--themes/default/layouts/partials/generate-authors.html4
-rw-r--r--themes/default/layouts/partials/meta-anchored.html10
-rw-r--r--themes/default/layouts/partials/profile-tabs.html2
10 files changed, 28 insertions, 29 deletions
diff --git a/Makefile b/Makefile
index 46c86e2..6510793 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ build-icons: # Build icons
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/eye.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/file-text.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/globe.svg --output-dir static/icons/feather
- curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/heart.svg --output-dir static/icons/feather
+ curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/bookmark.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/link.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/map-pin.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/refresh-cw.svg --output-dir static/icons/feather
diff --git a/assets/css/default.css b/assets/css/default.css
index 8953f6f..8464f2f 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1307,7 +1307,7 @@ anchored-pinned svg {
fill: #9ed1fa;
}
-anchored-liked svg {
+anchored-marked svg {
fill: #cd5c5c;
}
diff --git a/content/canory/messages/pinned.md b/content/canory/messages/pinned.md
index 1e3b219..faf8781 100644
--- a/content/canory/messages/pinned.md
+++ b/content/canory/messages/pinned.md
@@ -3,7 +3,7 @@ date = "2022-02-05T02:20:51+00:00"
lastmod = "2022-03-29T22:55:17+00:00"
tags = [ "docs" ]
weight = 1
-liked = true
+marked = true
+++
This message is pinned for reasons unknown. For a quick start guide,
diff --git a/static/icons/feather/heart.svg b/static/icons/feather/bookmark.svg
index 850bd6f..98cc81c 100644
--- a/static/icons/feather/heart.svg
+++ b/static/icons/feather/bookmark.svg
@@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
><path
- d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"
+ d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"
/></svg
>
diff --git a/themes/default/layouts/_default/section.likes.html b/themes/default/layouts/_default/section.marks.html
index 5626344..5b6cea0 100644
--- a/themes/default/layouts/_default/section.likes.html
+++ b/themes/default/layouts/_default/section.marks.html
@@ -4,7 +4,7 @@
<style>
{{ partial "navigator.css.html" (dict "Link" "/") | safeCSS }}
- tab-bar a[href^="{{ "" | absURL }}/{{ $author }}/likes"] {
+ tab-bar a[href^="{{ "" | absURL }}/{{ $author }}/marks"] {
color: #111;
color: var(--foreground);
font-weight: 700;
@@ -19,8 +19,8 @@
{{- define "header" -}}
{{- $author := partial "function-authors-data.html" . -}}
{{- $authors := where .Site.RegularPages "Section" $author.user -}}
- {{- $likes := where .Site.RegularPages ".Params.liked" true -}}
- {{- $filteredPages := $authors | intersect $likes -}}
+ {{- $items := where .Site.RegularPages ".Params.marked" true -}}
+ {{- $filteredPages := $authors | intersect $items -}}
{{- $paginator := .Paginate $filteredPages -}}
{{- partial "navigator-middle.html"
@@ -28,9 +28,9 @@
"Context" .
"IconLabel" "Back"
"Id" "back"
- "Title" "Likes"
+ "Title" "Marks"
"Icon" "arrow-left"
- "Subtitle" (print (partial "count-likes.html" .) " " "Total")
+ "Subtitle" (print (partial "count-marks.html" .) " " "Total")
"Href" (or (and (gt $paginator.PageNumber 1) ($paginator.Prev.URL | absURL)) "/")
)
-}}
diff --git a/themes/default/layouts/partials/count-likes.html b/themes/default/layouts/partials/count-likes.html
deleted file mode 100644
index e9a2d09..0000000
--- a/themes/default/layouts/partials/count-likes.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{- $author := partial "function-authors-data.html" . -}}
-{{- $count := 0 -}}
-
-{{- $likes := where .Site.RegularPages ".Params.liked" true -}}
-{{- $authors := where .Site.RegularPages "Section" $author.user -}}
-{{- $filteredPages := $authors | intersect $likes -}}
-
-{{- range $filteredPages -}}
- {{- $count = add $count 1 -}}
-{{- end -}}
-
-{{- print (lang.FormatNumberCustom 0 $count) -}}
diff --git a/themes/default/layouts/partials/count-marks.html b/themes/default/layouts/partials/count-marks.html
new file mode 100644
index 0000000..b251555
--- /dev/null
+++ b/themes/default/layouts/partials/count-marks.html
@@ -0,0 +1,11 @@
+{{- $count := 0 -}}
+{{- $author := .Section -}}
+{{- $items := where .Site.RegularPages ".Params.marked" true -}}
+{{- $authors := where .Site.RegularPages "Section" $author -}}
+{{- $filteredPages := $authors | intersect $items -}}
+
+{{- range $filteredPages -}}
+ {{- $count = add $count 1 -}}
+{{- end -}}
+
+{{- print (lang.FormatNumberCustom 0 $count) -}}
diff --git a/themes/default/layouts/partials/generate-authors.html b/themes/default/layouts/partials/generate-authors.html
index a0fd825..29c991d 100644
--- a/themes/default/layouts/partials/generate-authors.html
+++ b/themes/default/layouts/partials/generate-authors.html
@@ -48,10 +48,10 @@
{{- $writeToFile := $template.Permalink -}}
{{- $template := resources.ExecuteAsTemplate
- (print "/data/generates/content/" $author "/likes/" "_index.md")
+ (print "/data/generates/content/" $author "/marks/" "_index.md")
(dict
"author" $author
- "layout" "section.likes"
+ "layout" "section.marks"
)
$markdown
-}}
diff --git a/themes/default/layouts/partials/meta-anchored.html b/themes/default/layouts/partials/meta-anchored.html
index 31b910f..431fa64 100644
--- a/themes/default/layouts/partials/meta-anchored.html
+++ b/themes/default/layouts/partials/meta-anchored.html
@@ -9,11 +9,11 @@
</anchored-pinned>
{{ end }}
- {{ if .Params.Liked }}
- <anchored-liked>
- {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/heart.svg")) }}
- <span>Liked</span>
- </anchored-liked>
+ {{ if .Params.Marked }}
+ <anchored-marked>
+ {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/bookmark.svg")) }}
+ <span>Marked</span>
+ </anchored-marked>
{{ end }}
</micro-metadata-anchored>
{{ end }}
diff --git a/themes/default/layouts/partials/profile-tabs.html b/themes/default/layouts/partials/profile-tabs.html
index ec87076..1ca632b 100644
--- a/themes/default/layouts/partials/profile-tabs.html
+++ b/themes/default/layouts/partials/profile-tabs.html
@@ -25,7 +25,7 @@
</a>
<a
- data-label="{{ $label := "Likes" }}{{ $label }}"
+ data-label="{{ $label := "Marks" }}{{ $label }}"
href="{{ $path }}/{{ lower $label }}/#{{ lower $label }}">
{{ $label }}
<span data-scroll="" id="{{ lower $label }}"></span>