aboutsummaryrefslogtreecommitdiffstats
path: root/site/config.toml
diff options
context:
space:
mode:
authorYigit Sever2021-04-15 03:39:36 +0300
committerYigit Sever2021-04-15 03:39:36 +0300
commit376ec590ea5da21315a37292817997352e58dee6 (patch)
treeb4a9d8d0697c1ae2063fbca27a9e09dbd23fc7b6 /site/config.toml
parentf04141d2ab699d86d7bfe37a3c77fc9c7ccad74d (diff)
downloadgradecoin-376ec590ea5da21315a37292817997352e58dee6.tar.gz
gradecoin-376ec590ea5da21315a37292817997352e58dee6.tar.bz2
gradecoin-376ec590ea5da21315a37292817997352e58dee6.zip
Create the static site
DON'T FORGET TO CHANGE site/config.toml BEFORE DEPLOYMENT
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]