-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
54 lines (47 loc) · 1.16 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
baseURL = "https://hackliza.gal/"
languageCode = "gl"
title = "Hackliza"
theme = "beautifulhugo"
disqusShortname = "hackliza"
DefaultContentLanguage = "gl"
[Params]
subtitle = "Unha comunidade en galego sobre software libre, programación, (in)seguridade informática e outras herbas."
logo = "img/hackliza.png"
favicon = "img/hackliza.png"
rss = true
readingTime = true
comments = true
[Author]
github = "hackliza"
twitter = "hackliza"
[languages]
[languages.gl]
contentDir = "content/gl"
[languages.gl.menus]
[[languages.gl.menus.main]]
name = "Charlas"
url = "talks/"
weight = 3
[[languages.gl.menus.main]]
name = "Sobre nós"
url = "about/"
weight = 2
[[languages.gl.menus.main]]
name = "Blogue"
url = "/"
weight = 1
[languages.en]
contentDir = "content/en"
[languages.en.menus]
[[languages.en.menus.main]]
name = "Talks"
url = "talks/"
weight = 3
[[languages.en.menus.main]]
name = "About"
url = "about/"
weight = 2
[[languages.en.menus.main]]
name = "Blog"
url = "/"
weight = 1