-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
32 lines (26 loc) · 940 Bytes
/
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
baseURL = "https://meetingcostcalculator.ca/"
languageCode = "en-us"
title = "Meeting Cost Calculator"
description = "A simple online calculator to estimate the cost of public sector meetings."
theme = "vanilla-bootstrap-hugo-theme"
googleAnalytics = "UA-97098640-1"
[taxonomies]
tag = "tags"
[permalinks]
post = "/:filename/"
[params]
includeBootstrapJs = true
showActiveNav = false
containerMaxWidth = "700px"
dateFormat = "Jan 2, 2006"
homeText = "Welcome to the Vanilla theme demo. Have a look around. Maybe even eat some ice cream."
footerText = "Made with [Hugo](https://gohugo.io/) & [Vanilla](https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme)"
hideFooter = true
# Thanks to
# https://discourse.gohugo.io/t/lodash-template-tags-are-escaped-since-hugo-0-19/6299/4
[mediaTypes."text/template"]
suffixes = ["ejs"]
[outputFormats.EJS]
mediaType = "text/template"
isHTML = true
isPlainText = true