-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
167 lines (139 loc) · 4.4 KB
/
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
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
baseURL = "https://critcat.org"
languageCode = "en-us"
title = "CritCat.org"
theme = "alpha-church"
publishDir = "docs"
rssLimit = 5
paginate = 4
enableEmoji = true
# Enter your tracking code to enable Google Analytics
# googleAnalytics = ""
enableInlineShortcodes = true
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
# preacher = "preachers"
# series = "series"
#This theme can generate a multi-level menu.
#Use weight= to specify the order of menu items, and parent= to create a submenu item.
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Resources"
url = "/resources"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Provenance"
url = "/provenance"
weight = 4
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 5
## exmples of submenus
# [[menu.main]]
# name = "About Us"
# parent = "About"
# url = "/about"
# weight = 1
# [[menu.main]]
# name = "Sermons"
# url = "/sermons"
# parent = "Resources"
# weight = 1
# [[menu.main]]
# name = "Preachers"
# url = "/preachers"
# parent = "Sermons"
# weight = 1
# [[menu.main]]
# name = "Best Ever"
# url = "#"
# parent = "Sermons"
# weight = 1
# [[menu.main]]
# name = "Blog"
# url = "/posts"
# parent = "Resources"
# weight = 2
# Paramaters for the whole site
[params]
title = "CritCat.org"
subtitle = "Critical Cataloging in Galleries, Archives, Libraries, Museums, and Special Collections"
author = "Brian M. Watson"
keywords = ["cataloging", "social justice", "museums", "libraries", "archives"]
languageCode = "en" # For accessibility this needs to be set. You can find all language codes at https://www.w3schools.com/tags/ref_language_codes.asp
# bible_popups = "faithlife" #faithlife, blb
# bible_version = "CSB" #HCSB, NIV, NLT, ESV, etc.
# instant_page = true
customCSS = ["example.css"]
[params.favicon]
sml = "/example24.png"
med = "/example32.png"
#lge = "/example96.png"
[params.banner]
image = "img/card-catalog.jpg"
[params.style]
googleFonts = ["Roboto", "Crimson+Text", "Merriweather", "Playfair+Display:400,700"]
# [params.podcast]
# title = "Listen to Alpha Church"
# summary = "Alpha-Church sermons, talks, messages—podcasted."
# email = "test@example.com"
# copyright = "The files in the podcast are in the public domain"
# image = "img/podcast-cover.jpg"
# category = "Religion & Spirituality"
# sub_category = "Christianity"
# iTunes = "https://itunes.apple.com/us/podcast/tgc-word-of-the-week/id1034013280"
# feed = "https://www.thegospelcoalition.org/podcasts/word-of-the-week/feed/?feed=podcast"
# [params.map]
# service = "osm" #"osm" for OpenStreetMaps, "google" for Google Maps, or "mapbox" for Mapbox, see SETUP.md
# # For Open Street Map widgets
# latitude = "48.8530"
# longitude = "2.3498"
# zoom = "18"
# If you want to use google maps you'll need an API Key from Google https://developers.google.com/maps/documentation/embed/get-api-key
#service = "google"
#api_key = "XXXXXXXX"
#language = "fr" #Optional
#region = "FR" #Optional
[params.contact]
#Use this section to automate contact form.
#Set service to either "netlify", "formspree" or "php"
#For formspree, please setup an account at https://formspree.io/
#If you use formspree, you'll need to set your formspree email address.
service = "formspree"
# confirm_page = "/contact_thanks"
formspree_email="f/mleajazg"
[params.footer]
copyright = ["[CC0 (public domain)](//creativecommons.org/publicdomain/zero/1.0/)",
"Design: [HTML5 UP](//html5up.net/alpha)",
"[Hugo Port](//gohugo.io) by [Daniel Saunders](//github.com/funkydan2)"
]
[[params.links]]
service = "Twitter"
icon = "fa-twitter"
icon_pack = "fab"
link = "//twitter.com/brimwats"
# [[params.links]]
# service = "Facebook"
# icon = "fa-facebook"
# icon_pack = "fab"
# link = "//facebook.com/"
# [[params.links]]
# service = "Podcast"
# icon = "fa-podcast"
# icon_pack = "fas"
# link = "/sermons/index.xml"
[[params.links]]
service = "Full RSS Feed"
icon = "fa-rss"
icon_pack = "fas"
link = "/index.xml"