26 lines
886 B
TOML
26 lines
886 B
TOML
name = "Tailbliss"
|
|
license = "Apache"
|
|
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", "darkmode", "lightmode"]
|
|
features = ["blog", "categories", "webp", "tailwind3", "alpinejs"]
|
|
|
|
# If the theme has a single author
|
|
[author]
|
|
name = "Nusser Studios"
|
|
homepage = "https://nusserstudios.com"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
author = "4044ever"
|
|
homepage = "https://github.com/4044ever"
|
|
repo = "https://github.com/4044ever/Hugo-Tailwind-3.1"
|
|
|