-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
71 lines (58 loc) · 1.95 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
title: MTG:Toulouse
description: > # this means to ignore newlines until "baseurl:"
MTG:Toulouse
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.mtg-toulouse.org" # the base hostname & protocol for your site
#navigation
navigationLinks:
- {url: "/", text: "Accueil"}
#- {url: "/agenda/", text: "Agenda"}
#- {url: "/speakers/", text: "Speakers"}
#- {url: "/sponsors", text: "Partenaires"}
- {url: "/association", text: "L'association"}
#- {url: "/faq/", text: "FAQ"}
- {url: "/coc", text: "Code de conduite"}
pageHeaders:
# agenda: {bg: "#00a1f1", font: "#fff", title: "Agenda"}
# speakers: {bg: "#f65314", font: "#fff", title: "Speakers"}
association: {bg: "#7cbb00", font: "#fff", title: "L'Association"}
faq: {bg: "#ffbb00", font: "#fff", title: "Foire Aux Questions"}
coc: {bg: "#f65314", font: "#fff", title: "Code de Conduite"}
sessions: {bg: "#7cbb00", font: "#fff"}
# sponsors: {bg: "#ffbb00", font: "#fff", title: "Communautés"}
statistics: {bg: "#7cbb00", font: "#fff"}
collections:
sessions:
output: true
permalink: /sessions/:title
defaults:
-
scope:
path: ""
type: "sessions"
values:
layout: "session"
css: agenda
logo: "../css/style/img/icon-large.png"
#google_site_verification: googleXXXXXXXXXXXXXXXX.html
include: ['pages']
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-datapage-generator
page_gen-dirs: false
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
# - title: youtube
# url: https://www.youtube.com/c/MUGTVFrance
- title: twitter
url: https://twitter.com/MTG_Toulouse
- title: linkedin
url: https://www.linkedin.com/company/mtg-toulouse
share:
- platform: twitter
url: "https://twitter.com/share?url=https:%2f%2fwww.mtg-toulouse.org&text="
text: "Je viens de rejoindre @MTG_Toulouse !"
# Build settings
markdown: kramdown
permalink: pretty