diff options
Diffstat (limited to 'site/config.toml')
-rw-r--r-- | site/config.toml | 7 |
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 |
2 | base_url = "https://gradecoin.xyz" | 2 | base_url = "http://localhost:8080" |
3 | 3 | ||
4 | theme = "juice" | 4 | theme = "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 |
19 | juice_logo_name = "Gradecoin" | ||
20 | juice_logo_path = "gradecoin.png" | ||
21 | juice_extra_menu = [ | ||
22 | { title = "why?", link = "https://github.com/zhuowei/nft_ptr#why"} | ||
23 | ] | ||