blog/config.toml
asonix 4947b8adb1
All checks were successful
/ publish (push) Successful in 8s
Add message about non-firefox browsers
2024-02-11 13:16:40 -06:00

70 lines
1.4 KiB
TOML

# The URL the site will be built for
base_url = "https://blog.asonix.dog"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
generate_feed = true
[[taxonomies]]
name = "tags"
feed = true
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "css"
extra_syntaxes_and_themes = [
"highlight_themes",
]
[[markdown.highlight_themes_css]]
theme = "base16-equilibrium-light"
filename = "syntax-theme-light.css"
[[markdown.highlight_themes_css]]
theme = "base16-eighties"
filename = "syntax-theme-dark.css"
[extra]
author = "asonix"
display_author = true
favicon = "favicon.ico"
firefox_message = true
[[extra.header_nav]]
url = "https://asonix.dog"
name = "Home"
[[extra.header_nav]]
url = "/"
name = "Blog"
[[extra.header_nav]]
url = "https://git.asonix.dog/asonix"
name = "Software"
[[extra.header_nav]]
url = "https://masto.asonix.dog/@asonix"
name = "Mastodon"
[[extra.header_nav]]
url = "https://matrix.to/#/@asonix:matrix.asonix.dog"
name = "Matrix"
[[extra.header_nav]]
url = "https://t.me/asonix"
name = "Telegram"
[[extra.header_nav]]
url = "https://www.furaffinity.net/user/asonix"
name = "Furaffinity"