diff --git a/_config.yml b/_config.yml
index ffe8cba..0aa320e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,7 +13,7 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
-title: "You're awesome Mathieu !"
+title: "Tau, espace de coworking associatif à Toulouse"
email: contact@tau.so
description: >- # this means to ignore newlines until "baseurl:"
Tau est un espace de coworking associatif en autogestion, actuellement composé
@@ -21,7 +21,7 @@ description: >- # this means to ignore newlines until "baseurl:"
cosmonautes…) ouvert à tous les profils.
130m2 (répartis en plusieurs pièces) en plein cœur de Toulouse, place de la Daurade
baseurl: "" # the subpath of your site, e.g. /blog
-url: "" # the base hostname & protocol for your site, e.g. http://example.com
+url: "https://tau.so/" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: taucw
github_username: taucw
diff --git a/_layouts/home.html b/_layouts/home.html
new file mode 100644
index 0000000..5f89bba
--- /dev/null
+++ b/_layouts/home.html
@@ -0,0 +1,27 @@
+---
+layout: default
+---
+
+
+ {%- if page.title -%}
+
{{ page.title }}
+ {%- endif -%}
+
+ {{ content }}
+
+
+ {%- for post in site.posts | where;"tags","home" -%}
+ -
+ {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
+
+ {{ post.content }}
+
+ {%- endfor -%}
+
+
+
+
diff --git a/_posts/2018-03-28-coworking-associatif-toulouse.markdown b/_posts/2018-03-28-coworking-associatif-toulouse.markdown
new file mode 100644
index 0000000..3894cc6
--- /dev/null
+++ b/_posts/2018-03-28-coworking-associatif-toulouse.markdown
@@ -0,0 +1,23 @@
+---
+layout: post
+title: "Viendez cotravailler à Toulouse centre !"
+date: 2018-03-28 17:03:24 +0200
+categories: home
+---
+Tau est un espace de Coworking toulousain situé en plein coeur de la ville rose.
+
+### Comment ça se passe ?
+L'espace est ouvert depuis 2011. Nous vous encourageons à passer nous voir, consultez le plan pour nous trouver et les tarifs.
+
+L'idée est de travailler ensemble, dans un lieu agréable, pour quelques heures, quelques jours ou plus encore dans une ambiance sympa et une joyeuse émulation !
+
+Comme le souligne Alex Hillman dans une série de posts (repris par les français de la Mutinerie ) le coworking est avant tout une question de communauté.
+
+Vous voulez en savoir plus ? Consultez la page A propos .
+
+### Vous voulez savoir Tau c'qui s'passe ?
+
+* [La newsletter](http://tau.us4.list-manage.com/subscribe?u=fbc6f8a60dfdea7786f103d47&id=2abdb962c2), qu'on envoie de temps en temps, pour annoncer les temps forts
+* [Twitter](https://twitter.com/taucw) pour suivre ce qui se passe en "real time" et nous parler comme si vous y étiez
+* Le flux RSS, pour suivre l'actu dans votre lecteur de news : [Ouais, les actualités du coworking à Tau, c'est par là en erressesse](/feed.xml)
+* On a aussi une page Facebook : [http://www.facebook.com/tau.coworkingtoulouse](http://www.facebook.com/tau.coworkingtoulouse)
diff --git a/_posts/2018-03-28-welcome-to-jekyll.markdown b/_posts/2018-03-28-welcome-to-jekyll.markdown
deleted file mode 100644
index ba7054e..0000000
--- a/_posts/2018-03-28-welcome-to-jekyll.markdown
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: post
-title: "Welcome to TAU!"
-date: 2018-03-28 17:03:24 +0200
-categories: jekyll update
----
-You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
-
-To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
-
-Jekyll also offers powerful support for code snippets:
-
-{% highlight ruby %}
-def print_hi(name)
- puts "Hi, #{name}"
-end
-print_hi('Arno')
-#=> prints 'Hi, Arno' to STDOUT.
-{% endhighlight %}
-
-Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
-
-[jekyll-docs]: https://jekyllrb.com/docs/home
-[jekyll-gh]: https://github.com/jekyll/jekyll
-[jekyll-talk]: https://talk.jekyllrb.com/