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

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <road2stat@gmail.com>2017-12-27 19:51:36 +0300
committerNan Xiao <road2stat@gmail.com>2017-12-27 19:51:36 +0300
commitb728394117cebc196db4f46ace5396eec9bc8090 (patch)
tree5e2a3a2a44abebf94aa78d359395a59850e927f4 /exampleSite
parentc7012c7bc221a810c6d5ecda419d9cd967e5e538 (diff)
update config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml23
1 files changed, 20 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c96d06a..2cdb5cb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,13 +5,30 @@ author = "Nan Xiao"
canonifyurls = true
languagecode = "en"
theme = "hugo-tanka"
+googleAnalytics = ""
+disqusShortname = ""
pygmentsstyle = "vs"
pygmentscodefences = true
+ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
+
[params]
sitename = "Hugo Tanka Theme"
-# [[menu.main]]
-# name = "About"
-# url = "https://nanx.me"
+[[menu.main]]
+ name = "Home"
+ url = "https://nanx.me"
+ weight = 1
+[[menu.main]]
+ name = "GitHub"
+ url = "https://github.com/road2stat"
+ weight = 2
+[[menu.main]]
+ name = "LinkedIn"
+ url = "https://www.linkedin.com/in/road2stat"
+ weight = 3
+[[menu.main]]
+ name = "Twitter"
+ url = "https://twitter.com/road2stat"
+ weight = 4