-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
111 lines (100 loc) · 2.57 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Settings
permalink: /:categories/:title
# About
title: AWS
tagline: Applications Web et Sécurité
authors:
- name: Luca De Feo
url: 'https://defeo.lu/'
- name: Sébastien Besnier
- name: Erik Bray
- name: Nicolas Gama
url: 'http://gama.nicolas.free.fr/'
- name: Valentin Suder
url: 'http://suder.xyz/'
created: 2013
license:
name: Creative Commons 4.0 Attribution-ShareAlike
shortname: CC-BY-SA 4.0
url: https://creativecommons.org/licenses/by-sa/4.0/
badge: https://i.creativecommons.org/l/by-sa/4.0/80x15.png
# Display a log in the top bar
#logo: assets/logo/eLeMentS.svg
# Display a GitHub fork me logo in the lower right corner
forkme: yes
# Default configuration for pages.
# Can be used to activate addons on all pages.
defaults:
- scope:
path: ''
values:
layout: default
addons:
favicon: yes
muut: yes
clicker:
auths:
- title: " Login ISTY"
icon: github
host: 'https://keats.prism.uvsq.fr/aws'
path: /login/github
- title: " Login UVSQ"
icon: github
host: 'https://keats.prism.uvsq.fr/aws-alt'
path: /login/github
messages:
loginError: Veulliez vous connecter pour visualiser ce questionnaire.
unknownError: "Une erreur s'est produite, veuillez réessayer."
submitError: "Impossible d'envoyer le questionnaire, veuillez réessayer."
submit: "Envoyer réponse"
submitted: "Réponse envoyée"
deadline: "Vous pouvez modifier votre réponse jusqu'au"
- scope:
path: '_lessons'
values:
addons:
slideshow: { width: 1000, height: 562.5 }
recorder: yes
style_goodies: yes
- scope:
path: '_tutorials'
values:
layout: article
addons:
style_goodies: yes
- scope:
path: defenses
values:
layout: null
# New page / post / etc. menu
#create:
# pages: yes
# collections:
# - key: posts
# template: Write something
# - key: tutorials
# template: Write a tutorial
collections:
addons:
output: true
permalink: /:collection/:path:output_ext
projects:
lessons:
output: true
name: Leçons
tutorials:
name: TDs
output: true
# Kramdown configuration (markdown parser)
kramdown:
parse_block_html: true
highlighter: null
# Prose.io configuration, if that's your style
#prose: no
# SASS configuration.
# Better not touch this
sass:
sass_dir: assets/css
style: compressed
plugins:
- jekyll-coffeescript