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

github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiushi Pan <qiu.gits@gmail.com>2018-11-30 15:35:44 +0300
committerQiushi Pan <qiu.gits@gmail.com>2018-11-30 15:35:44 +0300
commitdfbe1b6d43e5d8610f42658d167f55db08d525f9 (patch)
tree7337ea822255d2f3f860f370fd820f009481b3af /theme.toml
parent8abe25ac61e1af41ecb296846f52dfa26442f993 (diff)
Update: handle name, homepage.
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index eacc6fe..5cd8afe 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,16 +3,16 @@
name = "Theer"
license = "MIT"
-licenselink = "https://github.com/qiugits/theer/blob/master/LICENSE.md"
+licenselink = "https://github.com/qqhann/theer/blob/master/LICENSE.md"
description = "A simple and beautiful Hugo theme based on Primer css"
-homepage = "https://www.gitshell.net/"
+homepage = "https://qqhann.info/"
tags = ["blog", "simple"]
features = ["blog"]
min_version = 0.40
[author]
name = "Qiushi Pan"
- homepage = "https://www.gitshell.net"
+ homepage = "https://qqhann.info"
# If porting an existing theme
[original]