famfo.xyz/config.toml

45 lines
1003 B
TOML

base_url = "https://famfo.xyz"
title = "famfo's place on the internet"
description = "famfo's catastrophe of a website"
default_language = "en"
#theme = ""
output_dir = "target"
compile_sass = true
minify_html = true
ignored_content = []
generate_feed = true
feed_filename = "rss.xml"
taxonomies = []
build_search_index = false
[markdown]
highlight_code = false
extra_syntaxes = []
render_emoji = true
external_links_target_blank = false
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = true
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
[search]
include_tite = true
include_description = true
include_path = false
include_content = true
[extra]
nav = [
{ path = "/", label = "Home" },
{ path = "/about-me/", label = "About me" },
{ path = "/blog/", label = "Blog" },
{ path = "/projects/", label = "Projects" },
{ path = "/banners/", label = "Banners" },
{ path = "https://catgirls.systems", label = "dn42 (external)" },
]