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

github.com/marcanuy/simpleit-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Canina <me@marcanuy.com>2018-08-06 23:20:23 +0300
committerMarcelo Canina <me@marcanuy.com>2018-08-06 23:20:23 +0300
commit13687ea6ef76a2eca20bd1b1e4d2fb3cd70d6063 (patch)
tree504cc8199d5ec456e921c3e84d9f481a2a1de06e /theme.toml
init 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..10b1940
--- /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 = "SimpleIT"
+baseurl = "https://example.org/"
+license = "MIT"
+licenselink = "https://github.com/marcanuy/simpleit/blob/master/LICENSE"
+description = ""
+homepage = "https://simpleit.rocks/"
+tags = []
+features = []
+min_version = "0.41"
+
+[author]
+ name = "Marcelo Canina"
+ homepage = "https://marcanuy.com"