summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-03-26 15:13:18 +0100
committerSerghei Iakovlev <egrep@protonmail.ch>2022-03-26 15:14:15 +0100
commit142e730143dcdf72bdba2bf66a29ed792a47784e (patch)
tree66a9c8c10d994c90c10fc7e0cfe66179a46b20dd
parent5deee6518b60cf4f7dcfd0a02e2f2b28a33b5267 (diff)
downloadgohugo-theme-ed-142e730143dcdf72bdba2bf66a29ed792a47784e.tar.gz
Add theme configuration
-rw-r--r--theme.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..b65b371
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "Ed"
+license = "MIT"
+licenselink = "https://github.com/sergeyklay/gohugo-theme-ed/blob/master/LICENSE"
+description = "Ported from Jekyll Ed theme for minimal editions"
+homepage = "https://github.com/sergeyklay/gohugo-theme-ed"
+tags = ["hugo", "theme", "minimal", "ed"]
+features = ["posts"]
+min_version = "0.64.0"
+
+[author]
+ name = "Serghei Iakovlev"
+ homepage = "https://serghei.blog/"