-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
47 lines (40 loc) · 1.08 KB
/
config.toml
File metadata and controls
47 lines (40 loc) · 1.08 KB
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
baseURL = "/"
languageCode = "fr"
title = "Promobras"
copyright = "Promobras"
disableKinds = ["RSS"]
enableRobotsTXT = true
disableAliases = true
RemovePathAccents = true
permalinks = "/:sections/:slug/"
sectionPagesMenu = "main"
summaryLength = 30
taxonomies = []
# for beta.bresil-autrement.ch
googleAnalytics = "UA-112043993-1"
[params]
tagline = "Agence de Voyage - Le Brésil Autrement - Agence de voyage à Lausanne spécialisée pour le Brésil - Lausanne"
slogan = "Le Brésil Autrement"
cloudinary = "dggfnr6w1"
domain = "beta.bresil-autrement.ch"
[params.googleapis]
map = "AIzaSyAaLbYVnLwWYyUVah-o-uwKymv7yMmSBiw"
# add redirects/headers
[outputs]
home = ["HTML", "REDIRECTS", "HEADERS"]
# remove .{ext} from text/netlify
[mediaTypes."text/netlify"]
suffix = ""
delimiter = ""
# add output format for netlify _redirects
[outputFormats.REDIRECTS]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
# add output format for netlify _headers
[outputFormats.HEADERS]
mediatype = "text/netlify"
baseName = "_headers"
isPlainText = true
notAlternative = true