diff options
author | Yigit Sever | 2021-04-15 02:42:53 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 02:42:53 +0300 |
commit | f04141d2ab699d86d7bfe37a3c77fc9c7ccad74d (patch) | |
tree | c45f77171bd20f736726c0c346d81f2697d6b344 /site/config.toml | |
parent | 0ac0234602f5a0259deded53d39b436158688dae (diff) | |
download | gradecoin-f04141d2ab699d86d7bfe37a3c77fc9c7ccad74d.tar.gz gradecoin-f04141d2ab699d86d7bfe37a3c77fc9c7ccad74d.tar.bz2 gradecoin-f04141d2ab699d86d7bfe37a3c77fc9c7ccad74d.zip |
Bring Zola over
Diffstat (limited to 'site/config.toml')
-rw-r--r-- | site/config.toml | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
1 | # The URL the site will be built for | ||
2 | base_url = "https://gradecoin.xyz" | ||
3 | |||
4 | theme = "juice" | ||
5 | |||
6 | # Whether to automatically compile all Sass files in the sass directory | ||
7 | compile_sass = true | ||
8 | |||
9 | # Whether to build a search index to be used later on by a JavaScript library | ||
10 | build_search_index = true | ||
11 | |||
12 | [markdown] | ||
13 | # Whether to do syntax highlighting | ||
14 | # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola | ||
15 | highlight_code = true | ||
16 | |||
17 | [extra] | ||
18 | # Put all your custom variables here | ||