initial commit with jekyll-boostrap

This commit is contained in:
Antonin Descampe
2015-06-16 10:54:48 +02:00
commit 6aa449bd03
67 changed files with 3308 additions and 0 deletions

10
archive.html Normal file
View File

@@ -0,0 +1,10 @@
---
layout: page
title : Archive
header : Post Archive
group: navigation
---
{% include JB/setup %}
{% assign posts_collate = site.posts %}
{% include JB/posts_collate %}