-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
47 lines (37 loc) · 1.08 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
baseURL = "/"
languageCode = "es-mx"
title = "Proyecto Miyotl"
theme = "personal-web"
copyright = "©Proyecto Miyotl"
enableEmoji=true
[params.intro]
main = "Miyotl App"
sub = "App que busca preservar las lenguas mexicanas"
[params.notFound]
gopher = "/images/ajolote-triste.png"
h1 = 'Página no encontrada :('
p = "Esta página no existe o está en construcción..."
[params.main]
latestPublishHeader = " "
[params.social]
facebook = "https://www.facebook.com/MiyotlApp"
twitter = "https://twitter.com/MiyotlApp"
instagram = "https://www.instagram.com/miyotl.app"
youtube = "https://www.youtube.com/channel/UC1xNNKPlRotin_aJ1kW2pkQ"
github = "https://github.com/miyotl"
discord = "https://discord.gg/98RUGCq"
[params.contact]
email = "[email protected]"
text = "Mándanos un correo ✉️"
[params.sidebar]
logo = "images/icon-full.png"
backgroundImage = "images/sidebar.png"
[markup.goldmark.renderer]
unsafe = true
[menu]
# [[menu.main]]
# identifier = "acerca"
# name = "Conoce al equipo"
# title = "Conoce al equipo"
# url = "/acerca/"
# weight = 1