-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Expand file tree
/
Copy paththeme.toml
More file actions
68 lines (65 loc) · 1.36 KB
/
theme.toml
File metadata and controls
68 lines (65 loc) · 1.36 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "PaperMod"
license = "MIT"
licenselink = "https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE"
description = "A fast, clean, responsive Hugo theme"
homepage = "https://github.com/adityatelange/hugo-PaperMod/"
demosite = "https://adityatelange.github.io/hugo-PaperMod/"
tags = [
"responsive",
"blog",
"clean",
"minimal",
"light",
"dark",
"fast",
"multilingual",
"search",
"seo",
"chroma",
"personal"
]
features = [
"responsive",
"single-column",
"blog",
"cover-image",
"table-of-contents",
"opengraph",
"twitter-cards",
"favicon",
"archive",
"share-icons",
"cover",
"multilingual",
"social-icons",
"minified-assets",
"theme-toggle",
"menu-location-indicator",
"scroll-to-top",
"search",
"breadcrumbs",
"reading-time",
"word-count",
"code-copy",
"comments",
"edit-post",
"canonical-link",
"profile-mode",
"home-info-mode",
"related-posts",
"rss",
"multiple-authors",
"post-nav-links"
]
min_version = "0.146.0"
[author]
name = "Aditya Telange"
homepage = "https://github.com/adityatelange"
# If porting an existing theme
[original]
name = "Paper"
author = "nanxiaobei"
homepage = "https://github.com/nanxiaobei"
repo = "https://github.com/nanxiaobei/hugo-paper/"