From 26a7a9f8e8d807a69b96e919f7b6eb6fb0d60f9e Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Mon, 19 Feb 2024 12:03:58 -0600 Subject: [PATCH] zola install --- peachmoon/config.toml | 17 +++++++++++++++++ peachmoon/themes | 1 + 2 files changed, 18 insertions(+) create mode 100644 peachmoon/config.toml create mode 160000 peachmoon/themes 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