-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
36 lines (32 loc) · 1009 Bytes
/
config.yml
File metadata and controls
36 lines (32 loc) · 1009 Bytes
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
# ==============================================================================
# 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: ""
relativeURLs: true
title: "Quire Starter"
languageCode: "en-us"
theme: "quire-starter-theme"
footnoteReturnLinkContents: "↩"
metaDataFormat: "yaml"
pluralizeListTitles: true
disableKinds:
- "home"
- "section"
- "taxonomy"
- "taxonomyTerm"
# These values can be accessed in templates via .Site.Params
params:
searchEnabled: true
citationPageLocationDivider: ", "
imageLabelContentBefore: "Figure "
imageLabelContentAfter: ". "
displayBiblioShort: "true"
imageDir: "img/"
figureSubDir: "figures/"
tocType: full
menuType: short