-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (28 loc) · 832 Bytes
/
_config.yml
File metadata and controls
30 lines (28 loc) · 832 Bytes
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
# Site settings
title: PHPDF
description: Grupo de desenvolvedores PHP do Distrito Federal
owner: PHPDF
url: "https://phpdf.org.br"
image: "/images/logo-azul-branco-300x300.png"
baseurl: ""
social:
joindin: https://joind.in/search?keyword=phpdf
twitter: https://twitter.com/phpdf_
github: https://github.com/php-df
facebook-official: https://www.facebook.com/groups/518644508178778/
instagram: https://www.instagram.com/phpdf/
whatsapp: https://chat.whatsapp.com/FaktQNrKbyQCrTws1RpxcC
telegram: https://telegram.me/phpdf
meetup: https://www.meetup.com/pt-BR/php-df/
email: contato@phpdf.org.br
# Build settings
markdown: kramdown
# Google-analytics
google-analytics:
id: "UA-109844866-1"
plugins_dir:
- jekyll-paginate
paginate: 4
paginate_path: "/eventos/page:num"
exclude: [vendor]
gems: [jekyll-paginate]