-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy paththeme.toml
54 lines (47 loc) · 1.17 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 = "ZenHo"
license = "APACHE"
licenselink = "https://github.com/vran-dev/ZenHo/blob/master/LICENSE"
description = "a pretty simple & nice theme for Hugo"
homepage = "github.com/vran-dev/hugo-zenHo"
tags = ["clean", "light", "simple", "white", "blog"]
features = []
title = "ZenHo"
min_version = "0.1.0"
[author]
name = "vran"
homepage = "github.com/vran-dev"
[params]
enableUtteranc = false
enableToc = false
enableSummary = true
useDescriptionReplaceSummary = true
author = "ZenHo"
bio = "All good things come to thos who wait."
# github page url
github = "#"
# twtter page url
twitter = "#"
# facebook page url
facebook = "#"
# email
email = "#"
[params.utteranc]
repo=""
theme="github-light"
crossorigin="anonymous"
issueTerm="pathname"
label="Comment"
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""
[markup]
[markup.highlight]
style = "xcode"
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2