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

github.com/shaform/hugo-theme-den.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaform <shaform@gmail.com>2018-07-16 07:12:30 +0300
committerShaform <shaform@gmail.com>2018-07-16 07:12:30 +0300
commitd86f28716a8447b625dff44b5b178e28c60629ae (patch)
tree173f2440f69d45c3229b0ee5c1e0979f30325bf1 /theme.toml
parent761bc1c0daddbf25675c452463e8f45bd52119fa (diff)
update theme.toml
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..5a3208a
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,18 @@
+name = "Den"
+license = "GPLv2"
+licenselink = "https://github.com/shaform/hugo-theme-den/blob/master/LICENSE"
+description = "A port of the Nest Pelican theme for Hugo"
+homepage = "https://github.com/shaform/hugo-theme-den"
+tags = ["responsive", "blog", "clean", "multilingual"]
+features = ["responsive", "blog", "clean", "multilingual"]
+min_version = "0.41"
+
+[author]
+ name = "shaform"
+ homepage = "https://github.com/shaform/"
+
+# If porting an existing theme
+[original]
+ name = "Nest"
+ homepage = "https://github.com/molivier/nest"
+ repo = "https://github.com/molivier/nest"