[server]
port = 3000

[site]

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