Make commented-out config variables easier to find

This commit is contained in:
daudix
2024-08-28 02:51:03 +03:00
parent 73b2ce8d2a
commit fa7d9c5ca9

View File

@ -55,7 +55,9 @@ taxonomies = [{ name = "tags", feed = true }]
# Which theme should be used by default (light/dark). # Which theme should be used by default (light/dark).
# Strongly recommended to use this only with the manual theme switcher enabled, # Strongly recommended to use this only with the manual theme switcher enabled,
# it's important for a11y. # it's important for a11y.
#
# default_theme = "dark" # default_theme = "dark"
#
# Sets theme and browser theme color. # Sets theme and browser theme color.
# See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color # See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color
primary_color = "#ff7800" primary_color = "#ff7800"
@ -67,27 +69,35 @@ primary_color_dark = "#ffa348"
primary_color_dark_alpha = "rgb(255 163 72 / 0.2)" primary_color_dark_alpha = "rgb(255 163 72 / 0.2)"
# Whether to fix low contrast in text selection, checkboxes, etc. # Whether to fix low contrast in text selection, checkboxes, etc.
# Use only if the default doesn't provide enough contrast, e.g. the primary color is set to yellow. # Use only if the default doesn't provide enough contrast, e.g. the primary color is set to yellow.
#
# fix_contrast = true # fix_contrast = true
#
# Ditto but for the dark mode. # Ditto but for the dark mode.
fix_contrast_dark = true fix_contrast_dark = true
# Use emoji as a favicon. # Use emoji as a favicon.
# Only one emoji is being rendered, everything else is truncated. # Only one emoji is being rendered, everything else is truncated.
#
# emoji_favicon = "🦆🪶" # emoji_favicon = "🦆🪶"
#
# URL to website's issue tracker # URL to website's issue tracker
issues_url = "https://codeberg.org/daudix/duckquill/issues" issues_url = "https://codeberg.org/daudix/duckquill/issues"
# URL to website's source code # URL to website's source code
source_url = "https://codeberg.org/daudix/duckquill" source_url = "https://codeberg.org/daudix/duckquill"
# Additional CSS stylesheets; expects them to be in the "./static/" directory. # Additional CSS stylesheets; expects them to be in the "./static/" directory.
# If you are using Sass it will be generated there automatically. # If you are using Sass it will be generated there automatically.
#
# stylesheets = [ # stylesheets = [
# "YOUR_STYLE.css", # "YOUR_STYLE.css",
# "ALSO_YOUR_STYLE.css" # "ALSO_YOUR_STYLE.css"
# ] # ]
#
# Additional JavaScript scripts; expects them to be in the "./static/" directory. # Additional JavaScript scripts; expects them to be in the "./static/" directory.
#
# scripts = [ # scripts = [
# "YOUR_SCRIPT.js", # "YOUR_SCRIPT.js",
# "ALSO_YOUR_SCRIPT.js" # "ALSO_YOUR_SCRIPT.js"
# ] # ]
#
# Whether to show "copy code" button on all code blocks # Whether to show "copy code" button on all code blocks
# that have the language set. # that have the language set.
# See https://www.getzola.org/documentation/content/syntax-highlighting/ # See https://www.getzola.org/documentation/content/syntax-highlighting/
@ -143,6 +153,7 @@ show_powered_by = true
# Whether to show link to website source # Whether to show link to website source
show_source = false show_source = false
# Custom copyright text # Custom copyright text
#
# copyright = "© *Aperture* **Science** ~~Innovators~~, `1972`" # copyright = "© *Aperture* **Science** ~~Innovators~~, `1972`"
# Based on https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/ # Based on https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
@ -164,6 +175,8 @@ show_qr = true
# GoatCounter analytics; enabled only if present in config. # GoatCounter analytics; enabled only if present in config.
[extra.goatcounter] [extra.goatcounter]
# Your GoatCounter server; goatcounter.com is used by default. # Your GoatCounter server; goatcounter.com is used by default.
#
# host = "YOUR_SERVER" # host = "YOUR_SERVER"
#
# Your GoatCounter username # Your GoatCounter username
user = "duckquill" user = "duckquill"