19 lines
388 B
TOML
19 lines
388 B
TOML
baseURL = '/'
|
|
languageCode = 'en-us'
|
|
title = "Freyja's Kiss"
|
|
theme = 'mainroad'
|
|
|
|
[Params]
|
|
description = 'Thoughts from the Leftist Edge of Heathenry'
|
|
copyright = "Anna Rose Wiggins"
|
|
dateformat = '2006-01-02'
|
|
post_meta = ["date", "author"]
|
|
customCSS = ["css/custom.css"]
|
|
|
|
[Params.sidebar]
|
|
home = "right"
|
|
widgets = ["search", "taglist"]
|
|
|
|
[Params.style.vars]
|
|
fontFamilyPrimary = "'Georgia'"
|