-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.yaml
179 lines (178 loc) · 5.25 KB
/
config.yaml
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
baseURL: "https://pythonpune.in"
languageCode: "en-us"
title: "PythonPune"
# googleAnalytics: ''
menu:
blognav:
- identifier: events
name: Events
title: Posts related to events
url: /categories/event/
weight: -100
- identifier: newsletters
name: Newsletters
title: Monthly newsletters
url: /categories/newsletter/
weight: -90
- identifier: tags
name: Tags
title: Tags
url: /tags/
weight: -80
postpend:
- url: /categories/event/
name: Meetings
title: Posts related to events
weight: 8
- url: /categories/newsletter/
name: Newsletters
title: Monthly newsletters
weight: 9
- url: 'https://www.meetup.com/pythonpune/'
name: Meetup Page
title: Visit PythonPune on meetup.com
weight: 10
params:
name: PythonPune
description: PythonPune Community
custom_css: []
custom_js: []
favicon: favicon.ico
disableFonts: false
navigation:
brand: PythonPune
logo: PythonPune_banner.svg
about: About
recent: Events
portfolio: Meetings
team: Team
join: Join Us
contact: Contact
hero:
title: Welcome to PythonPune
subtitle: It's nice to meet you
buttonText: Tell me more
img: PythonPune_banner.svg
about:
enable: true
title: About us
subtitle: |
This is the community of **Python programmers** and
**Free/Libre and Open Source Software (FLOSS) lovers** in Pune
(India) and beyond.
row:
- list:
- icon: fa-users
title: Community
description: |
We are a diverse community of attendees & volunteers ranging
from people who use Python for their day job to people who
aren’t from a technical background but use Python to solve
interesting problems or just have fun using it. We always
make sure that everyone follows the [code of
conduct](/code-of-conduct).
url: '#'
- icon: fa-code
title: Develop
description: |
Linkstatus, bot-irc, rsvp-lib and our website are some of
the [projects](https://github.com/pythonpune/) that our
volunteers currently maintain. Besides that, we are always
open to hack on any Free/Libre and Open Source project in
our monthly meetups. Check out the [developer
sprints](/tags/devsprint/) which we conducted in past.
url: '#'
- icon: fa-meetup
title: Meetups
description: |
Our meetups are an open platform, we always encourage
speakers specially the first timers to showcase their work
or share their knowledge with everyone. All the variety of
topics which are not just related to Python are
welcome. Submitting a talk is as easy as filling a [form on
GitHub](http://cfp.pythonpune.in).
url: '#'
recent:
enable: false
portfolio:
enable: false
title: Previous Meetings
subtitle: ''
modal:
client: Link
date: Date
category: Category
buttonText: Close
team:
enable: false
join:
enable: true
center: true
title: How to join us?
subtitle: Easy to connect us with these open platforms
row:
- list:
- icon: fa-telegram
title: Telegram
description: >-
Join **PythonPune** Telegram group to chat with us (linked
with the IRC channel).
url: 'http://tel.pythonpune.in'
- icon: fa-comments-o
title: IRC Channel
description: 'Chat with us on IRC channel <b>#pythonpune</b> at Libera.Chat.'
url: 'https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:6697/#pythonpune'
- icon: fa-envelope-o
title: Mailing list
description: >-
Join **PythonPune mailing list** to get important announcements and
participate in discussions.
url: 'https://groups.google.com/forum/#!forum/pythonpune'
clients_list:
enable: false
contact:
enable: false
footer:
enable: true
copyright: >-
Copyright © 2013-2021 PythonPune. [![License: CC BY-SA
4.0](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-sa/4.0/)
[More
details](https://github.com/pythonpune/meetup-talks#license).
social:
- icon: fa-twitter
link: 'https://twitter.com/pythonpune'
title: Twitter
- icon: fa-facebook
link: 'https://www.facebook.com/pythonpune'
title: Facebook
- icon: fa-linkedin
link: 'https://www.linkedin.com/company/pythonpune/'
title: LinkedIn
- icon: fa-meetup
link: 'https://www.meetup.com/PythonPune'
title: Meetup.com
quicklinks:
- text: Code of Conduct
link: '/code-of-conduct'
floatbutton:
enable: true
text: '<i class="fa fa-telegram"></i> Chat'
link: 'http://tel.pythonpune.in'
description: 'Join Telegram group'
markup:
goldmark:
renderer:
unsafe: true
module:
imports:
- path: github.com/pythonpune/website-theme
- path: github.com/bep/portable-hugo-links
mounts:
- source: layouts/_default/_markup/render-link.html
target: layouts/_default/_markup/render-link.html
mounts:
- source: content
target: content
- source: CODE_OF_CONDUCT.md
target: content/code-of-conduct/index.md