-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (67 loc) · 2.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
baseURL = 'https://unballoon.github.io'
languageCode = 'pt-br'
title = 'UnBalloon'
theme = 'relearn'
canonifyURLs = false
relativeURLs = false
uglyURLs = false
defaultContentLanguage = "pt"
[outputs]
# add JSON to the home to support lunr search; This is a mandatory setting
# for the search functionality
# add PRINT to home, section and page to activate the feature to print whole
# chapters
home = ["HTML", "RSS", "PRINT", "SEARCH"]
section = ["HTML", "RSS", "PRINT"]
page = ["HTML", "RSS", "PRINT"]
chapters = ["HTML", "RSS", "PRINT"]
[params]
uglyURLs = false # see uglyURLs setting above
editURL = "https://github.com/UnBalloon/unballoon.github.io/edit/main/content/"
description = "Repositorio do UnBalloon"
author = "Bruno Vargas"
showVisitedLinks = true
collapsibleMenu = true
disableBreadcrumb = false
disableNextPrev = false
disableLandingPageButton = false
titleSeparator = "::"
themeVariant = ["relearn-dark", "relearn-light", "neon", "learn", "blue", "green", "red" ]
disableSeoHiddenPages = true
# this is for the stylesheet generator to allow for interactivity in Mermaid
# graphs; you usually will not need it and you should remove this for
# security reasons
mermaidInitialize = "{ \"securityLevel\": \"loose\" }"
additionalContentLanguage = [ "pt" ]
# disableLanguages = ['en']
[Languages]
[Languages.pt]
title = "UnBalloon"
weight = 1
languageName = "Portuguese"
landingPageName = "<i class='fas fa-home'></i> Início"
[[Languages.pt.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Repositório GitHub"
identifier = "ds"
url = "https://github.com/UnBalloon/unballoon.github.io"
weight = 10
[[Languages.pt.menu.shortcuts]]
name = "<i class='fa fa-code'></i> CodeForces"
url = "https://codeforces.com/group/nituVTsHQX"
weight = 11
[[Languages.pt.menu.shortcuts]]
name = "<i class='fab fa-fw fa-telegram'></i> Telegram"
url = "https://t.me/unballoon"
weight = 12
[[Languages.pt.menu.shortcuts]]
name = "<i class='fab fa-fw fa-discord'></i> Discord"
url = "https://discord.gg/uc4htcV7fD"
weight = 13
[[Languages.pt.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Créditos"
url = "more/credits/"
weight = 30
[[Languages.pt.menu.shortcuts]]
name = "<i class='fas fa-fw fa-tags'></i> Tags"
url = "tags/"
weight = 40