-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy paththeme.toml
More file actions
45 lines (39 loc) · 1.09 KB
/
theme.toml
File metadata and controls
45 lines (39 loc) · 1.09 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name = "hugo-theme-island"
license = "MIT"
licenselink = "https://github.com/bin16/hugo-theme-island/blob/main/LICENSE"
description = "Yet another hugo theme, based on Tailwind CSS v4."
# The home page of the theme, where the source can be found.
homepage = "https://github.com/bin16/hugo-theme-island/"
# If you have a running demo of the theme.
demosite = "https://hugo-theme-island.netlify.app/"
tags = [
"blog",
"minimal",
"light",
"dark",
"personal",
"Dark Mode",
]
features = [
"responsive",
"cover-image",
"table-of-contents",
"opengraph",
"multilingual",
"cover",
"archive",
]
# # If the theme has multiple authors
# authors = [
# {name = "Name of author", homepage = "Website of author"},
# {name = "Name of author", homepage = "Website of author"}
# ]
# If the theme has a single author
[author]
name = "rect"
homepage = "https://rect.page/"
# # If porting an existing theme
# [original]
# author = "Name of original author"
# homepage = "Link to website of original author"
# repo = "Link to source code of original theme"