aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorGNUxeava <bluenerd@protonmail.com>2022-03-11 10:32:10 +0530
committerGNUxeava <bluenerd@protonmail.com>2022-03-11 10:32:10 +0530
commitfecc9b268410c8fefcd1ca32bc4228bba9002178 (patch)
treeaa621093976dbbe8961f723ddb3569737e96932a /theme.toml
parent2dfa39111cd76b102dbb3f58c1754b6c93b0265a (diff)
use theme
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..8dc86cd
--- /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 = "Even"
+license = "MIT"
+licenselink = "https://github.com/olOwOlo/hugo-theme-even/blob/master/LICENSE.md"
+description = "A super concise theme for Hugo"
+homepage = "https://github.com/olOwOlo/hugo-theme-even"
+tags = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
+features = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
+min_version = "0.60.0"
+
+[author]
+ name = "olOwOlo"
+ homepage = "https://github.com/olOwOlo"
+
+# If porting an existing theme
+[original]
+ name = "hexo-theme-even"
+ homepage = "http://www.ahonn.me/"
+ repo = "https://github.com/ahonn/hexo-theme-even"