From 7c30d914643b0125da9ae11c2a8e05246af065ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sat, 10 Sep 2022 19:20:44 +0100 Subject: [PATCH] add theme.toml --- theme.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 theme.toml diff --git a/theme.toml b/theme.toml new file mode 100644 index 00000000..1ef34f3e --- /dev/null +++ b/theme.toml @@ -0,0 +1,16 @@ +# Blowfish theme for Hugo + +name = "blowfish" +license = "MIT" +licenselink = "https://github.com/nunocoracao/blowfish/blob/master/LICENSE" +description = "tbd" + +homepage = "https://github.com/nunocoracao/blowfish/" +demosite = "https://nunocoracao.github.io/blowfish/" + +tags = ["blog", "minimal", "responsive", "dark mode", "dark", "light", "tailwind", "personal"] +features = ["syntax higlighting", "dark mode", "emoji"] + +[author] + name = "Nuno Coracao" + homepage = "https://nunocoracao.com/"