diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-09 21:28:08 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-09 21:28:08 +0200 |
| commit | b87455f94a17a79c4b11888400dc9cb7b77399bf (patch) | |
| tree | 4bad6e782ccd539f7a757cce33c547d2fea34076 /src/config.toml | |
| parent | src/content/contact: Do not rank the contact methods (diff) | |
| download | b-peetz.de-b87455f94a17a79c4b11888400dc9cb7b77399bf.zip | |
treewide: Format
Diffstat (limited to 'src/config.toml')
| -rw-r--r-- | src/config.toml | 18 |
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" |
