-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (28 loc) · 913 Bytes
/
_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
# Site settings
title: Code Beers
description: > # this means to ignore newlines until "baseurl:"
Code Beers is a periodic meeting for developers who wants to talk,
share knowledge and drink beer.
# baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://codebeers.github.io/" # the base hostname & protocol for your site
github_url: "https://github.com/codebeers/codebeers.github.io"
contacts:
-
name: Gabriel Molter
email: [email protected]
twitter_username: gabriel_molter
github_username: molter
-
name: Paulo Diovani Gonçalves
email: [email protected]
twitter_username: paulodiovani
github_username: paulodiovani
# permalinks for blog posts
permalink: "/blog/:year/:month/:day/:title/"
paginate_path: "blog/page:num/"
paginate: 5
# store pages in _pages/ folder
include: ['_pages']
relative_permalinks: false
# Build settings
markdown: kramdown