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

github.com/shankar/hugo-grapes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShankar <shankar_m@protonmail.com>2018-10-23 07:19:03 +0300
committerShankar <shankar_m@protonmail.com>2018-10-23 07:19:03 +0300
commit95b0a4ec1d1017d339c7f88b82b05fcf33a7ed83 (patch)
tree8cf2fbfa634eba2e40b8f83c56a8c5fb7b4fd03d /theme.toml
Initial Commit
Signed-off-by: Shankar <shankar_m@protonmail.com>
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..942e44d
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,17 @@
+name = "hugo-grapes"
+license = "MIT"
+licenselink = "https://github.com/shankar/hugo-grapes/blob/master/LICENSE"
+description = "Text based minimalistic Hugo theme"
+homepage = "https://github.com/shankar/hugo-grapes"
+tags = ["minimalist", "simple", "clean", "blog", "responsive"]
+features = ["blog"]
+min_version = "0.41"
+
+[author]
+ name = "Shankar"
+ homepage = "https://shankar.me/"
+
+[original]
+ name = "Bing-Sheng Chen"
+ homepage = "https://bschen.tw/"
+ repo = "https://github.com/gundamew/hugo-bingo"