config: tweaks to markdown settings
This commit is contained in:
parent
f6417e762f
commit
949ad2fa29
1 changed files with 9 additions and 1 deletions
10
config.toml
10
config.toml
|
|
@ -4,9 +4,17 @@ compile_sass = false
|
|||
build_search_index = false
|
||||
generate_feeds = true
|
||||
feed_filenames = ["rss.xml"]
|
||||
minify_html = false
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue