From 6c53b50ec3afaabbe3f09c6e838baf63e17499b1 Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Wed, 18 Dec 2019 01:04:15 -0500 Subject: Mostly working initial stuff TODO: CSS needs to be defined Index page lists about page when it shouldn't --- theme.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..d94e3db --- /dev/null +++ b/theme.toml @@ -0,0 +1,13 @@ +name = "Simplesource" +license = "GPL3" +licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" +description = "A simple theme, inspired by SourceHut and Hacker News" +homepage = "http://example.com/" +tags = ["minimal", "blog", "minimalist"] +features = ["blog"] +min_version = "0.41" + +[author] + name = "Matt Kohls" + homepage = "matt-in.space" + -- cgit v1.2.3