From 51fb029ca27d67d7cd67352cdede45e5b25868f7 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 14 Aug 2022 19:01:21 +0200 Subject: switch back to LoveIt, other theme is deprectated --- themes/LoveIt/theme.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 themes/LoveIt/theme.toml (limited to 'themes/LoveIt/theme.toml') diff --git a/themes/LoveIt/theme.toml b/themes/LoveIt/theme.toml new file mode 100644 index 0000000..504ab7a --- /dev/null +++ b/themes/LoveIt/theme.toml @@ -0,0 +1,35 @@ +name = "LoveIt" +license = "MIT" +licenselink = "https://github.com/dillonzq/LoveIt/blob/master/LICENSE" +description = "A Clean, Elegant but Advanced Hugo Theme for Hugo." + +homepage = "https://hugoloveit.com" +demosite = "https://hugoloveit.com" + +tags = [ + "blog", + "clean", + "responsive", + "dark", + "theme" +] +features = [ + "cover-image", + "favicon", + "multilingual", + "pagination", + "social-menu", + "syntax-highlighting", + "SEO Optimized" +] + +min_version = "0.62.0" + +[author] + name = "Dillon" + homepage = "https://dillonzq.com/" + +[original] + name = "Fastbyte01" + homepage = "https://www.fsb01.com/" + repo = "https://github.com/Fastbyte01/KeepIt" -- cgit v1.2.3