Integrate Zola
All checks were successful
Build / build (push) Successful in 5m33s

This commit is contained in:
2024-02-06 14:18:25 +01:00
parent 279c018072
commit ed49c101d3
153 changed files with 466 additions and 37 deletions

17
config.toml Normal file
View File

@@ -0,0 +1,17 @@
base_url = "https://mixtape.0x45.cz"
title = "mixtape"
compile_sass = true
build_search_index = false
generate_feed = 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