-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
59 lines (48 loc) · 1.37 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
55
56
57
58
59
baseURL = "https://liga-dos-programadores.github.io/blog"
ltanguageCode = "pt-br"
defaultContentLanguage = "pt-br"
title = "liga"
theme = "terminal"
paginate = 5
[params]
contentTypeName = "posts"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "blue"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 3
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
showLastUpdated = false
[languages]
[languages.pt-br]
languageName = "Portugues (Brasil)"
title = "liga"
subtitle = ""
owner = ""
keywords = ""
copyright = ""
menuMore = ""
readMore = "ler mais"
readOtherPosts = "ler outro post"
missingContentMessage = "página não encontrada"
missingBackButtonLabel = "voltar para a home"
[languages.pt-br.params.logo]
logoText = "liga"
logoHomeLink = "/"
[languages.pt-br.menu]
[[languages.pt-br.menu.main]]
identifier = "home"
name = "home"
url = "/"
[[languages.pt-br.menu.main]]
identifier = "posts"
name = "posts"
url = "/posts"
[[languages.pt-br.menu.main]]
identifier = "discord"
name = "discord"
url = "https://discord.gg/fmnxSYR"