Improve comments in config

This commit is contained in:
daudix
2024-04-01 07:20:58 +03:00
parent 0508bb0a9f
commit 68a0299fe2

View File

@ -23,8 +23,8 @@ highlight_themes_css = [
smart_punctuation = true smart_punctuation = true
[extra] [extra]
# 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"
# Same as primary_color, but with 20% opacity # Same as primary_color, but with 20% opacity
primary_color_alpha = "rgba(255, 120, 0, 0.2)" primary_color_alpha = "rgba(255, 120, 0, 0.2)"
@ -32,15 +32,14 @@ primary_color_alpha = "rgba(255, 120, 0, 0.2)"
emoji_favicon = false emoji_favicon = false
# If the favicon is GIF or not # If the favicon is GIF or not
animated_favicon = false animated_favicon = false
# Tera date format (not used in comments!), # Tera date format (not used in comments).
# see https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html # See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
# for all available variables.
date_format = "%d %B %Y" date_format = "%d %B %Y"
# URL to issue tracker # URL to 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 stylesheets; expects it to be in the ./static/ directory. # Additional stylesheets; expects it to be in the "./static/" directory.
# If you are using Sass it will be compiled there anyway. # If you are using Sass it will be compiled there anyway.
# stylesheets = [ # stylesheets = [
# "YOUR_STYLE.css", # "YOUR_STYLE.css",
@ -50,7 +49,10 @@ source_url = "https://codeberg.org/daudix/duckquill"
[extra.nav] [extra.nav]
# Display Atom/RSS feed button in the nav # Display Atom/RSS feed button in the nav
show_feed = true show_feed = true
# Links used in the nav # Links used in the nav.
# For local files use same link format as in Markdown,
# i.e "@/blog/_index.md".
# See https://www.getzola.org/documentation/content/linking/#internal-links
links = [ links = [
{url = "@/blog/_index.md", name = "Blog"}, {url = "@/blog/_index.md", name = "Blog"},
{url = "@/demo/index.md", name = "Demo"}, {url = "@/demo/index.md", name = "Demo"},
@ -62,7 +64,7 @@ links = [
johnvert_ref = "daudix.codeberg.page" johnvert_ref = "daudix.codeberg.page"
# "© Title, YEAR" in the footer # "© Title, YEAR" in the footer
show_copyright = true show_copyright = true
# "Marketing" via "john" in the footer # Marketing via "john" in the footer
show_johnvert = false show_johnvert = false
# "Powered by Zola and Duckquill" in footer # "Powered by Zola and Duckquill" in footer
show_powered_by = true show_powered_by = true