diff options
Diffstat (limited to 'site/config.toml')
-rw-r--r-- | site/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/config.toml b/site/config.toml index 9ade2a8..070b762 100644 --- a/site/config.toml +++ b/site/config.toml | |||
@@ -3,6 +3,9 @@ base_url = "https://gradecoin.xyz" | |||
3 | 3 | ||
4 | theme = "juice" | 4 | theme = "juice" |
5 | 5 | ||
6 | title = "Gradecoin" | ||
7 | description = "Mine Your Grades" | ||
8 | |||
6 | # Whether to automatically compile all Sass files in the sass directory | 9 | # Whether to automatically compile all Sass files in the sass directory |
7 | compile_sass = true | 10 | compile_sass = true |
8 | 11 | ||
@@ -22,3 +25,4 @@ juice_logo_path = "gradecoin.png" | |||
22 | juice_extra_menu = [ | 25 | juice_extra_menu = [ |
23 | { title = "why?", link = "https://github.com/zhuowei/nft_ptr#why"} | 26 | { title = "why?", link = "https://github.com/zhuowei/nft_ptr#why"} |
24 | ] | 27 | ] |
28 | |||