-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
91 lines (71 loc) · 2.04 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
################################# Default configuration ###################
baseURL = "https://librecorps.github.io/resources/"
theme = "dot"
title = "LibreCorps Resources"
enableEmoji = true
enableGitInfo = true
[markup.goldmark.renderer]
unsafe = true
################################# Navigation ################################
[[menu.main]]
weight = 10
name = "FAQ"
url = "faq"
[[menu.main]]
weight = 20
name = "pages"
url = "pages"
hasChildren = true
[[menu.main]]
parent = "pages"
name = "AI Ethics & Transparency"
url = "ai"
weight = 10
[[menu.main]]
parent = "pages"
name = "Community Strategy"
url = "community"
weight = 20
[[menu.main]]
parent = "pages"
name = "Outreach & Marketing"
url = "outreach"
weight = 50
############################# Default parameters ##########################
[params]
logo = "LibreCorps"
# customize color
primary_color = "#02007e"
body_color = "#f9f9f9"
text_color = "#636363"
text_color_dark = "#242738"
white_color = "#ffffff"
light_color = "#f8f9fa"
# font family (choose from https://fonts.google.com/)
font_family = "Public+Sans"
# contact form action (works with https://formspree.io)
contact_form_action = "#"
############################## Social links ##############################
# themify icon pack : https://themify.me/themify-icons
[[params.social]]
icon = "ti-github"
link = "https://github.com/librecorps"
[[params.social]]
icon = "ti-twitter-alt"
link = "https://twitter.com/jflory7"
[[params.social]]
icon = "ti-comment-alt"
link = "https://telegram.me/librecorps"
################################ English Language ######################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
home = "Home"
copyright = "Creative Commons BY-NC-SA 4.0"
# banner
[Languages.en.params.banner]
title = "LibreCorps Knowledge Base"
subtitle = "Resources for building sustainable open source projects, curated by RIT LibreCorps"
bg_image = "images/banner.jpg"
placeholder = "Have a question? Search our resources"