forked from sambogranollers/sg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (48 loc) · 998 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
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
baseURL = "http://localhost"
languageCode = "es-ES"
title = "Sambo Granollers"
buildFuture = true
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
[outputs]
page = ["HTML","JSON"]
[Taxonomies]
tag = "tags"
[imaging]
resampleFilter = "box"
quality = 75
anchor = "Center"
#----------------
# MENU PRINCIPAL
#----------------
[[menu.main]]
Name = "Inicio"
Weight = 1
Identifier = "home"
URL = "/"
[[menu.main]]
Name = "Noticias"
Weight = 3
Identifier = "noticias"
URL = "/noticias"
[[menu.main]]
Name = "Galería"
Weight = 5
Identifier = "galeria"
URL = "/galeria"
#[[menu.main]]
# Name = "Agenda"
# Weight = 7
# Identifier = "agenda"
# URL = "/agenda"
[[menu.main]]
Name = "Quiénes somos"
Weight = 9
Identifier = "who"
URL = "/who"
[[menu.main]]
Name = "Contacto"
Weight = 11
Identifier = "contact"
URL = "#contact"