diff options
Diffstat (limited to 'users/wpcarro/website/blog/themes/tailwind/theme.toml')
-rw-r--r-- | users/wpcarro/website/blog/themes/tailwind/theme.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/users/wpcarro/website/blog/themes/tailwind/theme.toml b/users/wpcarro/website/blog/themes/tailwind/theme.toml new file mode 100644 index 000000000000..bfdefa7160df --- /dev/null +++ b/users/wpcarro/website/blog/themes/tailwind/theme.toml @@ -0,0 +1,12 @@ +name = "Tailwind Journal" +license = "MIT" +licenselink = "https://github.com/ianrodrigues/hugo-tailwind-journal/blob/master/license.md" +description = "A minimalist journal template for Hugo using TailwindCSS." +homepage = "https://github.com/ianrodrigues/hugo-tailwind-journal" +tags = ["minimalist", "reading", "blog", "tailwindcss"] +features = ["blog"] +min_version = "0.54.0" + +[author] + name = "Ian Rodrigues" + homepage = "https://ianrodrigues.dev" |