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

[site]
title = "Test Site"

[posts]
folder = "./posts"

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