16 lines
283 B
TOML
16 lines
283 B
TOML
baseURL = "https://makyo.ink/"
|
|
languageCode = "en-us"
|
|
title = "The Writing of Madison Rye Progress"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories"
|
|
rating = "ratings"
|
|
series = "series"
|
|
|
|
[permalinks]
|
|
post = "/:contentbasename/"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|