-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
executable file
·55 lines (49 loc) · 1.41 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
53
54
55
# ==============================================================================
# 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: ""
canonifyURLs: true
title: "Quire Starter"
languageCode: "en-us"
theme: "quire-starter-theme"
publishDir: site
footnoteReturnLinkContents: "↩"
metaDataFormat: "yaml"
# googleAnalytics: "UA-8087223-1"
pluralizeListTitles: true
disableKinds:
- "home"
- "section"
- "taxonomy"
- "taxonomyTerm"
blackfriday:
fractions: false
hrefTargetBlank: true
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: ", "
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
GoogleAnalytics4: GTM-NRDC63K