diff options
author | Yigit Sever | 2021-04-19 18:21:06 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-19 18:21:06 +0300 |
commit | 81ebd267c89011ca65cd5cfe382e10fabd9017ac (patch) | |
tree | 4e1f17b897bc9e3850e9c50861fd4893371f05e4 /site/config.toml | |
parent | 202625e0e1a4a6a85c895d9cd71a9f419a3b2173 (diff) | |
download | gradecoin-81ebd267c89011ca65cd5cfe382e10fabd9017ac.tar.gz gradecoin-81ebd267c89011ca65cd5cfe382e10fabd9017ac.tar.bz2 gradecoin-81ebd267c89011ca65cd5cfe382e10fabd9017ac.zip |
Moving site to separate repo
Diffstat (limited to 'site/config.toml')
-rw-r--r-- | site/config.toml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/site/config.toml b/site/config.toml deleted file mode 100644 index 070b762..0000000 --- a/site/config.toml +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # The URL the site will be built for | ||
2 | base_url = "https://gradecoin.xyz" | ||
3 | |||
4 | theme = "juice" | ||
5 | |||
6 | title = "Gradecoin" | ||
7 | description = "Mine Your Grades" | ||
8 | |||
9 | # Whether to automatically compile all Sass files in the sass directory | ||
10 | compile_sass = true | ||
11 | |||
12 | # Whether to build a search index to be used later on by a JavaScript library | ||
13 | build_search_index = true | ||
14 | |||
15 | [markdown] | ||
16 | # Whether to do syntax highlighting | ||
17 | # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola | ||
18 | highlight_code = true | ||
19 | highlight_theme = "subway-moscow" | ||
20 | |||
21 | [extra] | ||
22 | # Put all your custom variables here | ||
23 | juice_logo_name = "Gradecoin" | ||
24 | juice_logo_path = "gradecoin.png" | ||
25 | juice_extra_menu = [ | ||
26 | { title = "why?", link = "https://github.com/zhuowei/nft_ptr#why"} | ||
27 | ] | ||
28 | |||