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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-04-09 23:59:17 +0300
committerVivek R <vividvilla@gmail.com>2019-04-09 23:59:17 +0300
commit0acbe2865da64b7db006d529339c6ece53e1a3c3 (patch)
treea3acdeb641e394ba4247687781f4fb105ce19750 /theme.toml
feat: initial implementation
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..d3dcb11
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,15 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Ezhil"
+license = "MIT"
+licenselink = "https://github.com/vividvilla/ezhil/blob/master/LICENSE.md"
+description = "Clean and minimal personal blog and portfolio theme."
+homepage = "https://github.com/vividvilla/ezhil"
+tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio"]
+features = []
+min_version = "0.0.1"
+
+[author]
+ name = "Vivek R"
+ homepage = "https://vivekr.net"