Track local files

This commit is contained in:
2025-12-30 11:03:59 +01:00
commit 9aa925359e
32 changed files with 951 additions and 0 deletions

20
config.toml Normal file
View File

@@ -0,0 +1,20 @@
base_url = "https://mixtape.0x45.cz"
title = "mixtape"
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
[extra]
git_repository = "https://git.0x45.cz/em/mixtape"