-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·42 lines (37 loc) · 1.11 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
baseURL = "https://golang.org.ve/"
languageCode = "es-ES"
title = "Golang Venezuela"
theme = "main"
[params]
author = "Golang Venezuela"
authorAlt = "Comunidad Golang Venezuela"
domain = "Golang.org.ve"
favicon = "/img/favicon.png"
protocol = "https"
langCode = "es_ES"
email = "[email protected]"
[params.seo]
fbid = "1738958976390281"
locale = "es_ES"
title = "Bienvenido a la Comunidad Golang Venezuela"
description = "Bienvenidos a la comunidad oficial de desarrolladores Golang en Venezuela. Encuentra recursos, concejos y repositorios Golang libres."
img = "/img/seo.jpg"
imgjson = "seo.jpg"
gverification = "a9546a27e16d42c9955d89ea969c48f7"
[permalinks]
post = "/:slug/"
[params.social]
facebook = "GolangVE"
twitter = "GolangVE"
telegram = "GolangVE"
youtube = "GolangVE"
gitlab = "GolangVE"
github = "GolangVE"
[params.ui]
primary = "#00bcd4 cyan"
primary_dark = "#0097a7 cyan darken-2"
primary_light = "#b2ebf2 cyan lighten-4"
accent = "#ff5252 red accent-2"
primary_text = "#212121 grey darken-4"
secondary_text = "#424242 grey darken-3"
divider = "#bdbdbd grey lighten-1"