forked from nerdneilsfield/after-dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
44 lines (43 loc) · 920 Bytes
/
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
name = "After Dark"
license = "ISC"
licenselink = "https://github.com/comfusion/after-dark/blob/master/LICENSE.md"
description = "A simple, yet highly configurable responsive dark theme."
homepage = "https://comfusion.github.io/after-dark/"
tags = [
"personal",
"minimal",
"responsive",
"accessible",
"unported",
"dark",
"themeable"
]
features = [
"Mobile-optimized",
"SEO-optimized",
"Responsive Design",
"Flexbox Layouts",
"Google Analytics",
"Disqus",
"Image 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.16
[author]
name = "Josh Habdas"
homepage = "https://habd.as"