-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
50 lines (44 loc) · 1.35 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
# ==============================================================================
# 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"
blackfriday:
fractions: false
hrefTargetBlank: true
# These values can be accessed in templates via .Site.Params
params:
searchEnabled: true
licenseIcons: true
citationPageLocationDivider: ", "
figureLabels: false
figureLabelsTextBefore: "Figure "
figureLabelsTextAfter: ". "
videoFigureFallbackText: true
videoFigureFallbackTextBefore: "Watch the video at "
videoFigureFallbackTextAfter: "."
websiteFigureFallbackText: true
websiteFigureFallbackTextBefore: "Visit the site at "
websiteFigureFallbackTextAfter: "."
displayBiblioShort: true
imageDir: "img"
tocType: full
menuType: short
objectLinkText: "View in Collection"