22 lines
436 B
TOML
22 lines
436 B
TOML
base_url = "https://stevenlr.com"
|
|
title = "Steven Le Rouzic"
|
|
description = "Programming, graphics, and more"
|
|
compile_sass = true
|
|
build_search_index = false
|
|
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
|