aboutsummaryrefslogtreecommitdiffstats
path: root/site/config.toml
diff options
context:
space:
mode:
authorYigit Sever2021-04-15 03:50:34 +0300
committerYigit Sever2021-04-15 03:50:34 +0300
commitdcc2d99140d25c5f163e425fb6ed7246fe88ea54 (patch)
tree9108ff3aa44622ff0bda4bb82d9b1fb38f168dfe /site/config.toml
parentbe037a6b35056ec8aa8f75e56becd009bc7c01f2 (diff)
parent412276f8dac075836aaa8fdf636aa068718a2bbf (diff)
downloadgradecoin-dcc2d99140d25c5f163e425fb6ed7246fe88ea54.tar.gz
gradecoin-dcc2d99140d25c5f163e425fb6ed7246fe88ea54.tar.bz2
gradecoin-dcc2d99140d25c5f163e425fb6ed7246fe88ea54.zip
Merge remote-tracking branch 'origin/template' into template
Diffstat (limited to 'site/config.toml')
-rw-r--r--site/config.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/site/config.toml b/site/config.toml
new file mode 100644
index 0000000..93e9468
--- /dev/null
+++ b/site/config.toml
@@ -0,0 +1,23 @@
1# The URL the site will be built for
2base_url = "http://localhost:8080"
3
4theme = "juice"
5
6# Whether to automatically compile all Sass files in the sass directory
7compile_sass = true
8
9# Whether to build a search index to be used later on by a JavaScript library
10build_search_index = true
11
12[markdown]
13# Whether to do syntax highlighting
14# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
15highlight_code = true
16
17[extra]
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]