diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 653dbc0..3db6ce7 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -15,16 +15,20 @@ pageRef = "posts" weight = 10 -#[[main]] -# name = "Categories" -# pageRef = "categories" -# weight = 20 +[[main]] + name = "Categories" + pageRef = "categories" + weight = 20 -#[[main]] -# name = "Tags" -# pageRef = "tags" -# weight = 30 +[[main]] + name = "Commited Lines" + pageRef = "commitedlines" + weight = 30 +[[main]] + name = "Friends" + pageRef = "friends" + weight = 30 # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before diff --git a/config/_default/params.toml b/config/_default/params.toml index 00493ae..90e72ce 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -12,7 +12,7 @@ autoSwitchAppearance = true enableSearch = true enableCodeCopy = true -mainSections = ["posts", "comics"] +mainSections = ["posts", "commitedlines","wafuverse"] # robots = "" [header] diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index 530dfe8..0000000 --- a/content/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -menu: - main: - name: Home - weight: -100 - params: - icon: home ---- \ No newline at end of file diff --git a/content/comic/commitedlines/1/image.png b/content/commitedlines/1/image.png similarity index 100% rename from content/comic/commitedlines/1/image.png rename to content/commitedlines/1/image.png diff --git a/content/comic/commitedlines/1/index.md b/content/commitedlines/1/index.md similarity index 89% rename from content/comic/commitedlines/1/index.md rename to content/commitedlines/1/index.md index 9788caa..3cdcbbe 100644 --- a/content/comic/commitedlines/1/index.md +++ b/content/commitedlines/1/index.md @@ -6,5 +6,3 @@ image: "image.png" categories: ["Comics"] tags: ["Commited Lines"] --- - -![](image.png) \ No newline at end of file diff --git a/content/page/comics/index.md b/content/page/comics/index.md new file mode 100644 index 0000000..db44043 --- /dev/null +++ b/content/page/comics/index.md @@ -0,0 +1,10 @@ +--- +title: Comics +comments: false +date: 2022-12-23 +--- +The comics I do. + + + + diff --git a/content/comic/wafuverse/bootleg/image.png b/content/wafuverse/bootleg/image.png similarity index 100% rename from content/comic/wafuverse/bootleg/image.png rename to content/wafuverse/bootleg/image.png diff --git a/content/comic/wafuverse/bootleg/index.md b/content/wafuverse/bootleg/index.md similarity index 100% rename from content/comic/wafuverse/bootleg/index.md rename to content/wafuverse/bootleg/index.md diff --git a/layouts/commitedlines/single.html b/layouts/commitedlines/single.html new file mode 100644 index 0000000..5715264 --- /dev/null +++ b/layouts/commitedlines/single.html @@ -0,0 +1,92 @@ +{{ define "main" }} +{{ .Scratch.Set "scope" "single" }} + +
+ {{ if .Params.showHero | default (.Site.Params.article.showHero | default false) }} + {{ $heroStyle := print "partials/hero/" .Site.Params.article.heroStyle ".html" }} + {{ if templates.Exists $heroStyle }} + {{ partial $heroStyle . }} + {{ else }} + {{ partial "partials/hero/basic.html" . }} + {{ end }} + {{- end -}} + +
+ {{ if .Params.showBreadcrumbs | default (.Site.Params.article.showBreadcrumbs | default false) }} + {{ partial "breadcrumbs.html" . }} + {{ end }} +

+ {{ .Title | emojify }} +

