forked from pybcn/pybcn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (43 loc) · 1.77 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
baseURL = "https://pybcn.org"
languageCode = "en-us"
title = "PyBCN - The Barcelona Python Association"
theme = "pybcn_theme"
googleAnalytics = "UA-152706496-1"
[markup.goldmark.renderer]
unsafe=true
[params]
main_contact_name = "PyBCN Organizers"
main_contact_email = "[email protected]"
short_name = "PyBCN"
extended_name = "The Barcelona Python Association"
main_contact_name_pyladies = "PyLadiesBCN Organizers"
main_contact_email_pyladies = "[email protected]"
[params.social_items]
[params.social_items.twitter]
icon = "fab fa-twitter-square fa-2x"
link = "https://twitter.com/PyBCN"
[params.social_items.youtube]
link = "https://www.youtube.com/c/PythonBarcelona"
icon = "fab fa-youtube-square fa-2x"
[params.social_items.meetup]
link = "https://www.meetup.com/python-barcelona/"
icon = "fab fa-meetup fa-2x"
[params.social_items.github]
link = "https://github.com/pybcn"
icon = "fab fa-github fa-2x"
[params.social_items.linkedin]
link = "https://linkedin.com/company/pybcn"
icon = "fab fa-linkedin fa-2x"
[params.social_items.slack]
link = "https://pybcn.slack.com"
icon = "fab fa-slack fa-2x"
[params.social_items_pyladies]
[params.social_items_pyladies.twitter]
icon = "fab fa-twitter-square fa-2x"
link = "https://twitter.com/PyLadiesBCN"
[params.social_items_pyladies.meetup]
link = "https://www.meetup.com/PyLadies-BCN"
icon = "fab fa-meetup fa-2x"
[params.social_items_pyladies.github]
link = "https://github.com/pyladies-bcn"
icon = "fab fa-github fa-2x"