From 5bd7c8843a5bc9fd626b8b4a79b70b9cd861872a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 6 Mar 2026 10:39:08 -0500 Subject: add theme.toml and license --- theme.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..47bcbd1 --- /dev/null +++ b/theme.toml @@ -0,0 +1,19 @@ +name = "Aoidh +description = "A simple, mainly-CSS theme inspired by Acme" + +license = "GPL-3.0-or-later" +licenselink = "https://www.gnu.org/licenses/gpl-3.0.txt" + +homepage = "https://git.samanthony.xyz/aoidh" +demosite = "https://www.samanthony.xyz" + +tags = ["personal", "light"] +features = [ + "nav", + "responsive buttons", + "readable black serif type on white background" +] + +[author] + name = "Sam Anthony" + homepage = "https://www.samanthony.xyz" -- cgit v1.2.3