Skip to content

Commit 8c947b3

Browse files
committed
update
1 parent dacee28 commit 8c947b3

27 files changed

+195
-188
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
I"�{"source"=>"C:/Users/83010-03-04/Documents/PROJET/JEKYLL", "destination"=>"C:/Users/83010-03-04/Documents/PROJET/JEKYLL/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}, "authors"=>{"output"=>true}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed", "jekyll-sitemap", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"/JEKYLL", "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[{"scope"=>{"path"=>"", "type"=>"posts"}, "values"=>{"layout"=>"post"}}, {"scope"=>{"path"=>""}, "values"=>{"layout"=>"default"}}], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET
1+
I"�{"source"=>"C:/Users/83010-03-04/Documents/PROJET/JEKYLL", "destination"=>"C:/Users/83010-03-04/Documents/PROJET/JEKYLL/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}, "authors"=>{"output"=>true}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed", "jekyll-sitemap", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"/JEKYLL", "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[{"scope"=>{"path"=>"", "type"=>"posts"}, "values"=>{"layout"=>"post", "style_name"=>"home"}}, {"scope"=>{"path"=>""}, "values"=>{"layout"=>"default"}}], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ defaults:
1010
type: "posts"
1111
values:
1212
layout: "post"
13+
style_name: home
1314
- scope:
1415
path: ""
1516
values:

_layouts/post.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
3-
style_name: home.css
43
---
54
<h1>{{ page.title }}</h1>
65

_posts/2020-06-23-prenez la parole en public.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
img: assets/images/photo10.jpg
43
time: 6 heures
54
level: Facile

_posts/2020-06-24-apprenez a programmer en C.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
img: assets/images/photo9.jpg
43
time: 40 heures
54
level: Moyenne

_posts/2020-06-25-apprenez a programmer en Java.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
img: assets/images/photo8.jpg
43
time: 40 heures
54
level: Difficile

_posts/2020-06-26-concevez votre site web avec PHP et MySQL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
33
img: assets/images/photo7.jpg
44
time: 70 heures
55
level: Moyenne

_posts/2020-06-27-maitrisez les fondamentaux d Excel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
33
img: assets/images/photo6.jpg
44
time: 8 heures
55
level: Facile

_posts/2020-06-28-apprenez a apprendre.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
33
img: assets/images/photo5.jpg
44
time: 6 heures
55
level: Facile

_posts/2020-06-29-objectif IA initiez-vous a l intelligence artificielle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
33
img: assets/images/photo4.jpg
44
time: 6 heures
55
level: Facile

_posts/2020-06-30-programmer avec JavaScript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
33
img: assets/images/photo3.jpg
44
time: 15 heures
55
level: Facile

_posts/2020-07-01-programmer en python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
33
img: assets/images/photo2.jpg
44
time: 40 heures
55
level: Difficile

_posts/2020-07-02-apprenez a creer votre site web avec html5 et css3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
33
img: assets/images/photo1.jpg
44
time: 20 heures
55
level: Facile

_site/2020/06/23/prenez-la-parole-en-public.html

+16-15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<link rel="stylesheet" href="/JEKYLL/assets/css/styles.css">
88

99

10+
<link rel="stylesheet" href="/JEKYLL/assets/css/home.css" />
11+
1012

1113
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.ico" />
1214
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/JEKYLL/feed.xml" />
@@ -22,7 +24,7 @@
2224
<meta property="og:type" content="article" />
2325
<meta property="article:published_time" content="2020-06-23T00:00:00+02:00" />
2426
<script type="application/ld+json">
25-
{"url":"http://localhost:4000/JEKYLL/2020/06/23/prenez-la-parole-en-public.html","description":"Si vous avez envie d’améliorer l’impact de vos prises de parole en public, de développer votre charisme à l’oral, de combattre votre timidité et réduire votre stress, d’acquérir les compétences pour être plus à l’aise devant les autres…","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/JEKYLL/2020/06/23/prenez-la-parole-en-public.html"},"@type":"BlogPosting","headline":"Prenez la parole en public","dateModified":"2020-06-23T00:00:00+02:00","datePublished":"2020-06-23T00:00:00+02:00","@context":"https://schema.org"}</script>
27+
{"url":"http://localhost:4000/JEKYLL/2020/06/23/prenez-la-parole-en-public.html","description":"Si vous avez envie d’améliorer l’impact de vos prises de parole en public, de développer votre charisme à l’oral, de combattre votre timidité et réduire votre stress, d’acquérir les compétences pour être plus à l’aise devant les autres…","headline":"Prenez la parole en public","dateModified":"2020-06-23T00:00:00+02:00","datePublished":"2020-06-23T00:00:00+02:00","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/JEKYLL/2020/06/23/prenez-la-parole-en-public.html"},"@context":"https://schema.org"}</script>
2628
<!-- End Jekyll SEO tag -->
2729

