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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-14 16:20:29 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-14 16:20:29 +0300
commit994fd986bab1cf0baa4c7cfde62929e5f2a0772e (patch)
tree5680b3d479307936138924385fa3fadae29cd4f1 /theme.toml
parent40f121ec52d1edbfff39470dee7a0c3c9ac36061 (diff)
Initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..299682d
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Indigo"
+license = "MIT"
+licenselink = "https://github.com/AngeloStavrow/indigo/blob/master/LICENSE.md"
+description = "An IndieWeb-enabled, lightweight theme for Hugo."
+homepage = "https://github.com/AngeloStavrow/indigo"
+tags = ["blog", "responsive", "minimal"]
+features = ["indieweb", "blog"]
+min_version = "0.38"
+
+[author]
+ name = "Angelo Stavrow"
+ homepage = "http://angelostavrow.com/"
+
+# If porting an existing theme
+[original]
+ name = ""
+ homepage = ""
+ repo = "" \ No newline at end of file