forked from tomowang/hugo-theme-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
29 lines (23 loc) · 747 Bytes
/
theme.toml
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
26
27
28
29
name = 'Tailwind'
license = 'MIT'
licenselink = 'https://github.com/tomowang/hugo-theme-tailwind/blob/main/LICENSE'
description = 'Clean card Hugo theme for blog, created by using tailwindcss'
# The home page of the theme, where the source can be found
homepage = 'https://github.com/tomowang/hugo-theme-tailwind'
# If you have a running demo of the theme
demosite = 'https://hugo-theme-tailwind.tomo.dev/'
version = "1.0.0"
# Taxonomy terms
tags = ['blog', 'tailwindcss', 'responsive', 'multilingual', 'dark', 'personal']
features = [
"responsive",
"dark mode",
"table of contents",
"katex",
"tabler icons",
"multilingual",
]
# If the theme has a single author
[author]
name = 'Xiaoliang Wang'
homepage = 'https://tomo.dev'