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

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöran Svensson <support@appernetic.io>2018-03-16 04:10:49 +0300
committerGöran Svensson <support@appernetic.io>2018-03-16 04:10:49 +0300
commit7e3e46ab649dcc211818b7341adfd9490825754a (patch)
tree8c6f33d4af01f97fef0cd9107ef9e52fbbb81536 /theme.toml
Add new theme
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..0fbe109
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,20 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/spf13/hugoThemes#themetoml for an example
+
+name = "NEDERBURG"
+license = "MIT"
+licenselink = "https://github.com/appernetic/hugo-nederburg-theme/blob/master/LICENSE"
+description = "Port of Tracks Theme https://www.competethemes.com/tracks/"
+homepage = "https://github.com/appernetic/hugo-nederburg-theme"
+tags = ["projects", "minimal", "responsive", "blog"]
+features = ["disqus", "gravatar", "responsive", "google analytics"]
+min_version = 0.34
+
+[author]
+ name = "Göran Svensson"
+ homepage = "https://github.com/appernetic"
+
+# If porting an existing theme
+[original]
+ name = "tracks"
+ homepage = "https://www.competethemes.com/tracks/"