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
parentc7012c7bc221a810c6d5ecda419d9cd967e5e538 (diff)
update config
-rw-r--r--exampleSite/config.toml23
-rw-r--r--theme.toml2
2 files changed, 20 insertions, 5 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
diff --git a/theme.toml b/theme.toml
index 2db8d3d..6f6de9b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,8 +6,6 @@ homepage = "https://github.com/road2stat/hugo-tanka"
tags = []
features = []
min_version = 0.17
-googleAnalytics = ""
-disqusShortname = ""
# author of this modified version
[[author]]