2830
</head>
@@ -41,7 +43,7 @@
4143
<div class="row">
4244
<nav class="navbar navbar-expand-lg navbar-light">
4345
<a class="navbar-brand" href="index.html">
44-
<img src="assets/images/logo.png" alt="openclassroom logo">
46+
<img src="/JEKYLL/assets/images/logo.png" alt="openclassroom logo">
4547
</a>
4648
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
4749
<span class="navbar-toggler-icon"></span>
@@ -64,18 +66,15 @@
6466
</li>
6567
</ul>
6668
<a class="navbar-brand" href="#">
67-
<img src="assets/images/loupe.svg" alt="loupe" width="25px">
69+
<img src="/JEKYLL/assets/images/loupe.svg" alt="loupe" width="25px">
6870
</a>
6971
<button class="bouton-connect btn ml-2"><strong>SE CONNECTER</strong></button>
7072
<button class="bouton-submit btn ml-2" type="submit"><strong>S'INSCRIRE</strong></button>
7173
</div>
7274
</nav>
7375
</div>
7476
</div>
75-
<link rel="stylesheet" href="/JEKYLL/assets/css/styles.css">
76-
77-
78-
<h1>Prenez la parole en public</h1>
77+
<h1>Prenez la parole en public</h1>
7978

8079
<p>
8180
23 Jun 2020
@@ -103,6 +102,8 @@ <h1>Prenez la parole en public</h1>
103102

104103
<p>Nous verrons ensemble les techniques pour créer votre contenu, vous entraîner efficacement et maîtriser votre prestation le jour J !</p>
105104

105+
106+
106107
<footer class="page-footer font-small mdb-color lighten-3 pt-4">
107108
<div class="container text-center text-md-left">
108109
<div class="row">
@@ -155,13 +156,13 @@ <h5 class="font-weight-bold text-uppercase mb-4">CONTACTS</h5>
155156
</li>
156157
<div class="row">
157158
<a class="navbar-brand" href="#">
158-
<img class="svg p-1" src="assets/images/call.svg"></img>
159+
<img class="svg p-1" src="/JEKYLL/assets/images/call.svg"></img>
159160
</a>
160161
<a class="navbar-brand" href="#">
161-
<img class="svg p-1" src="assets/images/email.svg"></img>
162+
<img class="svg p-1" src="/JEKYLL/assets/images/email.svg"></img>
162163
</a>
163164
<a class="navbar-brand" href="#">
164-
<img class="svg p-1" src="assets/images/faq.svg"></img>
165+
<img class="svg p-1" src="/JEKYLL/assets/images/faq.svg"></img>
165166
</a>
166167
</div>
167168
</ul>
@@ -203,19 +204,19 @@ <h5 class="font-weight-bold text-uppercase mb-4">EN PLUS</h5>
203204
</select>
204205
<div class="row">
205206
<a class="navbar-brand" href="#">
206-
<img class="svg p-1" src="assets/images/facebook.svg"></img>
207+
<img class="svg p-1" src="/JEKYLL/assets/images/facebook.svg"></img>
207208
</a>
208209
<a class="navbar-brand" href="#">
209-
<img class="svg p-1" src="assets/images/twitter.svg"></img>
210+
<img class="svg p-1" src="/JEKYLL/assets/images/twitter.svg"></img>
210211
</a>
211212
<a class="navbar-brand" href="#">
212-
<img class="svg p-1" src="assets/images/linkedin.svg"></img>
213+
<img class="svg p-1" src="/JEKYLL/assets/images/linkedin.svg"></img>
213214
</a>
214215
<a class="navbar-brand" href="#">
215-
<img class="svg p-1" src="assets/images/instagram.svg"></img>
216+
<img class="svg p-1" src="/JEKYLL/assets/images/instagram.svg"></img>
216217
</a>
217218
<a class="navbar-brand" href="#">
218-
<img class="svg p-1" src="assets/images/youtube.svg"></img>
219+
<img class="svg p-1" src="/JEKYLL/assets/images/youtube.svg"></img>
219220
</a>
220221
</div>
221222
</div>

_site/2020/06/24/apprenez-a-programmer-en-C.html

+16-15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<link rel="stylesheet" href="/JEKYLL/assets/css/styles.css">
88

99

10+
<link rel="stylesheet" href="/JEKYLL/assets/css/home.css" />
11+
1012

