Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-06-23 15:57:56 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-06-23 15:57:56 +0300
commit8adc3d974b04322a48c2194b506952ccfc03cff6 (patch)
tree3062ce18cdccf4847da959a239f1253582b747b3 /exampleSite
parent97fff7473fe1bf671890c96eb33d38004c0f5be6 (diff)
update README
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 94d337a..7bc1e17 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,25 +28,21 @@ bannerFont = "fonts/exampleFont"
# Shown in the side menu.
[[menu.main]]
name = "Posts"
- pre = "<i class='fa fa-list fa-fw'></i>"
weight = 1
identifier = "post"
url = "/post/"
[[menu.main]]
name = "Tags"
- pre = "<i class='fa fa-tags fa-fw'></i>"
url = "/tags/"
weight = 2
[[menu.main]]
name = "Categories"
- pre = "<i class='fa fa-folder fa-fw'></i>"
url = "/categories/"
weight = 2
[[menu.main]]
name = "About"
- pre = "<i class='fa fa-user fa-fw'></i>"
weight = 3
identifier = "about"
url = "/about/"