13 lines
215 B
TOML
13 lines
215 B
TOML
baseURL = "/"
|
|
languageCode = "en-us"
|
|
title = "The Writing of Madison Scott-Clary"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories"
|
|
rating = "ratings"
|
|
series = "series"
|
|
|
|
[permalinks]
|
|
post = "/:filename/"
|