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

github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwd <wd@wdicc.com>2017-03-10 14:12:39 +0300
committerwd <wd@wdicc.com>2017-03-10 14:12:39 +0300
commit50754afdf05da0c3d14e5806fc6d97ae043dbdd7 (patch)
tree5c4c143042d49a0a05e5c5e3b613a1bb89290a4b /theme.toml
parent6a8a9ae472fec882677a2f648c4e7ca5a45f7476 (diff)
First version
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..1769d8b
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/spf13/hugoThemes#themetoml for an example
+
+name = "Hugo Fabric"
+license = "MIT"
+licenselink = "https://github.com/wd/hugo-fabric/blob/master/LICENSE"
+description = "A theme for hugo, forked from hexo-fabric"
+homepage = "https://github.com/wd/hugo-fabric"
+tags = ["blog", "archives", "tags"]
+features = ["blog"]
+min_version = 0.19
+
+[author]
+ name = "wd"
+ homepage = "https://wdicc.com"
+
+# If porting an existing theme
+[original]
+ name = "Hexo Fabric"
+ homepage = "https://github.com/wd/hexo-fabric"
+ repo = "https://github.com/wd/hexo-fabric"