hugoWebsite/theme.toml

27 lines
1001 B
TOML
Raw Permalink Normal View History

name = "TailBliss"
license = "Apache-2.0"
licenselink = "https://github.com/nusserstudios/tailbliss/blob/main/LICENSE"
description = "TailBliss is an Hugo Starter with Tailwind CSS 3.2 and Alpine.js with light and dark modes. Submitted for Hacktoberfest 2022."
# The home page of the theme, where the source can be found.
homepage = "https://github.com/nusserstudios/tailbliss"
# If you have a running demo of the theme.
demosite = "https://tailbliss.netlify.app/"
2022-11-02 16:42:33 +01:00
tags = ["blog", "tailwind", "tailwindcss", "dark", "light", "responsive", "minimal", "portfolio", "company", "gallery", "personal" ]
features = ["blog", "categories", "webp", "tailwind3", "alpinejs"]
min_version = "0.104.0"
# If the theme has a single author
[author]
name = "Jeremy Nusser"
homepage = "https://nusserstudios.com"
# If porting an existing theme
[original]
name = "Hugo-Tailwind-3.1"
author = "4044ever"
homepage = "https://github.com/4044ever"
repo = "https://github.com/4044ever/Hugo-Tailwind-3.1"