new posts

main
Jerome Lachaud 10 years ago
parent fd4b3a76e4
commit 8a434b6d55

1
.gitignore vendored

@ -1,2 +1 @@
_site/
dploy.yaml

@ -2,11 +2,17 @@
title: Jerome Lachaud
email: jeromelachaud@gmail.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
# Build settings
markdown: kramdown
permalink: pretty
permalink: none
exclude: ["dploy.yaml"]

@ -2,7 +2,6 @@
layout: page
title: "Mon deuxième billet!"
date: 2014-07-20 00:47:37
categories: Catetgory 2
---
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!

@ -2,7 +2,6 @@
layout: post
title: "Welcome to Jekyll!"
date: 2014-07-20 00:47:37
categories: jekyll update
---
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!

@ -4,7 +4,7 @@ layout: default
<div class="home">
<h1>Posts</h1>
<h1>Postsss</h1>
<ul class="posts">
{% for post in site.posts %}

Loading…
Cancel
Save