diff --git a/peachmoon/config.toml b/peachmoon/config.toml new file mode 100644 index 0000000..9dded82 --- /dev/null +++ b/peachmoon/config.toml @@ -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" \ No newline at end of file diff --git a/peachmoon/themes b/peachmoon/themes new file mode 160000 index 0000000..e9290c5 --- /dev/null +++ b/peachmoon/themes @@ -0,0 +1 @@ +Subproject commit e9290c547b112de5571d6d2128027163226bf096