From a62a3e7755579d93ce3a87243dd277575930fffe Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 5 Nov 2018 21:49:16 -0500 Subject: init --- themes/even/theme.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 themes/even/theme.toml (limited to 'themes/even/theme.toml') diff --git a/themes/even/theme.toml b/themes/even/theme.toml new file mode 100644 index 0000000..41a76f9 --- /dev/null +++ b/themes/even/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.35" + +[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" -- cgit v1.2.3