summary refs log tree commit diff stats
path: root/config/default.toml
blob: b5a5d6a30bd31ae4b853929972a2ec14394fee2b (plain)
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
[server]
port = 3000

[site]
description = "Nobody in particular"
baseURL = "http://localhost:3000/"

[[site.nav]]
text = "Home"
url = "/"

[author]
name = "John Doe"
photo = "/static/johndoe.jpg"

[[author.contact]]
url = "mailto:johndoe@johndoe.org"
text = "johndoe@johndoe.org"

[[author.contact]]
url = "https://twitter.com/johndoe"
text = "Twitter"

[feed]
originalDomainName = "johndoe.com"
domainStartDate = "2016-01-01"

[posts]
folder = "./posts"

[posts.code]
theme = "default"