website/config.toml

53 lines
1.3 KiB
TOML
Raw Normal View History

2023-10-13 16:28:01 +00:00
title = "Daudix UFO"
base_url = "https://daudix.exozy.me"
2023-10-14 04:28:13 +00:00
description = "Passionate designer, translator, and FOSS contributor."
2023-10-13 16:28:01 +00:00
theme = "duckquill"
compile_sass = true
minify_html = false
2023-10-13 16:28:01 +00:00
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 = "#c061cb"
2023-10-14 04:11:52 +00:00
animated_favicon = true
2023-10-13 16:28:01 +00:00
date_format = "%d %B %Y"
hosting = "Forgejo"
issues_url = "https://git.exozy.me/daudix/website/issues"
source_url = "https://git.exozy.me/daudix/website"
stylesheets = ["custom.css"]
2023-10-15 20:06:38 +00:00
[extra.nav]
show_feed = true
links = [
2023-10-28 19:16:08 +00:00
{url = "/about", name = "About", icon = "info-circle-fill"},
{url = "/design", name = "Design", icon = "brush-fill"},
{url = "/blog", name = "Blog", icon = "journal-bookmark-fill"},
2023-10-13 16:28:01 +00:00
]
[extra.footer]
johnvert_ref = "daudix.exozy.me"
show_copyright = true
show_johnvert = true
show_powered_by = true
show_source = false
[extra.comments]
host = "mstdn.social"
user = "Daudix"
token = "jTNX9pAV8XEPBby0cPWF6CmGY60kkIy4vidggfxXmoQ"