guitar/config.toml
Filip Rojek b54ecf23a8
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 4s
Renamed taxonomy album to category
2025-02-25 01:02:15 +01:00

18 lines
365 B
TOML

base_url = "https://guitar.filiprojek.cz"
title = "FR Songbook"
compile_sass = true
build_search_index = false
generate_feeds = false
taxonomies = [
{ name = "category" },
{ name = "artist" },
]
[markdown]
highlight_code = false
smart_punctuation = true
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true