Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml « tailbliss « themes - github.com/gohugoio/hugoThemesSiteBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6fc0cc828c8c7dbe3ea65723c2e37897d79a4c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"