Skip to content

Commit

Permalink
First little customization
Browse files Browse the repository at this point in the history
  • Loading branch information
dbachet committed Mar 28, 2018
1 parent de09155 commit 442e747
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
title: "You're awesome Mathieu !"
email: [email protected]
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
Expand Down
6 changes: 3 additions & 3 deletions _posts/2018-03-28-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -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
---
Expand All @@ -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].
Expand Down

0 comments on commit 442e747

Please sign in to comment.