1
0
Fork 0

Add configuration for zola

This commit is contained in:
Daniele Tricoli 2021-01-31 23:11:27 +01:00
parent bd5ed002bd
commit c483bab9b6
1 changed files with 16 additions and 0 deletions

16
config.toml Normal file
View File

@ -0,0 +1,16 @@
base_url = "https://mornie.org"
title = "Daniele 'eriol' Tricoli Website"
compile_sass = true
build_search_index = false
generate_feed = true
taxonomies = [
{name = "tags", feed = true},
{name = "categories", feed = true}
]
[markdown]
highlight_code = true
highlight_theme = "monokai"
[extra]
author = "Daniele Tricoli"