24 lines
542 B
TOML
24 lines
542 B
TOML
base_url = "https://ily.rs"
|
|
title = "ily.rs"
|
|
compile_sass = false
|
|
build_search_index = false
|
|
generate_feeds = true
|
|
feed_filenames = ["rss.xml"]
|
|
feed_limit = 20
|
|
minify_html = true
|
|
|
|
[markdown]
|
|
smart_punctuation = true
|
|
external_links_target_blank = true
|
|
external_links_no_referrer = true
|
|
insert_anchor_links = "left"
|
|
bottom_footnotes = true
|
|
lazy_async_image = true
|
|
github_alerts = true
|
|
|
|
[markdown.highlighting]
|
|
light_theme = "mono-light"
|
|
dark_theme = "mono-dark"
|
|
extra_themes = ["highlight/mono-light.json", "highlight/mono-dark.json"]
|
|
|
|
[extra]
|