-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
51 lines (44 loc) · 1.1 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
46
47
48
49
50
51
baseurl = "/"
languageCode = "en-us"
title = "Häusle in Cornwall"
theme = "internet-weblog"
pygmentsstyle = "emacs"
Paginate = 10
SectionPagesMenu = "main"
assetDir = "static/"
# Google Analytics UA number
googleAnalytics = "UA-XXXXXXXX-X"
[author]
Handle = "Häusle"
FirstName = "Häusle"
LastName = "in Cornwall"
AboutPage = "/about"
Location = "Redruth, UK"
FlickrID = "145760991@N03"
[params]
Description = "Häusle in Cornwall. Urlaub machen wie bei Rosamund Pilcher"
ShowCopyright = true
RSSEnabled = true
RSSSections = [ "Posts", "Microposts", "Photos" ]
twitter = "twitter_username"
opengraphimage = "/images/uploads/ripple.jpg" #default if no thumbnail is used in the post.
logo = "/images/uploads/fakelogo.png"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[[menu.main]]
name = "Posts"
weight = 1
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Microposts"
weight = 2
identifier = "microposts"
url = "/microposts/"
[[menu.main]]
name = "Photos"
weight = 3
identifier = "photos"
url = "/photos/"