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

[site]
description = "Nobody in particular"

[[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"

[posts]
folder = "./posts"

[posts.taxonomies]
tag = "tags"
category = "categories"

[posts.code]
theme = "default"