From 047be2e20232137a5940ac0779cf86ab48f52a58 Mon Sep 17 00:00:00 2001 From: June Date: Sun, 26 Jul 2020 11:13:29 +0200 Subject: [PATCH] Zola init --- .gitmodules | 3 +++ config.toml | 15 +++++++++++++++ themes/sam | 1 + 3 files changed, 19 insertions(+) create mode 100644 .gitmodules create mode 100644 config.toml create mode 160000 themes/sam diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f87026b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/sam"] + path = themes/sam + url = https://labo.lacoloc.cafe/june/zola-sam.git diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..f6b737e --- /dev/null +++ b/config.toml @@ -0,0 +1,15 @@ +# The URL the site will be built for +base_url = "https://mutu-ns.net.eu.org" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = false + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = false + +[extra] +# Put all your custom variables here diff --git a/themes/sam b/themes/sam new file mode 160000 index 0000000..1c44ac2 --- /dev/null +++ b/themes/sam @@ -0,0 +1 @@ +Subproject commit 1c44ac2019d569653c98d5c17299a0d911c7ac69