oijoij
This commit is contained in:
19
config.toml
Normal file
19
config.toml
Normal 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
|
Reference in New Issue
Block a user