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

github.com/IvanChou/hugo-theme-vec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..9cb0ff0
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,34 @@
+baseurl = "http://replace-this-with-your-hugo-site.com"
+title = "yii.im"
+theme = "vec"
+languageCode = "en-us"
+paginate = 10
+
+[menu]
+ # Shown in the side menu.
+ [[menu.main]]
+ name = "post"
+ weight = 0
+ url = "/post"
+ [[menu.main]]
+ name = "contact"
+ weight = 1
+ url = "/contact"
+ [[menu.main]]
+ name = "faq"
+ weight = 2
+ url = "/faq"
+
+[params]
+ Keywords = "key, 关键字, キーワード"
+ Description = "There are some words to describe your site"
+ Avater = "//img.ichou.cn/yii.im/avatar.jpg"
+ SelfIntro = "Just a worm, seek for true, live in shadow, no more..."
+
+ GithubID = "Your Github ID"
+ TwitterID = "Your Twitter ID"
+ FacebookID = "Your Facebook ID"
+ LinkedInID = "Your LinkedIn ID"
+ GoogleplusID = "Your Googleplus ID"
+ AnalyticsID = "UA-57408564-1"
+ DisqusShortname = "yiiim" \ No newline at end of file