forked from adityatelange/hugo-PaperMod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.toml
More file actions
62 lines (56 loc) · 1.3 KB
/
theme.toml
File metadata and controls
62 lines (56 loc) · 1.3 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
name = 'PaperFE'
license = 'MIT'
licenselink = 'https://github.com/Beryesa/PaperFE/LICENSE'
description = 'Paper Fabulously Extended, based on the awesome PaperMod'
min_version = "0.146.0"
# The home page of the theme, where the source can be found
homepage = 'https://github.com/Beryesa/PaperFE'
# If you have a running demo of the theme
# demosite = 'https://owner.github.io/repo'
# Taxonomy terms
tags = [
"responsive",
"simple",
"clean",
"light",
"dark",
"blog",
"minimalist",
"highlight.js",
"search",
"multilingual"
]
features = [
"responsive",
"single-column",
"blog",
"cover-image",
"table-of-contents",
"opengraph",
"highlight.js",
"favicon",
"archive",
"share-icons",
"cover",
"multilingual",
"social-icons",
"minified-assets",
"theme-toggle",
"menu-location-indicator",
"scroll-to-top",
"search"
]
# 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 = 'Beryesa'
homepage = 'https://beryesa.com/'
# If porting an existing theme
[original]
author = 'Aditya Telange'
homepage = 'https://adityatelange.github.io/hugo-PaperMod/'
repo = 'https://github.com/adityatelange/hugo-PaperMod/'