Files
mixtape/config.toml
2026-01-23 16:55:17 +01:00

20 lines
392 B
TOML

base_url = "https://mixtape.0x45.cz"
title = "mixtape"
compile_sass = true
build_search_index = false
generate_feeds = false
taxonomies = [
{ name = "category" },
{ name = "artist" },
]
[markdown]
smart_punctuation = true
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
[extra]
git_repository = "https://git.0x45.cz/em/mixtape"