diff --git a/public/tags/activitypub/index.html b/public/tags/activitypub/index.html new file mode 100644 index 0000000..be716be --- /dev/null +++ b/public/tags/activitypub/index.html @@ -0,0 +1,113 @@ + + + + + +Tag: ActivityPub | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #ActivityPub + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/calckey/index.html b/public/tags/calckey/index.html new file mode 100644 index 0000000..5fdfec3 --- /dev/null +++ b/public/tags/calckey/index.html @@ -0,0 +1,113 @@ + + + + + +Tag: Calckey | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #Calckey + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/code/index.html b/public/tags/code/index.html new file mode 100644 index 0000000..e744f73 --- /dev/null +++ b/public/tags/code/index.html @@ -0,0 +1,112 @@ + + + + + +Tag: code | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #code + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/fediverse/index.html b/public/tags/fediverse/index.html new file mode 100644 index 0000000..0ffcefb --- /dev/null +++ b/public/tags/fediverse/index.html @@ -0,0 +1,113 @@ + + + + + +Tag: Fediverse | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #Fediverse + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..7b3dccc --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,145 @@ + + + + + Tags | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

all tags

+ + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/learning/index.html b/public/tags/learning/index.html new file mode 100644 index 0000000..30772c1 --- /dev/null +++ b/public/tags/learning/index.html @@ -0,0 +1,112 @@ + + + + + +Tag: learning | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #learning + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/mastodon/index.html b/public/tags/mastodon/index.html new file mode 100644 index 0000000..b6bd9d0 --- /dev/null +++ b/public/tags/mastodon/index.html @@ -0,0 +1,113 @@ + + + + + +Tag: Mastodon | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #Mastodon + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/misskey/index.html b/public/tags/misskey/index.html new file mode 100644 index 0000000..04445ff --- /dev/null +++ b/public/tags/misskey/index.html @@ -0,0 +1,113 @@ + + + + + +Tag: Misskey | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #Misskey + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/programming/index.html b/public/tags/programming/index.html new file mode 100644 index 0000000..c8a4222 --- /dev/null +++ b/public/tags/programming/index.html @@ -0,0 +1,112 @@ + + + + + +Tag: programming | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #programming + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html new file mode 100644 index 0000000..1902762 --- /dev/null +++ b/public/tags/rust/index.html @@ -0,0 +1,112 @@ + + + + + +Tag: Rust | CherryKitten + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+

+ tag: #Rust + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/templates/tags/list.html b/templates/tags/list.html new file mode 100644 index 0000000..98cd693 --- /dev/null +++ b/templates/tags/list.html @@ -0,0 +1,21 @@ +{% extends "index.html" %} + +{%- block title -%} +{{ title_macros::title(page_title="Tags", main_title=config.title) }} +{%- endblock -%} + +{% block content %} +
+

all tags

+ + +
+{% endblock content %} diff --git a/templates/tags/single.html b/templates/tags/single.html new file mode 100644 index 0000000..92183b6 --- /dev/null +++ b/templates/tags/single.html @@ -0,0 +1,21 @@ +{% extends "index.html" %} + +{%- block title -%} +{% set title = "Tag: " ~ term.name %} +{{ title_macros::title(page_title=title, main_title=config.title) }} +{%- endblock -%} + +{% block content %} +
+

+ tag: #{{ term.name }} + ({{ term.pages | length }} post{{ term.pages | length | pluralize }}) +

+ + + Show all tags + + + {{ post_macros::list_posts(pages=term.pages) }} +
+{% endblock content %}