-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
32 lines (27 loc) · 936 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
baseurl = "https://www.avaniyogaretreats.com"
languageCode = "en-us"
languageLang = "en"
title = "Avani Yoga Retreats"
# RSS, categories and tags disabled for an easy start
# See configuration options for more details:
# https://gohugo.io/getting-started/configuration/#toml-configuration
disableKinds = ["taxonomy"]
DefaultContentLanguage = "en"
[languages]
[languages.en]
languageName = "English"
contentDir = "content/english"
title = "Avani Yoga Retreats"
weight = 1
[languages.en.params]
linkedin = "https://linkedin.com/whoever"
[languages.es]
languageName = "Espanol"
contentDir = "content/spanish"
title = "Retiros Mysticos"
weight = 2
[params]
disallow_search_engines = true # set robots.txt to disallow everything
cloudinary_url = "https://res.cloudinary.com/dflomqzzs/image/upload"
[security.funcs]
getenv = ['^HUGO_', '^CI$', '^CONTEXT$', '^URL$', '^DEPLOY_PRIME_URL$']