-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy paththeme.toml
36 lines (33 loc) · 1.04 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
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
name = "Bulma"
license = "MIT"
licenselink = "https://github.com/jeblister/bulma/master/LICENSE.md"
description = "Bulma is a simple and a responsive Hugo theme that offers a traditional blog mixed with a landing page."
homepage = "http://blog.elemnts.org/"
tags = ["responsive", "bulma", "landing", "blog", "themes", "flexbox", "modern"]
features = ["landing","Mobile-first Design",
"Responsive Design",
"Flexbox Layouts",
"Google Analytics",
"Disqus Commenting",
"OpenGraph support",
"Schema Structured Data",
"Paginated Lists",
"Reading Time",
"Last Modified time",
"Word Count",
"Related Posts",
"Section Menu",
"Block Templates",
"Table of Contents",
"SEO Site Verification"]
min_version = 0.19
[author]
name = "jeblister"
homepage = "http://findme.surge.sh/"
# If porting an existing theme
[original]
name = "After Dark"
homepage = "https://after-dark.habd.as"
repo = "https://git.habd.as/comfusion/after-dark"