From 01c131ee7e862519622ae89c5b027fa6f95c44d5 Mon Sep 17 00:00:00 2001 From: Jerome Lachaud Date: Sun, 27 Jul 2014 11:46:03 +0200 Subject: [PATCH] come cleaning --- _config.yaml | 12 ---------- _config.yml | 20 ++++++---------- _layouts/page.html | 14 ----------- _layouts/post.html | 15 ------------ .../2014-07-20-mon-deuxieme-billet.markdown | 23 ------------------- _posts/2014-07-20-welcome-to-jekyll.markdown | 23 ------------------- 6 files changed, 7 insertions(+), 100 deletions(-) delete mode 100644 _config.yaml delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html delete mode 100644 _posts/2014-07-20-mon-deuxieme-billet.markdown delete mode 100644 _posts/2014-07-20-welcome-to-jekyll.markdown diff --git a/_config.yaml b/_config.yaml deleted file mode 100644 index b43d18d..0000000 --- a/_config.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Site settings -title: Your awesome title -email: your-email@domain.com -description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." -baseurl: "" -url: "http://yourdomain.com" -twitter_username: jekyllrb -github_username: jekyll - -# Build settings -markdown: kramdown -permalink: pretty \ No newline at end of file diff --git a/_config.yml b/_config.yml index 1a6704d..b43d18d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,18 +1,12 @@ # Site settings -title: Jerome Lachaud -email: jeromelachaud@gmail.com +title: Your awesome title +email: your-email@domain.com description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." - -# Server stuff -host: "localhost" -port: "4002" -baseurl: "http://s148919412.onlinehome.fr/01-jeromelachaud.com/06-jekyll.jerome.lachaud.com" - -#Social -twitter_username: jeromelachaud -github_username: jeromelachaud +baseurl: "" +url: "http://yourdomain.com" +twitter_username: jekyllrb +github_username: jekyll # Build settings markdown: kramdown -permalink: none -exclude: ["dploy.yaml"] \ No newline at end of file +permalink: pretty \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 59821b1..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default ---- -
- -
-

{{ page.title }}

-
- -
- {{ content }} -
- -
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 838ad7a..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: default ---- -
- -
-

{{ page.title }}

-

{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}

-
- -
- {{ content }} -
- -
\ No newline at end of file diff --git a/_posts/2014-07-20-mon-deuxieme-billet.markdown b/_posts/2014-07-20-mon-deuxieme-billet.markdown deleted file mode 100644 index 62e984b..0000000 --- a/_posts/2014-07-20-mon-deuxieme-billet.markdown +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: page -title: "Mon deuxième billet!" -date: 2014-07-20 00:47:37 ---- - -You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` switch) to see your changes! -To add new posts, simply add a file in the `_posts` directory that follows the convention: YYYY-MM-DD-name-of-post.ext. - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. - -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll]: http://jekyllrb.com diff --git a/_posts/2014-07-20-welcome-to-jekyll.markdown b/_posts/2014-07-20-welcome-to-jekyll.markdown deleted file mode 100644 index 4343875..0000000 --- a/_posts/2014-07-20-welcome-to-jekyll.markdown +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: post -title: "Welcome to Jekyll!" -date: 2014-07-20 00:47:37 ---- - -You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` switch) to see your changes! -To add new posts, simply add a file in the `_posts` directory that follows the convention: YYYY-MM-DD-name-of-post.ext. - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. - -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll]: http://jekyllrb.com