From 92e3b5f49f6f5336530988e7839ab3ed283b86e4 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 19 Mar 2023 00:53:31 +0100 Subject: Big site update --- themes/conspiracy/theme.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 themes/conspiracy/theme.toml (limited to 'themes/conspiracy/theme.toml') diff --git a/themes/conspiracy/theme.toml b/themes/conspiracy/theme.toml new file mode 100644 index 0000000..dbae125 --- /dev/null +++ b/themes/conspiracy/theme.toml @@ -0,0 +1,21 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Conspiracy" +license = "MIT" +licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" +description = "" +homepage = "http://example.com/" +tags = [] +features = [] +min_version = "0.41.0" + +[author] + name = "" + homepage = "" + +# If porting an existing theme +[original] + name = "" + homepage = "" + repo = "" -- cgit