summary refs log tree commit diff stats
path: root/config/default.toml
blob: ff1f84371f7d9d412324255e5a9e5e648b1b7a1b (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"