diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-06 10:39:08 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-06 10:39:08 -0500 |
| commit | 5bd7c8843a5bc9fd626b8b4a79b70b9cd861872a (patch) | |
| tree | 1b2a5590da54f0faca72a64008eb5c58e7252e0e /theme.toml | |
| parent | 365b3a901faab401c4b7dde40aa532295941f003 (diff) | |
| download | aoidh-5bd7c8843a5bc9fd626b8b4a79b70b9cd861872a.zip | |
add theme.toml and license
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 19 |
1 files changed, 19 insertions, 0 deletions
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" |