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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2018-03-04 12:19:45 +0300
committerthingsym <thingsym@gmail.com>2018-03-04 12:19:45 +0300
commit393b8389ddae8e8b5ba7578924e028431fe106a7 (patch)
treef971e70f1d46b49ca7a044c28a178f9ce3bb01ce /theme.toml
initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..b2d27e3
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,16 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Techdoc"
+license = "MIT"
+licenselink = "https://github.com/thingsym/hugo-theme-techdoc/LICENSE"
+description = "The Techdoc is Hugo Theme for technical documentation."
+homepage = "https://github.com/thingsym/hugo-theme-techdoc"
+repo = "https://github.com/thingsym/hugo-theme-techdoc"
+tags = ["documentation", "doc"]
+features = ["documentation", "menu"]
+min_version = "0.30"
+
+[author]
+ name = "thingsym"
+ homepage = "https://blog.thingslabo.com/"