Update theme and config
This commit is contained in:
parent
60cf3cd57f
commit
64f677db3c
2 changed files with 8 additions and 5 deletions
11
config.toml
11
config.toml
|
@ -6,10 +6,6 @@ title = "L'Astrodome"
|
|||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = true
|
||||
|
||||
# Whether to do syntax highlighting
|
||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||
highlight_code = true
|
||||
|
||||
# Whether to build a search index to be used later on by a JavaScript library
|
||||
build_search_index = true
|
||||
|
||||
|
@ -29,6 +25,13 @@ languages = [
|
|||
{code = "fr", feed = 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
|
||||
# TODO : Fit to background color ?
|
||||
highlight_theme = "ayu-mirage"
|
||||
|
||||
[extra]
|
||||
zulma_menu = [
|
||||
{url = "$BASE_URL/categories", name = "Categories"},
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3da93770d065a5fba48f89465a514fd4cafbedf7
|
||||
Subproject commit a6ac7d2616303a2243afb907243b700e9c8bd838
|
Loading…
Add table
Reference in a new issue