feat: complete swap over to a far simpler static, zola site
This commit is contained in:
parent
227f560c0d
commit
d76cb9cf77
62 changed files with 717 additions and 5028 deletions
16
config.toml
Normal file
16
config.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue