-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
57 lines (47 loc) · 1.15 KB
/
Copy pathconfig.toml
File metadata and controls
57 lines (47 loc) · 1.15 KB
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
languageCode = "pt-BR"
title = "DevOps Vale"
theme = "crab"
baseurl = "https://devopsvale.surge.sh/"
[params]
mainSections = ["blog", "features"]
description = "Comunidade de DevOps do Vale do Paraíba"
logoimage = "images/logo.png"
copyright = "foo"
email = "diogo2fex@gmail.com"
# mathjax = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
## Uncomment if you want mathjax enabled. The above cdn source is taken from https://gohugo.io/content-management/formats/#mathjax-with-hugo
[permalinks]
blog = "/blog/:year/:month/:title/"
[taxonomies]
tags = "tags"
[[menu.main]]
weight = 1
name = "Home"
url = "/"
[[menu.main]]
weight = 2
name = "Blog"
url = "/blog/"
[[menu.main]]
weight = 3
name = "Features"
identifier = "features"
[[menu.main]]
parent = "features"
weight = 1
name = "Responsive design"
url = "/features/responsive-design/"
[[menu.main]]
parent = "features"
weight = 3
name = "Two-column layout"
url = "/features/two-column-layout/"
[[menu.main]]
parent = "features"
weight = 4
name = "Tags"
url = "/features/tags/"
[[menu.main]]
weight = 6
name = "Contato"
url = "/contact/"