Initial²
This commit is contained in:
parent
bfd65fc51f
commit
c54d4fa289
3 changed files with 15 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "theme"]
|
||||||
|
path = themes/cherrykitten
|
||||||
|
url = git@git.cherrykitten.dev:cherrykitten/zola-theme-cherrykitten
|
11
config.toml
11
config.toml
|
@ -7,6 +7,8 @@ compile_sass = false
|
||||||
# Whether to build a search index to be used later on by a JavaScript library
|
# Whether to build a search index to be used later on by a JavaScript library
|
||||||
build_search_index = false
|
build_search_index = false
|
||||||
|
|
||||||
|
theme = "cherrykitten"
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
# Whether to do syntax highlighting
|
# Whether to do syntax highlighting
|
||||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||||
|
@ -14,3 +16,12 @@ highlight_code = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
# Put all your custom variables here
|
# Put all your custom variables here
|
||||||
|
logo_text = "Example for testing nya"
|
||||||
|
|
||||||
|
menu_items = [
|
||||||
|
{name = "Home", url = "$BASE_URL"},
|
||||||
|
]
|
||||||
|
|
||||||
|
page_titles = "combined"
|
||||||
|
post_view_navigation_prompt = "More posts!"
|
||||||
|
|
||||||
|
|
1
themes/cherrykitten
Submodule
1
themes/cherrykitten
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 32acca8d1f30355cde4c3b863e9c280467f005eb
|
Loading…
Reference in a new issue