-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
27 lines (22 loc) · 968 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
baseURL = "https://epistolae.ctl.columbia.edu/"
copyright = "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)"
googleAnalytics = "G-PX0Y4X6XJ0"
languageCode = "en-us"
metaDataFormat = "yaml"
title = "Epistolae"
SectionPagesMenu = "main"
theme = "ctl-epistolae"
paginate = 25
[blackfriday]
fractions = false
[params]
description = "Epistolae is a collection of letters to and from women in the Middle Ages, from the 4th to the 13th century. The letters, written in Latin, are linked to the names of the women involved, with English translations and, where available, biographical sketches of the women and some description of the subject matter or the historic context of the letter."
keywords = "women literature"
shortTitle = "Epistolae"
[outputFormats.SearchIndex]
baseName = "search"
mediaType = "application/json"
[outputs]
home = [ "HTML", "RSS", "SearchIndex" ]
[markup.goldmark.renderer]
unsafe= true