-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
54 lines (51 loc) · 1.08 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 = "Guessme"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
description = "A robust, elegant dark theme for Hugo."
homepage = "http://example.com/"
tags = [
"minimalist",
"responsive",
"technical",
"accessible",
"terminal",
"custom themes",
"simple"
]]
features = [
"Mobile-optimized",
"SEO-optimized",
"Responsive Design",
"Flexbox Layouts",
"Google Analytics",
"Disqus",
"BPG Image Support",
"Lazyloading",
"OpenGraph",
"Schema Structured Data",
"Pagination",
"Reading time",
"Related content",
"Modification dating",
"Author byline",
"Word Count",
"Related Posts",
"Section Menu",
"Block Templates",
"Table of Contents",
"Custom Shortcodes",
"Keyboard Accessibility",
"Inclusive Design",
"Theme Variants"
]
min_version = "0.26"
[author]
name = "Adarsh K R"
homepage = "http://www.adarshkr.com"
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""