feat: complete swap over to a far simpler static, zola site

This commit is contained in:
Lewis Wynne 2026-04-29 01:22:21 +01:00
parent 227f560c0d
commit d76cb9cf77
62 changed files with 717 additions and 5028 deletions

16
config.toml Normal file
View file

@ -0,0 +1,16 @@
base_url = "https://ily.rs"
title = "ily.rs"
compile_sass = false
build_search_index = false
generate_feeds = true
feed_filenames = ["rss.xml"]
minify_html = false
[markdown]
[markdown.highlighting]
light_theme = "mono-light"
dark_theme = "mono-dark"
extra_themes = ["highlight/mono-light.json", "highlight/mono-dark.json"]
[extra]