-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
43 lines (38 loc) · 1.19 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
url = "http://groovyando.org"
name = "GrailsMX"
description = "Groovy y Grails en tu idioma"
baseurl = "http://groovyando.org"
languageCode = "es-MX"
title = "Groovyando"
theme = "vito"
paginate = 5
[params]
languageCode = "es-mx"
forkGitHubUrl = "https://github.com/groovyando/website"
tagline = "Difundiendo el universo Groovy en tu lenguaje"
github = "Groovyando"
slack = "http://slack.groovyando.org"
twitter = "Groovyando"
facebook = "https://www.facebook.com/groovyando"
vimeo = "https://vimeo.com/grailsmx"
#googleplus = "https://plus.google.com/u/5/communities/102613290119984013640"
disqusShortname = "groovyando"
GoogleAnaliticsId = "UA-61658224-1"
about = "¡Hola! Esta es la comunidad que difunde Groovy y su ecosistema en Español."
copyrightYear = "2008-2015"
copyrightOwner = "Domingo Suarez Torres"
licenseURL = "http://creativecommons.org/licenses/by/3.0/"
licenseName = "Creative Commons Attribution"
licenseCaption = "Some rights reserved"
[indexes]
category = "categories"
tag = "tags"
[[menu.main]]
name = "Home"
identifier = "home"
url = "/"
[[menu.main]]
name = "Articles"
identifier = "articles"
url = "/article"
weight = 1