-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (41 loc) · 1.02 KB
/
config.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
BaseUrl= "http://kyleandarica.com/"
LanguageCode= "en-EN"
Title= "The Crazy World of Riley, Arica and Kyle"
paginate = 5
DisqusShortname = "kyleandarica"
Copyright = "All rights reserved - 2017"
canonifyurls = true
theme = "casper"
[params]
description = ""
cover = "img/header-image.jpg"
author = ""
#authorlocation = "Maryland"
authorwebsite = ""
share = false
bio= ""
logo = ""
googleAnalyticsUserID = ""
# Optional RSS-Link, if not provided it defaults to the standard index.xml
RSSLink = ""
githubName = ""
twitterName = ""
# facebookName = ""
# linkedinName = ""
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = true
[[menu.main]]
name = "Safe Food Brands"
weight = -120
identifier = "safe-foods"
url = "/info/safe-foods"
[[menu.main]]
name = "Blog"
weight = -110
identifier = "blog"
url = "/"
[[menu.main]]
name = "Photos"
weight = -100
identifier = "photos"
url = "http://photos.kyleandarica.com"