-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
executable file
·52 lines (46 loc) · 1.39 KB
/
config.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# ==============================================================================
# Config.yml
# ------------------------------------------------------------------------------
#
# This is the main configuration file for the website. The 'theme' value should
# match the name of the folder in /themes that contains your theme files; if
# you've copied the default theme and given it a different name make sure to
# update the value here too.
baseURL: ""
title: "Quire Starter"
languageCode: "en-us"
theme: "quire-starter-theme"
publishDir: site
footnoteReturnLinkContents: "↩"
metaDataFormat: "yaml"
GoogleAnalytics: ""
pluralizeListTitles: true
disableKinds:
- "home"
- "section"
- "taxonomy"
- "taxonomyTerm"
markup:
goldmark:
renderer:
unsafe: true # allows HTML tags within Markdown file
# These values can be accessed in templates via .Site.Params
params:
searchEnabled: true
licenseIcons: true
pageLabelDivider: ": "
citationPageLocationDivider: ", "
contributorByline: name-title # name | name-title | false
displayBiblioShort: true
imageDir: "img"
tocType: full
menuType: full
prevPageButtonText: "Back"
nextPageButtonText: "Next"
entryPageSideBySideLayout: false
entryPageObjectLinkText: "View in Collection"
figureLabelLocation: on-top # below | on-top
figureModal: true
figureModalIcons: true
figureZoom: true
citationPopupStyle: text # text | icon