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

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorotis <xiaohei.zyx@gmail.com>2019-10-25 09:38:16 +0300
committerotis <xiaohei.zyx@gmail.com>2019-10-25 09:38:16 +0300
commita4f704f69e499106a328a29862feb1a4431c19ed (patch)
tree8db4fed58619147128813fe29aaa20afc369c76f /theme.toml
parent0c98b52735921ed56170406e353415a54ba54ab2 (diff)
update theme.toml, update README
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..7c44908
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,27 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Hugo Theme Pure"
+license = "MIT"
+licenselink = "https://github.com/xiaoheiAh/hugo-theme-pure/blob/master/LICENSE"
+description = "A powerful and pure theme for hugo~enjoy~"
+homepage = "https://xiaohei.im/"
+tags = [
+ "blog",
+ "clean",
+ "simple",
+ "dark",
+ "white",
+ "search"
+]
+features = []
+min_version = "0.57.2"
+
+[author]
+name = "xiaoheiah"
+homepage = "https://xiaohei.im"
+
+[original]
+name = "hexo-theme-pure"
+homepage = "https://blog.cofess.com"
+repo = "https://github.com/cofess/hexo-theme-pure"