-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·88 lines (75 loc) · 2.07 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
# Site settings
language: "fr"
title: "INARES - Cours de sciences en ligne"
description: "L'INARES propose des cours en ligne gratuits en français sur la philosophie, l'histoire et l'économie. Nous allions un enseignement de qualité aux technologies et pédagogies modernes. Tout le monde peut ainsi facilement profiter de ces savoirs."
keywords: "INARES, MOOC, francophone, cours, course, e-learning, français, france, enseignement, formation, gratuit, online, en ligne, ligne, distance, à distance, philosophie, histoire, économie, pédagogie, apprentissage, certification, fun, institut, université, bac, lycée, university, 2015, droit, gestion de projet, management"
google-verification: ""
domain: "inares.org"
url: "https://www.inares.org"
author: "INARES"
logo: "/assets/img/logo.jpg"
mail: "[email protected]"
timezone: "Europe/Paris"
future: false
show_drafts: false
encoding: "utf-8"
is_production: true
port: 8080
host: 0.0.0.0
twitter:
username: inares_fr
include:
- ".htaccess"
- "_pages"
- "_headers"
exclude:
- "/assets/"
- "/guetzli/"
- "/validation/"
- "/test/"
- "/gulp/"
- "/node_modules/"
- "/vendor/"
- "/scripts/"
- "bower.json"
- "composer.json"
- "composer.lock"
- "DOC.md"
- "Gemfile"
- "Gemfile.lock"
- "gulpfile.js"
- "LICENSE.md"
- "LICENSE"
- "Makefile"
- "npm-debug.log"
- "package.json"
- "package-lock.json"
- "README.md"
- "README"
- "TODO.txt"
- "rev-manifest.json"
- "pubstorm.json"
- "firebase.json"
- ".firebaserc"
- "database.rules"
- "_pages/kitchen-sink.md"
- "*.log"
- "*.rb"
- "*.yml"
- "yarn.lock"
- "site*.tar.bz2"
keep_files:
- "img"
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
blanklines: false
profile: false
startings: [html, head, body]
# Plugins
plugins: ["jekyll-sitemap", "jekyll-seo-tag"]
# Conversion
incremental: true
# Outputting
permalink: "/:year/:month/:title/"