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 /exampleSite
parent8159564bb3635795cc9f15fe4e8320f45eeed97c (diff)
fix h2 to h1 in single page
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
-rw-r--r--exampleSite/static/img/avatar.jpgbin0 -> 87860 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9cb0ff0..35c4930 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,6 +3,8 @@ title = "yii.im"
theme = "vec"
languageCode = "en-us"
paginate = 10
+disqusShortname = "yiiim"
+googleAnalytics = "UA-57408564-1"
[menu]
# Shown in the side menu.
@@ -22,13 +24,11 @@ paginate = 10
[params]
Keywords = "key, 关键字, キーワード"
Description = "There are some words to describe your site"
- Avater = "//img.ichou.cn/yii.im/avatar.jpg"
+ Avater = "img/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
+ GoogleplusID = "Your Googleplus ID" \ No newline at end of file
diff --git a/exampleSite/static/img/avatar.jpg b/exampleSite/static/img/avatar.jpg
new file mode 100644
index 0000000..02d1392
--- /dev/null
+++ b/exampleSite/static/img/avatar.jpg
Binary files differ