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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-25 14:56:07 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-25 14:56:07 +0300
commitc53f3633c72bf3ea6722e3241169dd8a94b70ca9 (patch)
treee969d504b85ef64f853729989511fbafe60e4919 /theme.toml
parent32a7accf3cf42f570bce9b5649989866f09993fe (diff)
Add theme file
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..29bdf4d
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,18 @@
+name = "Massively"
+license = "Creative Commons"
+licenselink = "https://github.com/curttimson/hugo-theme-massively/blob/master/LICENSE"
+description = "An elegant open-source and mobile-first theme"
+homepage = "https://html5up.net/uploads/demos/massively/index.html"
+tags = ["blog", "html5up"]
+features = ["blog"]
+min_version = 0.19
+
+[author]
+ name = "Curtis Timson"
+ homepage = "https://curtistimson.co.uk/"
+
+# If porting an existing theme
+[original]
+ author = "HTML5UP"
+ homepage = "https://html5up.net"
+ repo = "https://html5up.net/massively" \ No newline at end of file