From 7d4833ffaabba0d6ab2b1a5226e984cfadee69d5 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 10 Dec 2023 21:23:48 +0100 Subject: [PATCH] Try the Stack theme --- .gitmodules | 3 +++ src/archetypes/default.md | 6 +---- src/config.yaml | 27 ++++++++----------- src/content/_index.md | 8 ++++++ src/content/{posts => post}/.spelling | 0 src/content/{posts => post}/_index.md | 0 .../index.md | 0 .../argocd-vs-helmfile-application/index.md | 6 +---- .../index.md | 6 +---- .../argocd-vs-helmfile-helmfile/index.md | 0 .../creating-a-sample-pack-kick.md | 0 .../index.md | 8 ++---- .../kid-robotik-im-so-sorry.md | 6 +---- .../{posts => post}/some-old-beats-are-out.md | 6 +---- .../{posts => post}/vst-on-linux-1/index.md | 6 +---- .../{posts => post}/vst-on-linux-2/index.md | 6 +---- .../{posts => post}/vst-on-linux-3/index.md | 6 +---- src/themes/papermod | 2 +- src/themes/stack | 1 + 19 files changed, 34 insertions(+), 63 deletions(-) create mode 100644 src/content/_index.md rename src/content/{posts => post}/.spelling (100%) rename src/content/{posts => post}/_index.md (100%) rename src/content/{posts => post}/argocd-dynamic-environment-per-branch-part-1/index.md (100%) rename src/content/{posts => post}/argocd-vs-helmfile-application/index.md (99%) rename src/content/{posts => post}/argocd-vs-helmfile-applicationset/index.md (98%) rename src/content/{posts => post}/argocd-vs-helmfile-helmfile/index.md (100%) rename src/content/{posts => post}/creating-a-sample-pack-kick.md (100%) rename src/content/{posts => post}/dont-use-argocd-for-infrastructure/index.md (99%) rename src/content/{posts => post}/kid-robotik-im-so-sorry.md (93%) rename src/content/{posts => post}/some-old-beats-are-out.md (89%) rename src/content/{posts => post}/vst-on-linux-1/index.md (99%) rename src/content/{posts => post}/vst-on-linux-2/index.md (97%) rename src/content/{posts => post}/vst-on-linux-3/index.md (98%) create mode 160000 src/themes/stack diff --git a/.gitmodules b/.gitmodules index 256f30f..47bc8f9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,6 @@ url = https://github.com/adityatelange/hugo-PaperMod.git branch = v7.0 +[submodule "src/themes/stack"] + path = src/themes/stack + url = https://github.com/CaiJimmy/hugo-theme-stack.git diff --git a/src/archetypes/default.md b/src/archetypes/default.md index d669718..614ce2b 100644 --- a/src/archetypes/default.md +++ b/src/archetypes/default.md @@ -3,10 +3,6 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true ShowToc: true -cover: - image: "cover.png" - caption: "{{ replace .Name "-" " " | title }}" - relative: false - responsiveImages: false +image: "cover.png" --- diff --git a/src/config.yaml b/src/config.yaml index 657a761..6e9c30d 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,7 +1,7 @@ --- languageCode: 'en-us' title: 'Bad Houseplants' -theme: 'papermod' +theme: stack menu: main: - name: Posts @@ -30,21 +30,14 @@ params: ShowReadingTime: true ShowPostNavLinks: true ShowCodeCopyButtons: true - comments: true - profileMode: + comments: enabled: true - title: "Bad Houseplants" - subtitle: ... by allanger. - imageUrl: "main-logo.png" - imageWidth: 150 - imageHeight: 150 - buttons: - - name: My Music - url: "https://funkwhale.badhouseplants.net/library/artists" - - name: Support - url: "https://liberapay.com/allanger/donate" - - name: Source - url: "https://git.badhouseplants.net/badhouseplants/badhouseplants-net" + remark42: + host: https://remark42.badhouseplants.net + site: badhouseplants + homeInfoParams: + Title: Bad Houseplants + Content: ... by allanger socialIcons: - name: "mastodon" url: "https://mastodon.social/@allanger" @@ -59,7 +52,9 @@ params: description: "...by allanger" keywords: [Blog, Portfolio] author: allanger - DateFormat: "January 2, 2006" + dateFormat: + published: "Jan 02, 2006" + lastUpdated: "Jan 02, 2006 15:04 MST" defaultTheme: auto outputs: home: diff --git a/src/content/_index.md b/src/content/_index.md new file mode 100644 index 0000000..02f9c2e --- /dev/null +++ b/src/content/_index.md @@ -0,0 +1,8 @@ +--- +menu: + main: + name: Home + weight: 1 + params: + icon: home +--- diff --git a/src/content/posts/.spelling b/src/content/post/.spelling similarity index 100% rename from src/content/posts/.spelling rename to src/content/post/.spelling diff --git a/src/content/posts/_index.md b/src/content/post/_index.md similarity index 100% rename from src/content/posts/_index.md rename to src/content/post/_index.md diff --git a/src/content/posts/argocd-dynamic-environment-per-branch-part-1/index.md b/src/content/post/argocd-dynamic-environment-per-branch-part-1/index.md similarity index 100% rename from src/content/posts/argocd-dynamic-environment-per-branch-part-1/index.md rename to src/content/post/argocd-dynamic-environment-per-branch-part-1/index.md diff --git a/src/content/posts/argocd-vs-helmfile-application/index.md b/src/content/post/argocd-vs-helmfile-application/index.md similarity index 99% rename from src/content/posts/argocd-vs-helmfile-application/index.md rename to src/content/post/argocd-vs-helmfile-application/index.md index 9e985c9..5f4ea47 100644 --- a/src/content/posts/argocd-vs-helmfile-application/index.md +++ b/src/content/post/argocd-vs-helmfile-application/index.md @@ -2,11 +2,7 @@ title: "ArgoCD vs Helmfile: Applications" date: 2023-02-13T12:14:09+01:00 draft: false -cover: - image: "/posts/argocd-vs-helmfile/cover-applications.png" - caption: "ArgoCD" - relative: false - responsiveImages: false +image: "/posts/argocd-vs-helmfile/cover-applications.png" ShowToc: true --- diff --git a/src/content/posts/argocd-vs-helmfile-applicationset/index.md b/src/content/post/argocd-vs-helmfile-applicationset/index.md similarity index 98% rename from src/content/posts/argocd-vs-helmfile-applicationset/index.md rename to src/content/post/argocd-vs-helmfile-applicationset/index.md index 7c4b99f..5862de7 100644 --- a/src/content/posts/argocd-vs-helmfile-applicationset/index.md +++ b/src/content/post/argocd-vs-helmfile-applicationset/index.md @@ -2,11 +2,7 @@ title: "ArgoCD vs Helmfile: ApplicationSet" date: 2023-02-15T10:14:09+01:00 draft: false -cover: - image: "/posts/argocd-vs-helmfile/cover-applicationset.png" - caption: "ArgoCD" - relative: false - responsiveImages: false +image: "/posts/argocd-vs-helmfile/cover-applicationset.png" ShowToc: true --- diff --git a/src/content/posts/argocd-vs-helmfile-helmfile/index.md b/src/content/post/argocd-vs-helmfile-helmfile/index.md similarity index 100% rename from src/content/posts/argocd-vs-helmfile-helmfile/index.md rename to src/content/post/argocd-vs-helmfile-helmfile/index.md diff --git a/src/content/posts/creating-a-sample-pack-kick.md b/src/content/post/creating-a-sample-pack-kick.md similarity index 100% rename from src/content/posts/creating-a-sample-pack-kick.md rename to src/content/post/creating-a-sample-pack-kick.md diff --git a/src/content/posts/dont-use-argocd-for-infrastructure/index.md b/src/content/post/dont-use-argocd-for-infrastructure/index.md similarity index 99% rename from src/content/posts/dont-use-argocd-for-infrastructure/index.md rename to src/content/post/dont-use-argocd-for-infrastructure/index.md index 7037945..ae43049 100644 --- a/src/content/posts/dont-use-argocd-for-infrastructure/index.md +++ b/src/content/post/dont-use-argocd-for-infrastructure/index.md @@ -3,11 +3,7 @@ title: "Don't use ArgoCD for your infrastructure" date: 2023-02-09T12:47:32+01:00 draft: false ShowToc: true -cover: - image: "/posts/dont-use-argocd-for-infrastructure/cover.png" - caption: "ArgoCD" - relative: false - responsiveImages: false +image: /posts/dont-use-argocd-for-infrastructure/cover.png --- > Of course, it's just a clickbait title. Use whatever works for you. I will just describe why I wouldn't use `ArgoCD` for the infrastructure @@ -320,4 +316,4 @@ Thanks, Oi! ---- \ No newline at end of file +--- diff --git a/src/content/posts/kid-robotik-im-so-sorry.md b/src/content/post/kid-robotik-im-so-sorry.md similarity index 93% rename from src/content/posts/kid-robotik-im-so-sorry.md rename to src/content/post/kid-robotik-im-so-sorry.md index 3e42509..d63ecac 100644 --- a/src/content/posts/kid-robotik-im-so-sorry.md +++ b/src/content/post/kid-robotik-im-so-sorry.md @@ -3,11 +3,7 @@ title: "Kid Robotik - I'm SO Sorry" date: 2023-09-22T13:05:28+02:00 draft: true ShowToc: true -cover: - image: "/posts/kid-robotik-im-so-sorry/cover.jpg" - caption: "Kid Robotik - I'm SO Sorry" - relative: true - responsiveImages: true +image: "/posts/kid-robotik-im-so-sorry/cover.jpg" --- [OPEN ON SPOTIFY](https://open.spotify.com/album/6TTnfWZQyoZ8O1GuK8TtXf?si=cNchuEmfTAy52Z6jstnG2A) -- [OPEN ON DEEZER](https://deezer.page.link/D3M4JVdDYhmxXUUZ7) -- [OPEN ON YOUTUBE](https://youtube.com/playlist?list=OLAK5uy_l3BFAqPxAOkkzb-SByHbbvgBkdk3_idjg&si=bBo6cQE8jGWjLnsI) diff --git a/src/content/posts/some-old-beats-are-out.md b/src/content/post/some-old-beats-are-out.md similarity index 89% rename from src/content/posts/some-old-beats-are-out.md rename to src/content/post/some-old-beats-are-out.md index 69e0865..a720aed 100644 --- a/src/content/posts/some-old-beats-are-out.md +++ b/src/content/post/some-old-beats-are-out.md @@ -3,11 +3,7 @@ title: "Some old beats are out" date: 2023-07-23T13:46:29+02:00 draft: false ShowToc: true -cover: - image: "/posts/some-old-beats-are-out/Cover.png" - caption: "Some old beats are out" - relative: false - responsiveImages: false +image: "/posts/some-old-beats-are-out/Cover.png" tags: - Music - Beats diff --git a/src/content/posts/vst-on-linux-1/index.md b/src/content/post/vst-on-linux-1/index.md similarity index 99% rename from src/content/posts/vst-on-linux-1/index.md rename to src/content/post/vst-on-linux-1/index.md index ce5eb47..399fb6f 100644 --- a/src/content/posts/vst-on-linux-1/index.md +++ b/src/content/post/vst-on-linux-1/index.md @@ -3,11 +3,7 @@ title: "Vst on Linux 1" date: 2023-01-24T15:47:50+01:00 draft: false ShowToc: true -cover: - image: "/posts/vst-on-linux-1/cover.png" - caption: "Vst on Linux" - relative: false - responsiveImages: false +image: "/posts/vst-on-linux-1/cover.png" --- >Best, but according to Output. Their article: *[https://output.com/blog/output-favorites-freebies](https://output.com/blog/output-favorites-freebies) diff --git a/src/content/posts/vst-on-linux-2/index.md b/src/content/post/vst-on-linux-2/index.md similarity index 97% rename from src/content/posts/vst-on-linux-2/index.md rename to src/content/post/vst-on-linux-2/index.md index 7c32ad9..57b09df 100644 --- a/src/content/posts/vst-on-linux-2/index.md +++ b/src/content/post/vst-on-linux-2/index.md @@ -2,11 +2,7 @@ title: "Vst on Linux 2" date: 2023-01-31T19:32:34+01:00 ShowToc: true -cover: - image: "/posts/vst-on-linux-2/cover.png" - caption: "VST on Linux" - relative: false - responsiveImages: false +image: /posts/vst-on-linux-2/cover.png --- Big ups, **Venus Theory!** diff --git a/src/content/posts/vst-on-linux-3/index.md b/src/content/post/vst-on-linux-3/index.md similarity index 98% rename from src/content/posts/vst-on-linux-3/index.md rename to src/content/post/vst-on-linux-3/index.md index c30b1ec..9724249 100644 --- a/src/content/posts/vst-on-linux-3/index.md +++ b/src/content/post/vst-on-linux-3/index.md @@ -3,11 +3,7 @@ title: "Vst on Linux 3" date: 2023-02-03T18:26:44+01:00 draft: false ShowToc: true -cover: - image: "/posts/vst-on-linux-1/cover.png" - caption: "Vst on Linux" - relative: false - responsiveImages: false +image: /posts/vst-on-linux-1/cover.png tags: ['music'] --- diff --git a/src/themes/papermod b/src/themes/papermod index bacb763..e0fc64c 160000 --- a/src/themes/papermod +++ b/src/themes/papermod @@ -1 +1 @@ -Subproject commit bacb763071d9852bb719675e6c4452fc5650a193 +Subproject commit e0fc64c43e8f170c50c58907d3074e563f55399c diff --git a/src/themes/stack b/src/themes/stack new file mode 160000 index 0000000..8f5164b --- /dev/null +++ b/src/themes/stack @@ -0,0 +1 @@ +Subproject commit 8f5164b5b90c0a83f58b98c5d04355401e312cbe