diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..46e72a7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "theme"] + path = themes/cherrykitten + url = git@git.cherrykitten.dev:cherrykitten/zola-theme-cherrykitten diff --git a/config.toml b/config.toml index 70de3c2..ac7e891 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,8 @@ compile_sass = false # Whether to build a search index to be used later on by a JavaScript library build_search_index = false +theme = "cherrykitten" + [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola @@ -14,3 +16,12 @@ highlight_code = true [extra] # 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!" + diff --git a/themes/cherrykitten b/themes/cherrykitten new file mode 160000 index 0000000..32acca8 --- /dev/null +++ b/themes/cherrykitten @@ -0,0 +1 @@ +Subproject commit 32acca8d1f30355cde4c3b863e9c280467f005eb