From 442e747d38b503c596606d9dd5360ccbf2ceab3c Mon Sep 17 00:00:00 2001 From: Damien Bachet Date: Wed, 28 Mar 2018 17:55:53 +0200 Subject: [PATCH] First little customization --- _config.yml | 15 ++++++++------- _posts/2018-03-28-welcome-to-jekyll.markdown | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index f91333e..ffe8cba 100644 --- a/_config.yml +++ b/_config.yml @@ -13,16 +13,17 @@ # 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: Your awesome title -email: your-email@example.com +title: "You're awesome Mathieu !" +email: contact@tau.so description: >- # this means to ignore newlines until "baseurl:" - 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. + Tau est un espace de coworking associatif en autogestion, actuellement composé + d’une douzaine d’indépendants (développeurs, traductrices, graphiste, vidéastes, + 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 -twitter_username: jekyllrb -github_username: jekyll +twitter_username: taucw +github_username: taucw # Build settings markdown: kramdown diff --git a/_posts/2018-03-28-welcome-to-jekyll.markdown b/_posts/2018-03-28-welcome-to-jekyll.markdown index 4cc6852..ba7054e 100644 --- a/_posts/2018-03-28-welcome-to-jekyll.markdown +++ b/_posts/2018-03-28-welcome-to-jekyll.markdown @@ -1,6 +1,6 @@ --- layout: post -title: "Welcome to Jekyll!" +title: "Welcome to TAU!" date: 2018-03-28 17:03:24 +0200 categories: jekyll update --- @@ -14,8 +14,8 @@ Jekyll also offers powerful support for code snippets: def print_hi(name) puts "Hi, #{name}" end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. +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].