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

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyorgy Orban <o.gyorgy@gmail.com>2017-04-22 16:33:37 +0300
committerGyorgy Orban <o.gyorgy@gmail.com>2017-04-22 16:34:03 +0300
commit01b9311773bffa3404e1f1d9f16711fab73978fe (patch)
treee08e38c348ddabc9cc943ed448434205c4f84a30 /theme.toml
initial hugo themev1.0
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..350657f
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "hugo-dusk"
+license = "MIT"
+licenselink = "https://github.com/gyorb/hugo-dusk/blob/master/LICENSE.md"
+description = "A minimalistic dark responsive theme."
+homepage = "https://github.com/gyorb/hugo-dusk"
+tags = ["blog", "minimal", "clean", "dark"]
+features = ["blog"]
+min_version = 0.17
+
+[author]
+ name = "Gyorgy Orban"
+ homepage = "https://github.com/gyorb"