From 9eed41844103e0beba4ce14326941026085a445e Mon Sep 17 00:00:00 2001 From: Jerome Lachaud Date: Sun, 27 Jul 2014 12:49:50 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d80708a..8e6dcb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Freelancer theme +Freelancer Jekyll theme ========================= Jekyll theme based on [Freelancer bootstrap theme ](http://startbootstrap.com/templates/freelancer/) @@ -6,8 +6,8 @@ Jekyll theme based on [Freelancer bootstrap theme ](http://startbootstrap.com/te After [downloading](https://github.com/jeromelachaud/freelancer-theme/archive/master.zip), use the normal process of serving a jekyll site. Navigate to the directory in terminal and type `jekyll build` followed by `jekyll serve` ## How to use -1. Place a image in `/img/portoflio/` -2. Create posts to display your projects. Use the follow as an example: + - Place a image in `/img/portoflio/` + - Create posts to display your projects. Use the follow as an example: ```txt --- layout: default @@ -22,7 +22,6 @@ description: The description of the project --- ``` -3. And finally, serve Jekyll source as you would normally. ## [Demo](https://jeromelachaud.github.io/freelancer-theme)