erynwells.me/config.toml

20 lines
328 B
TOML
Raw Normal View History

2021-09-26 10:20:12 -07:00
baseURL = 'https://erynwells.me/'
2021-09-26 09:53:44 -07:00
languageCode = 'en-us'
2021-09-26 10:20:12 -07:00
title = 'Erynwells.me'
theme = 'paper'
2021-09-29 08:06:03 -07:00
2021-10-05 19:55:14 -07:00
[author]
name = 'Eryn Wells'
2021-09-29 08:06:03 -07:00
[params]
twitter = 'erynofwales'
github = 'erynofwales'
instagram = 'erynofwales'
[permalinks]
2021-10-05 08:51:21 -07:00
posts = 'posts/:year/:month/:title/'
[taxonomies]
category = 'categories'
series = 'series'
tag = 'tags'