-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
58 lines (49 loc) · 1.41 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
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'PlantUML demo'
theme = "docsy"
[languages]
[languages.en]
languageName ="Português brasileiro"
contentDir = "content/en"
[params.plantuml]
enable = true
svg_image_url = "https://www.plantuml.com/plantuml/svg/"
[[menu.main]]
name = "Source code"
url = "https://gitlab.com/adrianovieira/plantuml-demo"
desc = "The magic thing!"
pre = "<i class='fab fa-gitlab'></i>"
post = "<span class='alert'>New!</span>"
[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name = "Hugo"
url = "https://gohugo.io"
icon = "fas fa-code"
desc = "Hugo portal"
[[params.links.user]]
name = "Docsy"
url = "https://www.docsy.dev"
icon = "fas fa-book"
desc = "Docsy portal"
[[params.links.developer]]
name = "AdrianoVieira Portal"
url = "https://adrianovieira.gitlab.io"
icon = "fab fa-dev"
desc = "Some blog posts"
[[params.links.developer]]
name = "I'm on Gitlab"
url = "https://github.com/adrianovieira"
icon = "fab fa-gitlab"
desc = "Github repos"
[[params.links.developer]]
name = "I'm also there"
url = "https://github.com/adrianovieira"
icon = "fab fa-github"
desc = "Github repos"
[[params.links.developer]]
name = "Source code of this Portal"
url = "https://gitlab.com/adrianovieira/plantuml-demo"
icon = "fab fa-gitlab"
desc = "The magic thing!"