-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
52 lines (46 loc) · 1.2 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
# quando estiver no server
baseURL = "https://gobh.dev/"
# quando estiver local
# baseURL = ""
languageCode = "pt_BR"
title = "Site da Comunidade Go de BH"
defaultContentLanguage = "pt"
theme = "cupper-hugo-theme"
#googleAnalytics = ""
#disqusShortname = "yourdiscussshortname"
enableGitInfo = true
[taxonomies]
tag = "tags"
[permalinks]
post = "/:filename/"
[imaging]
quality = 99
[params]
description = "Sua mais nova fonte de pesquisa para conteúdo de Golang [Go BH](https://gobh.dev) ."
homeMetaContent = "Comunidade Go BH"
footer = "Made with [Hugo](https://gohugo.io/). Themed by [Cupper](https://github.com/zwbetz-gh/cupper-hugo-theme). Deployed to [Digital Ocean](https://m.do.co/c/88c982476b95)."
# For more date formats see https://gohugo.io/functions/format/
dateFormat = "Jan 2, 2006"
#codePenUser = "someUser"
katex = true
[menu]
[[menu.nav]]
name = "Home"
url = "/"
weight = 1
[[menu.nav]]
name = "Blog"
url = "/blog/"
weight = 2
[[menu.nav]]
name = "Redes Sociais"
url = "/redes-sociais/"
weight = 3
[[menu.nav]]
name = "Sobre"
url = "/sobre/"
weight = 4
[[menu.nav]]
name = "RSS"
url = "/index.xml"
weight = 5