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

[site]
title = "Test Site"

[posts]
folder = "./posts"

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