+
+ {{ partial "article-meta.html" (dict "context" . "scope" "single") }} +
+
+
+ {{ if and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in + .TableOfContents " +
+ {{ partial "toc.html" . }} +
+ + {{ end }} +
+ {{ partial "series.html" . }} + {{ .Content | emojify }} +

+ {{ partial "series-closed.html" . }} +
+ + {{ $jsPage := resources.Get "js/page.js" }} + {{ $jsPage = $jsPage | resources.Minify | resources.Fingerprint "sha512" }} + +
+ {{ .Title }} + +
+{{ end }} \ No newline at end of file diff --git a/layouts/wafuverse/single.html b/layouts/wafuverse/single.html new file mode 100644 index 0000000..5715264 --- /dev/null +++ b/layouts/wafuverse/single.html @@ -0,0 +1,92 @@ +{{ define "main" }} +{{ .Scratch.Set "scope" "single" }} + +
+ {{ if .Params.showHero | default (.Site.Params.article.showHero | default false) }} + {{ $heroStyle := print "partials/hero/" .Site.Params.article.heroStyle ".html" }} + {{ if templates.Exists $heroStyle }} + {{ partial $heroStyle . }} + {{ else }} + {{ partial "partials/hero/basic.html" . }} + {{ end }} + {{- end -}} + +
+ {{ if .Params.showBreadcrumbs | default (.Site.Params.article.showBreadcrumbs | default false) }} + {{ partial "breadcrumbs.html" . }} + {{ end }} +

+ {{ .Title | emojify }} +

+
+ {{ partial "article-meta.html" (dict "context" . "scope" "single") }} +
+
+
+ {{ if and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in + .TableOfContents " +
+ {{ partial "toc.html" . }} +
+ + {{ end }} +
+ {{ partial "series.html" . }} + {{ .Content | emojify }} +

+ {{ partial "series-closed.html" . }} +
+ + {{ $jsPage := resources.Get "js/page.js" }} + {{ $jsPage = $jsPage | resources.Minify | resources.Fingerprint "sha512" }} + +
+ {{ .Title }} + +
+{{ end }} \ No newline at end of file diff --git a/resources/_gen/images/posts/2022/03/27/feature_hu1fa192d29b3e5502bbfc07b4ae7bea6e_47810_600x400_fill_box_smart1_3.png b/resources/_gen/images/posts/2022/03/27/feature_hu1fa192d29b3e5502bbfc07b4ae7bea6e_47810_600x400_fill_box_smart1_3.png new file mode 100644 index 0000000..09ee925 Binary files /dev/null and b/resources/_gen/images/posts/2022/03/27/feature_hu1fa192d29b3e5502bbfc07b4ae7bea6e_47810_600x400_fill_box_smart1_3.png differ diff --git a/resources/_gen/images/posts/2022/12/beer1/feature_beer_hu89cb13370c0eb7326486dd43c8d8d5f0_334206_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/posts/2022/12/beer1/feature_beer_hu89cb13370c0eb7326486dd43c8d8d5f0_334206_600x400_fill_q75_box_smart1.jpg new file mode 100644 index 0000000..24e30cc Binary files /dev/null and b/resources/_gen/images/posts/2022/12/beer1/feature_beer_hu89cb13370c0eb7326486dd43c8d8d5f0_334206_600x400_fill_q75_box_smart1.jpg differ diff --git a/resources/_gen/images/posts/old_site/maekawa/feature_Maekawa_hu14f48d704961b2ee7ff0351237677b4e_656681_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/posts/old_site/maekawa/feature_Maekawa_hu14f48d704961b2ee7ff0351237677b4e_656681_600x400_fill_q75_box_smart1.jpg new file mode 100644 index 0000000..0d73286 Binary files /dev/null and b/resources/_gen/images/posts/old_site/maekawa/feature_Maekawa_hu14f48d704961b2ee7ff0351237677b4e_656681_600x400_fill_q75_box_smart1.jpg differ diff --git a/resources/_gen/images/posts/old_site/new_comic/featurehome_huec9471e8e72268392ac2e1417bdf8b11_23135_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/posts/old_site/new_comic/featurehome_huec9471e8e72268392ac2e1417bdf8b11_23135_600x400_fill_q75_box_smart1.jpg new file mode 100644 index 0000000..806a7c9 Binary files /dev/null and b/resources/_gen/images/posts/old_site/new_comic/featurehome_huec9471e8e72268392ac2e1417bdf8b11_23135_600x400_fill_q75_box_smart1.jpg differ diff --git a/resources/_gen/images/posts/old_site/plush/feature_image_hu8d0d38672b9dc6336de933d07e3794f3_3230850_600x400_fill_box_smart1_3.png b/resources/_gen/images/posts/old_site/plush/feature_image_hu8d0d38672b9dc6336de933d07e3794f3_3230850_600x400_fill_box_smart1_3.png new file mode 100644 index 0000000..6799785 Binary files /dev/null and b/resources/_gen/images/posts/old_site/plush/feature_image_hu8d0d38672b9dc6336de933d07e3794f3_3230850_600x400_fill_box_smart1_3.png differ diff --git a/resources/_gen/images/posts/old_site/present_thoughts/feature_image_hue2a84a5e4fb57fefd2f8bb4f7a7a6c6b_793713_600x400_fill_box_smart1_3.png b/resources/_gen/images/posts/old_site/present_thoughts/feature_image_hue2a84a5e4fb57fefd2f8bb4f7a7a6c6b_793713_600x400_fill_box_smart1_3.png new file mode 100644 index 0000000..f3282da Binary files /dev/null and b/resources/_gen/images/posts/old_site/present_thoughts/feature_image_hue2a84a5e4fb57fefd2f8bb4f7a7a6c6b_793713_600x400_fill_box_smart1_3.png differ diff --git a/resources/_gen/images/posts/old_site/site_migration/feature_image_hu2fb1753fea5861bde843fa6dc5169c12_803163_600x400_fill_box_smart1_3.png b/resources/_gen/images/posts/old_site/site_migration/feature_image_hu2fb1753fea5861bde843fa6dc5169c12_803163_600x400_fill_box_smart1_3.png new file mode 100644 index 0000000..20e98c6 Binary files /dev/null and b/resources/_gen/images/posts/old_site/site_migration/feature_image_hu2fb1753fea5861bde843fa6dc5169c12_803163_600x400_fill_box_smart1_3.png differ diff --git a/resources/_gen/images/posts/old_site/time/feature_mastodon_hu35ac84dc6490151c8cb2b47321890a6f_95128_600x400_fill_box_smart1_3.png b/resources/_gen/images/posts/old_site/time/feature_mastodon_hu35ac84dc6490151c8cb2b47321890a6f_95128_600x400_fill_box_smart1_3.png new file mode 100644 index 0000000..cb3012b Binary files /dev/null and b/resources/_gen/images/posts/old_site/time/feature_mastodon_hu35ac84dc6490151c8cb2b47321890a6f_95128_600x400_fill_box_smart1_3.png differ diff --git a/themes/blowfish b/themes/blowfish index 6c0d09a..83d6090 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit 6c0d09ae8cba2a7873f6aee44a9ad28a03382606 +Subproject commit 83d6090e16a12fbfe3149c5be9c7dcc43f521a26