-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
147 lines (124 loc) · 3.28 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
baseURL = "https://hn.otoh.org"
languageCode = "en-au"
title = "Unofficial Honduras Bay Islands COVID-19 Resources"
theme = "noteworthy"
enableRobotsTXT = false
paginate = 10 # The number of posts to show before overflowing to the next page.
summaryLength = 10 # Configure length of homepage summary
# Add your Google Analytics identifier: UA-XXXXXXXX-X
#googleAnalytics = ""
# Add your Disqus shortname here.
#disqusShortname = ""
[taxonomies]
tag = "tags"
[author]
name = "Paul Armstrong"
# Set to false to disallow raw HTML in markdown files
[markup.goldmark.renderer]
unsafe = false
[params]
math = true
# Blog description at the top of the homepage. Supports markdown.
description = "Unofficial COVID-19 resources for Utila and the Honduran Bay Islands"
github = "https://github.com/psa/hn.otoh.org"
# Menu links along the sidebar navigation.
# Weight is an integer used to sort the menu items. The sorting goes from
# smallest to largest numbers. If weight is not defined for each menu entry,
# Hugo will sort the entries alphabetically.
[[menu.main]]
identifier = 'make-it-count'
name = 'Donation: Make it Count'
url = 'https://themakeitcountfoundation.org/'
weight = 1
[[menu.main]]
identifier = 'sol-foundation'
name = 'Donation: Sol Foundation'
url = 'https://www.solroatan.org/'
weight = 2
[[menu.main]]
identifier = 'support-utila'
name = 'Donation: Support Utila'
url = 'http://www.SupportUtila.org'
weight = 3
[[menu.main]]
identifier = 'support-guanaja'
name = 'Donation: Support Guanaja'
url = 'https://www.gofundme.com/f/guanaja-covid-10-relief-fund'
weight = 4
[[menu.main]]
identifier = 'official-sites'
name = "Official Websites"
url = '/official-sites/'
weight = 10
[[menu.main]]
identifier = 'medical'
name = 'Medical Information'
url = '/medical/'
weight = 11
[[menu.main]]
identifier = 'visa'
name = 'Visa Information'
url = '/visa/'
weight = 12
[[menu.main]]
identifier = 'curfew'
name = 'Curfew'
url = '/curfew/'
weight = 13
[[menu.main]]
identifier = 'bay-islands-governor'
name = "Governer Summaries"
url = '/tags/bay-islands-governor/'
weight = 20
[[menu.main]]
identifier = 'utila-mayor'
name = "Utila Mayor Summaries"
url = '/tags/utila-mayor/'
weight = 20
[[menu.main]]
identifier = 'utila-groceries'
name = "Utila Groceries and Services"
url = '/utila-groceries/'
weight = 21
[[menu.main]]
identifier = 'utila-restaurants'
name = "Utila Restaurants"
url = '/utila-restaurants/'
weight = 22
[[menu.main]]
identifier = "expat-registration"
name = "Expat Registration"
url = "/expat-registration/"
weight = 98
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 98
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 99
# Privacy configurations: https://gohugo.io/about/hugo-and-gdpr/
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = true
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = true
enableDNT = true
simple = false
[privacy.vimeo]
disable = true
simple = false
[privacy.youtube]
disable = true
privacyEnhanced = true