-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
theme.toml
55 lines (50 loc) · 1.14 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "charlolamode"
license = "MIT"
licenselink = "https://github.com/charlola/blog-template/LICENSE"
description = "minimalistic website with basic features"
homepage = "https://github.com/charlola/blog-template"
tags = [
"responsive",
"personal",
"portfolio",
"contact",
"simple",
"clean",
"light",
"dark",
"blog",
"minimalist",
"highlight.js"
]
features = [
"responsive",
"single-column",
"blog",
"cover-image",
"table-of-contents",
"opengraph",
"highlight.js",
"favicon",
"archive",
"share-icons",
"social-icons",
"theme-toggle",
"scroll-to-top",
]
[author]
name = "Charlotte Martin"
homepage = "https://github.com/charlola/"
# If porting an existing theme
[original]
name = "Paper"
author = "nanxiaobei"
homepage = "https://github.com/nanxiaobei"
repo = "https://github.com/nanxiaobei/hugo-paper/"
# If porting an existing theme
[original]
name = "Paper"
author = "adityatelange"
homepage = "https://github.com/adityatelange"
repo = "https://github.com/adityatelange/hugo-PaperMod"