mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
updated to zola 0.22, added theme to code blocks
This commit is contained in:
parent
5d0552c531
commit
9356e79e1a
11 changed files with 143 additions and 11 deletions
11
config.toml
11
config.toml
|
|
@ -29,10 +29,15 @@ taxonomies = [
|
|||
{name = "tags", feed=true}
|
||||
]
|
||||
|
||||
minify_html = true
|
||||
|
||||
[markdown]
|
||||
# Whether to do syntax highlighting
|
||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||
highlight_code = true
|
||||
render_emoji = true
|
||||
bottom_footnotes = true
|
||||
github_alerts = true
|
||||
|
||||
|
||||
[markdown.highlighting]
|
||||
theme = "github-dark"
|
||||
style = "class"
|
||||
error_on_missing_language = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue