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

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2017-06-16 07:06:16 +0300
committerYihui Xie <xie@yihui.name>2017-06-16 07:06:16 +0300
commit111767700619c5184943b1cb3dff3f7e195c2e85 (patch)
tree18bbfcbe35bb3c1d74d44fd5eb753384d5e78fb9 /theme.toml
parentfa6cebe7292c40fa8549590665e888abba4ed8af (diff)
add theme.toml, archetypes, layouts, and css
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..20bd11a
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "XMin"
+license = "MIT"
+licenselink = "https://github.com/yihui/hugo-xmin/blob/master/LICENSE.md"
+description = "Xie's Minimal Hugo theme: about 150 lines of code in total, including HTML and CSS"
+homepage = "https://xmin.yihui.name"
+tags = ["minimal", "blog", "personal", "clean", "simple", "starter", "minimalist"]
+features = ["blog"]
+min_version = "0.18"
+
+[author]
+ name = "Yihui Xie"
+ homepage = "https://yihui.name"