-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
71 lines (66 loc) · 2.21 KB
/
_config.yml
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
# Site
name: "Grupy Blumenau"
author: "Grupy Blumenau"
description: "Comunidade Python de Blumenau"
meta_description: "Grupy Blumenau é uma comunidade de usuários da linguagem e do ecossistema Python em Blumenau, Santa Catarina."
logo: 'assets/images/python-logo.png'
pythonbrasillogo: 'assets/images/python-brasil-logo.svg'
favicon: 'assets/images/favicon.ico'
baseurl: ""
url: "https://blumenau.sc.python.org.br"
cdn_url: "https://pythonbnu.github.io"
twitter_username: pythonbnu
github_username: pythonbnu
facebook_username: pythonbnu
linkedin_username: pythonbnu
facebook_app_id: 'XXXXXX'
google_analytics: 'UA-131796064-1'
disqus: 'pythonbnu'
mailchimp-list: 'XXXX'
facebook: https://www.facebook.com/pythonbnu
twitter: https://www.twitter.com/pythonbnu
github: https://github.com/pythonbnu
slack: https://hackerspaceblumenau.slack.com/messages/C6U70HXK4
instagram: https://www.instagram.com/grupyblumenau
linkedin: https://www.linkedin.com/company/grupy-blumenau
facebook_group: https://www.facebook.com/groups/185266825299444/
discord:
whatsapp:
youtube: https://www.youtube.com/channel/UCpYa4wTH1bg_pvsHFw9FImQ
telegram: https://t.me/GruPyBnu
hackerspaceblumenau: http://www.hackerspaceblumenau.org/
# Authors
authors:
pythonbnu:
name: Grupy Blumenau
display_name: Grupy Blumenau
gravatar: c51b9112603be8fd51b7a85175eee1ca
email: [email protected]
web: https://blumenau.sc.python.org.br
twitter: https://twitter.com/pythonbnu
description: "Grupy Blumenau é uma comunidade de usuários da linguagem e do ecossistema Python em Blumenau, Santa Catarina."
john:
name: John
display_name: John
gravatar: b1cc14991db7a456fcd761680bbc8f81
email: [email protected]
web: https://www.wowthemes.net
twitter: https://twitter.com/wowthemesnet
description: "This is the author box. Write a short description of the author here. You are currently previewing Mediumish demo, a Jekyll template compatible with Github pages."
# Plugins
plugins:
- jekyll-paginate
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
markdown: kramdown
highlighter: rouge