forked from tableless/tableless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (48 loc) · 1.06 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
DefaultContentLanguage = "pt-br"
title = "Tableless"
baseURL = "https://tableless.com.br/"
theme = "tableless"
SectionPagesMenu = "main"
disqusShortname = "tableless"
googleAnalytics = "UA-335027-1"
#enableRobotsTXT = "true"
[permalinks]
posts = "/:filename"
pages = "/:filename"
[taxonomies]
tag = "tags"
category = "categories"
author = "author"
[[menu.main]]
name = "HTML"
weight = -100
identifier = "html"
url = "/categories/html"
[[menu.main]]
name = "CSS"
weight = -99
url = "/categories/css/"
[[menu.main]]
name = "JavaScript"
weight = -98
url = "/categories/javascript/"
[[menu.main]]
name = "Back-end"
weight = -97
url = "/categories/back-end/"
[[menu.main]]
name = "WordPress"
weight = -96
url = "/categories/wordpress/"
[[menu.main]]
name = "Design"
weight = -95
url = "/categories/design/"
[[menu.main]]
name = "Acessibilidade"
weight = -95
url = "/categories/acessibilidade/"
[[menu.main]]
name = "Na prática"
weight = -94
url = "/categories/técnicas-e-práticas/"