diff --git a/.gitmodules b/.gitmodules index 1a212b9..8357822 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/coming-soon"] path = themes/coming-soon url = https://github.com/mansoorbarri/coming-soon.git +[submodule "themes/terminal"] + path = themes/terminal + url = https://github.com/panr/hugo-theme-terminal.git diff --git a/content/posts/random-story.de.md b/content/posts/random-story.de.md index ae6a19c..70e4650 100644 --- a/content/posts/random-story.de.md +++ b/content/posts/random-story.de.md @@ -2,7 +2,7 @@ title = 'Eine beliebige Geschichte' date = 2025-04-08T17:55:25+02:00 toc = true -description = "Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen" +description = "Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen." tags = ['story', 'ai'] draft = false +++ diff --git a/content/posts/random-story.en.md b/content/posts/random-story.en.md index 5f2270e..43565b7 100644 --- a/content/posts/random-story.en.md +++ b/content/posts/random-story.en.md @@ -2,7 +2,7 @@ title = 'A random story' date = 2025-04-08T17:55:25+02:00 toc = true -description = "Random story by ChatGPT to test out the perfect reading speed value" +description = "Random story by ChatGPT to test out the perfect reading speed value." tags = ['story', 'ai'] draft = false +++ diff --git a/hugo.toml b/hugo.toml index 9cf43a3..4fd5606 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,8 @@ baseURL = "https://blog.privacynerd.de/" #baseURL = "/" title = "Privacynerd's blog" -theme = "re-terminal" # v2.4.1 (working!) +#theme = "re-terminal" # v2.4.1 (working!) +theme = "terminal" # 4.2.1 (working!) defaultContentLanguage = "en" defaultContentLanguageInSubdir = true @@ -37,15 +38,11 @@ pagination.pagerSize = 5 # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated #showLastUpdated = true # (default: false) - # set a custom favicon (default is a `themeColor` square) - # favicon = "favicon.ico" - favicon = "favicon.ico" - # Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author # updatedDatePrefix = "Updated" # set all headings to their default size (depending on browser settings) - # oneHeadingSize = true # default + oneHeadingSize = false # (default: true) # whether to show a page's estimated reading time showReadingTime = true # (default: false) diff --git a/layouts/partials/extended_head.html b/layouts/partials/extended_head.html new file mode 100644 index 0000000..bc80ed0 --- /dev/null +++ b/layouts/partials/extended_head.html @@ -0,0 +1,32 @@ + + + + +
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index abc9730..bce5d19 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -10,25 +10,17 @@