From 142e730143dcdf72bdba2bf66a29ed792a47784e Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 26 Mar 2022 15:13:18 +0100 Subject: Add theme configuration --- theme.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 theme.toml 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/" -- cgit v1.2.3