aboutsummaryrefslogtreecommitdiffstats
path: root/site/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'site/config.toml')
-rw-r--r--site/config.toml28
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
2base_url = "https://gradecoin.xyz"
3
4theme = "juice"
5
6title = "Gradecoin"
7description = "Mine Your Grades"
8
9# Whether to automatically compile all Sass files in the sass directory
10compile_sass = true
11
12# Whether to build a search index to be used later on by a JavaScript library
13build_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
18highlight_code = true
19highlight_theme = "subway-moscow"
20
21[extra]
22# Put all your custom variables here
23juice_logo_name = "Gradecoin"
24juice_logo_path = "gradecoin.png"
25juice_extra_menu = [
26 { title = "why?", link = "https://github.com/zhuowei/nft_ptr#why"}
27]
28