-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
83 lines (70 loc) · 1.96 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
####### MAIN CONFIG #######
baseURL = "https://maremotocafe.com/"
title = "Maremoto Beach"
defaultContentLanguage = "es"
languageCode = "es"
enableRobotsTXT = true
enableGitInfo = false
# post pagination
paginate = "6"
# post excerpt
summaryLength = "15"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = ["fr", "en"]
####### DEFAULT PARAMETERS ######
[params]
logo = "images/logo.png"
author = "Mario Ortiz Manero"
google_analytics_id = "UA-162662877-2"
post_share = true
###### LANGUAGE-DEPENDENT CONTENT ######
[Languages.es]
languageName = "Es"
languageCode = "es-es"
contentDir = "content/spanish"
weight = 1
copyright = """
Página desarrollada por [Mario Ortiz Manero](https://github.com/marioortizmanero).
*Basado en [gethugothemes](https://gethugothemes.com), licencia [Attribution 3.0 Unported](https://creativecommons.org/licenses/by/3.0/).*
"""
[languages.es.params]
description = "Maremoto Beach en Zaragoza"
tags = "bar,pub,copas,cafeteria,cocktails,zaragoza,cafes,desayunos,brunch,zumos,reposteria,bocadillos,centro,aragon"
home = "Inicio"
####### MAP #######
[params.map]
enable = true
place = "Maremoto Beach Zaragoza"
####### SCROLL TO TOP #######
[params.scrollToTop]
enable = true
where = "#carta"
txt = "Ir a Carta"
icon = "las la-angle-double-up"
####### OLD BROWSER WARNING #######
[params.oldBrowser]
enable = true
txt = "Tu navegador web es demasiado antiguo. Para ver la página correctamente, instala un navegador moderno:"
icon = "las la-exclamation-triangle"
####### SOCIAL NETWORKS #######
[[params.social]]
icon = "lab la-facebook-f"
link = "https://www.facebook.com/maremotobeachzaragoza"
[[params.social]]
icon = "lab la-instagram"
link = "https://www.instagram.com/maremoto.beach"
####### NAVIGATION #######
[[menu.main]]
name = "Carta"
URL = "carta"
weight = 1
[[menu.main]]
name = "Glovo"
URL = "glovo"
weight = 2
[[menu.main]]
name = "Contacto"
URL = "contact"
weight = 3