summaryrefslogtreecommitdiffstats
path: root/site/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'site/config.toml')
-rw-r--r--site/config.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/site/config.toml b/site/config.toml
index f03b549..93e9468 100644
--- a/site/config.toml
+++ b/site/config.toml
@@ -1,5 +1,5 @@
1# The URL the site will be built for 1# The URL the site will be built for
2base_url = "https://gradecoin.xyz" 2base_url = "http://localhost:8080"
3 3
4theme = "juice" 4theme = "juice"
5 5
@@ -16,3 +16,8 @@ highlight_code = true
16 16
17[extra] 17[extra]
18# Put all your custom variables here 18# Put all your custom variables here
19juice_logo_name = "Gradecoin"
20juice_logo_path = "gradecoin.png"
21juice_extra_menu = [
22 { title = "why?", link = "https://github.com/zhuowei/nft_ptr#why"}
23]