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

[posts]
folder = "../posts"

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