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:
author周艺 <me@ichou.cn>2016-09-09 11:05:34 +0300
committer周艺 <me@ichou.cn>2016-09-09 11:05:34 +0300
commitcfaaaf6858167e6fc3d607a7fe72d5d93b819a3c (patch)
tree89d63155cc19600fbd9003e420adefb8e2ab49ba
parent03cda9479db7be2b726cba2a66111fd4a5b56f2e (diff)
fix theme.toml
-rw-r--r--README.md2
-rw-r--r--theme.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 54fe0e4..5a5bd2f 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ You could add `params` into your site's `config.toml` file:
```
[params]
Keywords = "key, 关键字, キーワード"
- Description = "There is some words to describe your site"
+ Description = "There are some words to describe your site"
Avater = "//chou.oss-cn-hangzhou.aliyuncs.com/yii.im/avatar.jpg"
SelfIntro = "Just a worm, seek for true, live in shadow, no more..."
diff --git a/theme.toml b/theme.toml
index 4ee234d..7bd4c0b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,8 +1,8 @@
name = "Vec"
license = "MIT"
-licenselink = "https://github.com/IvanChou/yii.im/tree/hugo"
+licenselink = "https://github.com/IvanChou/hugo-theme-vec/blob/master/LICENSE.md"
description = "Vec -- a minimal theme for Hugo."
-homepage = "https://github.com/IvanChou/yii.im/tree/hugo"
+homepage = "https://github.com/IvanChou/hugo-theme-vec"
tags = ["minimal", "clean", "neat", "black white", "blog"]
features = ["blog"]
min_version = 0.10