zola install
This commit is contained in:
parent
90f49d27f9
commit
26a7a9f8e8
2 changed files with 18 additions and 0 deletions
17
peachmoon/config.toml
Normal file
17
peachmoon/config.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
# The URL the site will be built for
|
||||
base_url = "https://peachmoon.moe"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = true
|
||||
|
||||
# Whether to build a search index to be used later on by a JavaScript library
|
||||
build_search_index = 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
|
||||
|
||||
[extra]
|
||||
# Put all your custom variables here
|
||||
theme = "anemone"
|
1
peachmoon/themes
Submodule
1
peachmoon/themes
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e9290c547b112de5571d6d2128027163226bf096
|
Loading…
Add table
Reference in a new issue