From 716797dddbc5df606782091dc0c83119e1aab8ee Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Sat, 21 Sep 2019 00:06:00 +0800 Subject: [PATCH] Create the theme config --- theme.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 theme.toml diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..88ebb19 --- /dev/null +++ b/theme.toml @@ -0,0 +1,15 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Contentful" +license = "MIT" +licenselink = "https://github.com/foo-dogsquared/hugo-theme-contentful/blob/master/LICENSE" +description = "A minimal and extensible theme that focuses on being contentful at page load." +homepage = "https://github.com/foo-dogsquared/hugo-theme-contentful" +tags = ["minimal", "multilingual"] +features = [] +min_version = "0.58" + +[author] + name = "foo-dogsquared" + homepage = "https://foo-dogsquared.github.io/"