-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
40 lines (35 loc) · 995 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
name = "Apricot Hugo Theme"
license = "MIT"
licenselink = "https://github.com/otterpro/apricot-hugo-theme/blob/master/LICENSE.md"
description = "Easy-to-read blog theme for Hugo"
homepage = "https://github.com/otterpro/apricot-hugo-theme/"
tags = ["blog","responsive"]
features = ["blog"]
min_version = "0.38.2"
### Example config.toml
baseURL = "https://www.example.com"
languageCode = "en-us"
title = "My Hugo Website"
theme = "apricot-hugo-theme"
summaryLength = 15 # default = 70, but too long...
copyright = "Copyright © 2018 JOHN DOE. All Rights Reserved."
#googleAnalytics = "UA-XXXXXXXX"
#disqusShortname=""
enableRobotsTXT = true #robots.txt
paginate = 10 #default:10
# MENU example
sectionPagesMenu = "main"
[author]
name = "Daniel Kim"
homepage = "https://www.otter.pro/"
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""
# MENU example
[menu]
[[menu.main]]
name = "Github"
url = "https://github.com/otterpro/"
weight = 10