duckquill/config.toml
daudix-UFO 461eaaa7a0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: Remove favicon/card source files
2023-10-28 22:12:42 +03:00

51 lines
1.2 KiB
TOML

title = "Duckquill"
base_url = "https://duckquill.exozy.me"
description = "Modern, pretty, and clean theme."
compile_sass = true
minify_html = true
generate_feed = true
feed_filename = "atom.xml"
build_search_index = false
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "solarized-dark", filename = "syntax-theme-dark.css" },
{ theme = "solarized-light", filename = "syntax-theme-light.css" },
]
smart_punctuation = true
[extra]
primary_color = "#ff7800"
animated_favicon = false
date_format = "%d %B %Y"
hosting = "Forgejo"
issues_url = "https://git.exozy.me/daudix/duckquill/issues"
source_url = "https://git.exozy.me/daudix/duckquill"
[extra.nav]
show_feed = true
links = [
{url = "https://git.exozy.me/daudix/duckquill", name = "Repo", icon = "git"},
{url = "/demo", name = "Demo", icon = "car-front-fill"},
{url = "/blog", name = "Blog", icon = "journal-bookmark-fill"},
]
[extra.footer]
johnvert_ref = "daudix.exozy.me"
show_copyright = true
show_johnvert = false
show_powered_by = true
show_source = true
[extra.comments]
host = "mstdn.social"
user = "Daudix"
token = "jTNX9pAV8XEPBby0cPWF6CmGY60kkIy4vidggfxXmoQ"