-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
89 lines (82 loc) · 1.92 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Cours Programmation Web
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Un support de cours pour apprendre la programmation web.<br/>
Sujets: HTML, CSS, JS, WordPress, Git.<br/>
Licence des contenus: CC-BY-SA.
# baseurl: "/cours-web" # the subpath of your site, e.g. /blog
url: "https://cours-web.ch" # the base hostname & protocol for your site
repository: cours-web/coursweb.github.io.
twitter_username: 16kbit
github_username: coursweb
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
# Whitespace killer
compress_html:
clippings: false
comments: false
endings: false
ignore:
envs: []
blanklines: true
profile: true
startings: false
# Custom settings
chapters:
- title: HTML
url: html
- title: CSS
url: css
- title: CSS Flexbox
url: css-flexbox
- title: CSS Grid
url: css-grid
- title: A11Y
url: a11y
- title: Media
url: media
- title: Typographie
url: typographie
- title: JavaScript
url: javascript
- title: Processing / p5.js
url: processing
- title: MarkDown
url: markdown
- title: WordPress
url: wp
- title: Git
url: git
- title: Figma
url: figma
- title: Processus
url: processus
- title: Agile
url: agile
- title: Feedback
url: feedback
- title: Créativité
url: crea
- title: Newsletters
url: newsletters
- title: Serveurs
url: serveurs
- title: Base informatique
url: informatique-base
- title: Portfolio
url: portfolio
- title: Outils
url: outils
- title: Divers
url: divers
# end of _config.yml