-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
40 lines (35 loc) · 977 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
33
34
35
36
37
38
39
40
# site config
title: Jeux et défis informatiques de Sherbrooke (JDIS)
email: [email protected]
description: >- # this means to ignore newlines until the next key
Jeux et défis informatiques de Sherbrooke (JDIS) est un groupe d'étudiants
en informatique de l'Université de Sherbrooke.
url: "https://jdis.ca/"
# social (to be moved into a _data file)
facebook_page_link: "https://www.facebook.com/JDISherbrooke"
facebook_members_link: "https://www.facebook.com/groups/jdisherbrooke"
github_link: "https://github.com/JDIS"
slack_link: "https://jdis.slack.com"
youtube_link: "https://www.youtube.com/channel/UCtvgOm5GYpuuEL6pXoEoylg"
# pages config
permalink: /:title/
include: ["_pages"]
# assets config
defaults:
- scope:
path: "assets/img"
values:
image: true
# plugins
markdown: kramdown
plugins:
- jekyll-feed
# excludes
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/