1113
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.ico" />
1214
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/JEKYLL/feed.xml" />
@@ -22,7 +24,7 @@
2224
<meta property="og:type" content="article" />
2325
<meta property="article:published_time" content="2020-06-24T00:00:00+02:00" />
2426
<script type="application/ld+json">
25-
{"url":"http://localhost:4000/JEKYLL/2020/06/24/apprenez-a-programmer-en-C.html","description":"Vous aimeriez apprendre à programmer, mais vous ne savez pas par où commencer ? Ce cours de programmation en C pour débutants est fait pour vous !","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/JEKYLL/2020/06/24/apprenez-a-programmer-en-C.html"},"@type":"BlogPosting","headline":"Apprenez a programmer en c","dateModified":"2020-06-24T00:00:00+02:00","datePublished":"2020-06-24T00:00:00+02:00","@context":"https://schema.org"}</script>
27+
{"url":"http://localhost:4000/JEKYLL/2020/06/24/apprenez-a-programmer-en-C.html","description":"Vous aimeriez apprendre à programmer, mais vous ne savez pas par où commencer ? Ce cours de programmation en C pour débutants est fait pour vous !","headline":"Apprenez a programmer en c","dateModified":"2020-06-24T00:00:00+02:00","datePublished":"2020-06-24T00:00:00+02:00","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/JEKYLL/2020/06/24/apprenez-a-programmer-en-C.html"},"@context":"https://schema.org"}</script>
2628
<!-- End Jekyll SEO tag -->
2729

2830
</head>
@@ -41,7 +43,7 @@
4143
<div class="row">
4244
<nav class="navbar navbar-expand-lg navbar-light">
4345
<a class="navbar-brand" href="index.html">
44-
<img src="assets/images/logo.png" alt="openclassroom logo">
46+
<img src="/JEKYLL/assets/images/logo.png" alt="openclassroom logo">
4547
</a>
4648
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
4749
<span class="navbar-toggler-icon"></span>
@@ -64,18 +66,15 @@
6466
</li>
6567
</ul>
6668
<a class="navbar-brand" href="#">
67-
<img src="assets/images/loupe.svg" alt="loupe" width="25px">
69+
<img src="/JEKYLL/assets/images/loupe.svg" alt="loupe" width="25px">
6870
</a>
6971
<button class="bouton-connect btn ml-2"><strong>SE CONNECTER</strong></button>
7072
<button class="bouton-submit btn ml-2" type="submit"><strong>S'INSCRIRE</strong></button>
7173
</div>
7274
</nav>
7375
</div>
7476
</div>
75-
<link rel="stylesheet" href="/JEKYLL/assets/css/styles.css">
76-
77-
78-
<h1>Apprenez a programmer en c</h1>
77+
<h1>Apprenez a programmer en c</h1>
7978

8079
<p>
8180
24 Jun 2020
@@ -91,6 +90,8 @@ <h1>Apprenez a programmer en c</h1>
9190

9291
<p>Rejoignez-moi dans ce cours pour découvrir la programmation en C !</p>
9392

93+
94+
9495
<footer class="page-footer font-small mdb-color lighten-3 pt-4">
9596
<div class="container text-center text-md-left">
9697
<div class="row">
@@ -143,13 +144,13 @@ <h5 class="font-weight-bold text-uppercase mb-4">CONTACTS</h5>
143144
</li>
144145
<div class="row">
145146
<a class="navbar-brand" href="#">
146-
<img class="svg p-1" src="assets/images/call.svg"></img>
147+
<img class="svg p-1" src="/JEKYLL/assets/images/call.svg"></img>
147148
</a>
148149
<a class="navbar-brand" href="#">
149-
<img class="svg p-1" src="assets/images/email.svg"></img>
150+
<img class="svg p-1" src="/JEKYLL/assets/images/email.svg"></img>
150151
</a>
151152
<a class="navbar-brand" href="#">
152-
<img class="svg p-1" src="assets/images/faq.svg"></img>
153+
<img class="svg p-1" src="/JEKYLL/assets/images/faq.svg"></img>
153154
</a>
154155
</div>
155156
</ul>
@@ -191,19 +192,19 @@ <h5 class="font-weight-bold text-uppercase mb-4">EN PLUS</h5>
191192
</select>
192193
<div class="row">
193194
<a class="navbar-brand" href="#">
194-
<img class="svg p-1" src="assets/images/facebook.svg"></img>
195+
<img class="svg p-1" src="/JEKYLL/assets/images/facebook.svg"></img>
195196
</a>
196197
<a class="navbar-brand" href="#">
197-
<img class="svg p-1" src="assets/images/twitter.svg"></img>
198+
<img class="svg p-1" src="/JEKYLL/assets/images/twitter.svg"></img>
198199
</a>
199200
<a class="navbar-brand" href="#">
200-
<img class="svg p-1" src="assets/images/linkedin.svg"></img>
201+
<img class="svg p-1" src="/JEKYLL/assets/images/linkedin.svg"></img>
201202
</a>
202203
<a class="navbar-brand" href="#">
203-
<img class="svg p-1" src="assets/images/instagram.svg"></img>
204+
<img class="svg p-1" src="/JEKYLL/assets/images/instagram.svg"></img>
204205
</a>
205206
<a class="navbar-brand" href="#">
206-
<img class="svg p-1" src="assets/images/youtube.svg"></img>
207+
<img class="svg p-1" src="/JEKYLL/assets/images/youtube.svg"></img>
207208
</a>
208209
</div>
209210
</div>

0 commit comments

Comments
 (0)