-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
73 lines (60 loc) · 2.19 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
baseURL = "https://hat.thatteidlikaalsoup.team/"
languageCode = "en-us"
title = "Ultimate Frisbee Hat"
theme = "alpha-church"
rssLimit = 5
paginate = 4
enableEmoji = true
# Enter your tracking code to enable Google Analytics
googleAnalytics = ""
[taxonomies]
tag = "tags"
#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
# Paramaters for the whole site
[params]
title = "Ultimate Frisbee Hat"
subtitle = "Beginner's Ultimate Frisbee Hat"
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 = false
[params.map]
service = "osm" #"osm" for OpenStreetMaps or "google"
# For Open Street Map widgets
latitude = "12.9385184"
longitude = "77.5894409"
zoom = "18"
[params.contact]
#Use this section to automate contact form.
#Set service to either "netlify" or "formspree"
#For formspree, please setup an account at https://formspree.io/
#For netlify, please read https://www.netlify.com/docs/form-handling/
#
#If you use netlify, you'll need to set the confirm_page value (or elase users will see a generic netlify response)
#If you use formspree, you'll need to set your formspree email address.
[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 = "Instagram"
icon = "fa-instagram"
icon_pack = "fab"
link = "//instagram.com/thatteidlikaalsoup"
[[params.links]]
service = "Facebook"
icon = "fa-facebook"
icon_pack = "fab"
link = "//www.facebook.com/Thatteidlikaalsoup/"
[[params.links]]
service = "Full RSS Feed"
icon = "fa-rss"
icon_pack = "fas"
link = "/index.xml"