website/config.toml
2024-11-14 20:28:28 -07:00

19 lines
400 B
TOML

# The URL the site will be built for
base_url = "https://lynxize.dev"
compile_sass = false
build_search_index = false
generate_feeds = false # need to configure it to be at /blog/atom.xml which takes Work(tM)
[markdown]
highlight_code = true
extra_syntaxes_and_themes=["highlight_themes"]
highlight_theme = "Erebus"
external_links_target_blank = true
external_links_no_referrer = true
[extra]