24 lines
954 B
TOML
24 lines
954 B
TOML
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/"
|
|
|
|
tags = ["blog", "tailwind", "tailwindcss", "dark", "light", "responsive", "minimal", "portfolio", "company", "gallery", "personal" ]
|
|
features = ["blog", "categories", "webp", "tailwind3", "alpinejs"]
|
|
|
|
# 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"
|
|
homepage = "https://github.com/4044ever"
|
|
repo = "https://github.com/4044ever/Hugo-Tailwind-3.1" |