-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
41 lines (33 loc) · 891 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
url = "http://grails.org.mx"
name = "GrailsMX"
description = "Groovy y Grails en tu idioma"
baseurl = "http://grails.org.mx"
languageCode = "es-MX"
title = "Groovy y Grails en tu idioma"
theme = "default"
pygmentsuseclasses = true
#disqusShortname = "groovyando"
Auther = "GrailsMX"
Autherr = "GrailsMX"
Profile = "Groovy y Grails en tu idioma"
TwitterId = "grailsmx"
GitHubId = "grailsmx"
GoogleAnaliticsId = "UA-61658224-1"
[indexes]
category = "categories"
tag = "tags"
[params]
PublishedDateFormat = "2006-01-02"
TimestampFormat = "2006-01-02T15:04:05Z07:00"
logo = "<i class=\"fa fa-home\"></i>"
cdnprefix = "http://res.cloudinary.com/thehome-dk/image/upload"
highlight = "tomorrow-night"
[[menu.main]]
name = "Home"
identifier = "home"
url = "/"
[[menu.main]]
name = "Articles"
identifier = "articles"
url = "/article"
weight = 1