summary refs log tree commit diff stats
path: root/config/default.toml
blob: 9db75403f0e167f53e30b1d082e78c05053cbbba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[server]
port = 3000

[site]
author = "John Doe"

[posts]
folder = "./posts"

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