Moved from re-terminal to terminal theme

This commit is contained in:
2025-04-08 22:02:09 +02:00
parent be98c1d9dd
commit 04254c81a4
84 changed files with 266 additions and 392 deletions

View File

@@ -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)