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

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeblister <jeblister@gmail.com>2017-04-13 12:39:11 +0300
committerjeblister <jeblister@gmail.com>2017-04-13 12:39:11 +0300
commitd487788f33335f2677f19e9e8aae00f2e466c608 (patch)
tree22f7451e39a5b904dfc3c9016e48f432f433a25c
parented3fbe9b4096e9d49dd3ebd39097beff951c331e (diff)
add deafault config to exampleSitev1.0
-rw-r--r--exampleSite/config.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..bc13ec9
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,25 @@
+baseURL = "/"
+languageCode = "en-us"
+title = "Kube for Hugo"
+theme = "kube-hugo"
+description = "Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog"
+Paginate = 4
+[Params]
+ RSSLink = "/index.xml"
+ author = "newpixcom" # add your company name
+ github = "" # add your github profile name
+ twitter = "" # add your twitter profile
+ email = "myemail@myaddress.xxx"
+
+[[menu.main]]
+ name = "Docs"
+ weight = -100
+ url = "/docs/"
+[[menu.main]]
+ name = "Blog"
+ weight = -100
+ url = "/blog/"
+[[menu.main]]
+ name = "Faq"
+ weight = -100
+ url = "/faq/"