This commit is contained in:
2023-10-31 23:23:51 +01:00
commit ef15a6ec8f
20 changed files with 1707 additions and 0 deletions

19
config.toml Normal file
View File

@ -0,0 +1,19 @@
base_url = "https://stevenlr.com"
compile_sass = true
build_search_index = true
generate_feed = true
feed_filename = "rss.xml"
taxonomies = [
{ name = "tags", render = true },
]
[markdown]
highlight_code = true
highlight_theme = "visual-studio-dark"
smart_punctuation = true
[search]
include_content = false
[extra]
# Put all your custom variables here