summaryrefslogtreecommitdiffstats
path: root/src/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.toml')
-rw-r--r--src/config.toml18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/config.toml b/src/config.toml
index 3e400aa..8205d22 100644
--- a/src/config.toml
+++ b/src/config.toml
@@ -15,12 +15,14 @@ compile_sass = true
minify_html = false # Keep this false, as it may cause issues with some styles
build_search_index = false # Keep this false, search is temporarily unsupported
generate_feeds = false # Whether to generate a feed file in root, read docs for more info about rss feed
-feed_filenames = ["feed.xml"] # "feed.xml" | "atom.xml" | "rss.xml", read docs for more info
+feed_filenames = [
+ "feed.xml",
+] # "feed.xml" | "atom.xml" | "rss.xml", read docs for more info
taxonomies = [
- { name = "science", feed = true},
- { name = "tags" },
- { name = "categories" }
+ { name = "science", feed = true },
+ { name = "tags" },
+ { name = "categories" },
]
[markdown]
@@ -55,14 +57,14 @@ sections = [
blog_section_path = "/blog"
back_link_text = "Back" # Text of the back button
-force_theme = false # false | "light" | "dark"
+force_theme = false # false | "light" | "dark"
footer_copyright = "© 2025 Benedikt Peetz"
-footer_credits = true # Whether to show "Built with zola and serene" in footer
+footer_credits = true # Whether to show "Built with zola and serene" in footer
not_found_error_text = "404 Not Found"
not_found_recover_text = "« back to home »"
-reaction = false # Whether to enable anonymous emoji reactions (Note: You need to set up a working api endpoint to enable this feature)
-reaction_align = "right" # "left" | "center" | "right"
+reaction = false # Whether to enable anonymous emoji reactions (Note: You need to set up a working api endpoint to enable this feature)
+reaction_align = "right" # "left" | "center" | "right"
reaction_endpoint = "https://example.com/api/reaction"