-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (66 loc) · 2.39 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
baseURL = "https://usable.tools/"
canonifyURLs = "true"
languageCode = "en-us"
title = "USABLE Tools"
paginate = 12
summaryLength = 20
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
mainSections = ["front_carousel"]
[params.homepage_meta_tags]
meta_description = "The USABLE project (Usable Security Apps by Leveraging End-users) is building feedback loops across the world, connecting digital security trainers working with at-risk communities, design experts, and open source tool developers."
meta_og_title = "USABLE Tools"
meta_og_type = "website"
meta_og_url = "https://usable.tools/"
meta_og_image = "https://usable.tools/images/safe.png"
meta_og_description = "The USABLE project (Usable Security Apps by Leveraging End-users) is building feedback loops across the world, connecting digital security trainers working with at-risk communities, design experts, and open source tool developers. "
meta_twitter_card = "The USABLE project (Usable Security Apps by Leveraging End-users) is building feedback loops across the world, connecting digital security trainers working with at-risk communities, design experts, and open source tool developers. "
meta_twitter_site = "@USABLE_tools"
meta_twitter_creator = "@USABLE_tools"
#
[params.contact_us]
email = "connect@usable.tools"
github = "https://github.com/usable-tools"
feed = "blog/index.xml"
[params.sub_footer]
attribution = '</p>Usable tools is run and operated by <a href="https://internews.org">Internews</a>'
copyright = "© Internews"
license = '<img alt="CC" src="{{ .Site.BaseURL }}images/cc.svg" /> This work is licensed under a Creative Commons Attribution <a href="https://creativecommons.org">4.0 International License</a>'
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 2
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog"
weight = 3
[[menu.main]]
identifier = "events"
name = "Events"
url = "/events/"
weight = 4
[[menu.main]]
identifier = "personas"
name = "Personas"
url = "/personas/"
weight = 5
[[menu.main]]
identifier = "archetypes_adv_org"
name = "Archetypes"
url = "/archetypes_adv_org/"
weight = 6
[[menu.main]]
identifier = "guidebook"
name = "Guidebook"
url = "/guidebook/"
weight = 7