From f04141d2ab699d86d7bfe37a3c77fc9c7ccad74d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 15 Apr 2021 02:42:53 +0300 Subject: Bring Zola over --- site/config.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 site/config.toml (limited to 'site/config.toml') diff --git a/site/config.toml b/site/config.toml new file mode 100644 index 0000000..f03b549 --- /dev/null +++ b/site/config.toml @@ -0,0 +1,18 @@ +# The URL the site will be built for +base_url = "https://gradecoin.xyz" + +theme = "juice" + +# 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 -- cgit v1.2.3-70-g09d2