-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (37 loc) · 1.22 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
baseURL = "http://localhost:1313"
languageCode = "en-us"
title = "Hurricane Guide"
theme = "hugo-catalog"
canonifyURLs = true
[markup.goldmark.parser.attribute]
block = true
title = true
[Params]
# title to display when sharing your site
title = "Hurricane Guide"
# thumbnail image to display when sharing your site
thumbnail = "/images/poster.jpg"
# opengraph image to display when sharing your site
images = ["/images/opengraph.jpg"]
# description text to display when sharing your site
description = "Your one stop resource for hurricane preparedness."
# the path to your site logo
logo = "/images/tb-hurricane-guide-logo-sm.jpg"
# enables displaying the site name in the header
disable_site_name_header = false
# sets the sites primary color
primary_color = "#003b5c"
# sets the sites secondary color
secondary_color = "#C6007E"
# sets the sites font family
font_family = "Montserrat"
# enables subnav page links in nav
enable_subnav = true
# google analytics tracking id
google_analytics = "G-J6JLBQL4X8"
[module]
[module.hugoVersion]
extended = true
[security]
[security.funcs]
getenv = ['^HUGO_', '^CI$', '^USER$', '^HOME$', 'BASE_URL']