forked from ansible-br/site-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (41 loc) · 1.42 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
baseURL = "https://ansible-br.github.io/"
languageCode = "pt-br"
DefaultContentLanguage = "pt-br"
title = "Documentação Ansible-br"
theme = "docdock"
[params]
editURL = "https://github.com/ansible-br/site-hugo/edit/master/content/"
noHomeIcon = false # default is false
noSearch = false # default is false
showVisitedLinks = true # default is false
#themeStyle = "theme" # overide base css
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
defaultKeywords = ["ansible-br", "automação", "brasil", "documentação", "Infraestrutura como código"]
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>Mais</h3>"
name = "<i class='fa fa-telegram'></i> Grupo Telegram"
identifier = "ansibletelegram"
url = "https://t.me/ansiblebr/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-slack'></i> Slack Infra-as-Code"
identifier = "infraascode"
url = "https://infraascode.slack.com"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-bookmark'></i> Documentação Oficial Ansible"
identifier = "ansibledoc"
url = "http://docs.ansible.com/ansible/latest/index.html"
weight = 30
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> Repositório Github"
identifier = "rg"
url = "https://github.com/ansible-br/site-hugo/"
weight = 40
[[menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> Créditos"
url = "/creditos"
weight = 50