diff options
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" |