-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
116 lines (96 loc) · 2.55 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
baseurl = "https://privacylx.org/"
title = "Privacy | Lx"
languageCode = "pt-PT"
# Languages
defaultContentLanguage = "pt"
DefaultContentLanguageInSubdir = false
# Pagination
paginate = 3
paginatePath = "page"
# Theme to use
theme = "hugo-bootstrap"
[taxonomies]
tag = "tags"
category = "categories"
[languages]
[languages.pt]
languageName = "Português"
weight = 13
url = "/"
[[languages.pt.menu.main]]
url = "/post/"
name = "Blog"
weight = 1
[[languages.pt.menu.main]]
url = "/events/"
name = "Eventos"
weight = 2
[[languages.pt.menu.main]]
url = "/community/"
name = "Comunidade"
weight = 3
[[languages.pt.menu.main]]
url = "/resources/"
name = "Slides"
weight = 4
[[languages.pt.menu.main]]
url = "/community/become-a-member"
name = "Ajudar!"
weight = 5
[languages.en]
languageName = "English"
weight = 1
url = "/en/"
[[languages.en.menu.main]]
url = "/post/"
name = "Blog"
weight = 1
[[languages.en.menu.main]]
url = "/events/"
name = "Events"
weight = 2
[[languages.en.menu.main]]
url = "/community/"
name = "Community"
weight = 3
[[languages.en.menu.main]]
url = "/resources/"
name = "Slides"
weight = 4
[[languages.en.menu.main]]
url = "/community/become-a-member"
name = "Help PrivacyLX!"
weight = 5
[permalinks]
post = "/post/:title/"
[params]
# Main sections (currently used for the recent posts in the sidebar)
mainSections = ["events","post"]
# Default author
author = "Anonymous"
# Our dicourse forum URL
discourse_forum = "https://cafe.privacylx.org/"
ghrepo = "https://github.com/PrivacyLx/website/"
# Onion service URLs
## onionv2 = "http://ojr4ex25mf4tuxtm.onion"
## onionv3 = "http://p2jpwodl3q3kghx562tiuxert6azh4tpwz4hcu5jcypbckaqigcjf4qd.onion"
# Federated Social Media
mastodon = "https://mastodon.social/@privacylx"
# Default issue/bug tracker
bugtracker = "https://github.com/PrivacyLx/privacylx-issue-tracker"
# Date format (default: Jan 2, 2006)
# date_format = "Jan 2, 2006"
# Display post summaries instead of content in list templates (default: true)
# truncate = false
# RSS
RSS = "https://privacylx.org/index.xml"
[params.sidebar]
# Whether to show the recent posts or not (default: true)
# showRecent = false
# Whether to show the taxonomies or not (default: true)
# showTaxonomy = false
# How many posts to show on the sidebar (Default: 5)
# num_recent_posts = 5
[blackfriday]
# Open external links in a new tab
hrefTargetBlank = true