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:
authorIChou <me@ichou.cn>2016-10-03 11:36:51 +0300
committerIChou <me@ichou.cn>2016-10-03 19:27:50 +0300
commitcf54c227b1ed210d1a861cf6ea225dac45ecad45 (patch)
treef1f8916927d30a9d260484fc38c90372a0dd4d15 /README.md
parent8159564bb3635795cc9f15fe4e8320f45eeed97c (diff)
fix h2 to h1 in single page
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/README.md b/README.md
index caec3d5..d3b2a68 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,27 @@ git clone https://github.com/IvanChou/hugo-theme-vec vec
See the [official docs](http://gohugo.io/themes/installing) for more information.
## Configuration
-You could add `params` into your site's `config.toml` file:
+
+You should config your site's `config.toml` file like:
```
+baseurl = "http://replace-this-with-your-hugo-site.com"
+title = "Site.title"
+theme = "vec"
+languageCode = "en-us"
+paginate = 15
+
+# Enable comments by entering your Disqus shortname
+disqusShortname = "Your Disqus shortname"
+
+# Enable analytics by entering your Google Analytics tracking ID
+googleAnalytics = "Your Google Analytics tracking code"
+
[params]
Keywords = "key, 关键字, キーワード"
Description = "There are some words to describe your site"
- Avater = "//chou.oss-cn-hangzhou.aliyuncs.com/yii.im/avatar.jpg"
+ Avater = "img/avatar.jpg"
SelfIntro = "Just a worm, seek for true, live in shadow, no more..."
GithubID = "Your Github ID"
@@ -34,8 +47,6 @@ You could add `params` into your site's `config.toml` file:
FacebookID = "Your Facebook ID"
LinkedInID = "Your LinkedIn ID"
GoogleplusID = "Your Googleplus ID"
- AnalyticsID = "Your Google Analytics tracking code"
- DisqusShortname = "Your Disqus shortname"
```
If you use `config.yaml`, plz reformat them to yaml.