Jekyll theme based on Freelancer Start Bootstrap theme
Go to file
Jerome Lachaud 7c4bf30381 modify README 2014-07-27 12:39:14 +02:00
_includes initial commit 2014-07-27 11:40:26 +02:00
_layouts come cleaning 2014-07-27 11:46:03 +02:00
_posts come cleaning 2014-07-27 11:46:03 +02:00
css new design 2014-07-25 23:44:57 +02:00
img new design 2014-07-25 23:44:57 +02:00
js new design 2014-07-25 23:44:57 +02:00
mail new design 2014-07-25 23:44:57 +02:00
.gitignore initial commit 2014-07-27 11:40:26 +02:00
README.md modify README 2014-07-27 12:39:14 +02:00
_config.yml add baseurl 2014-07-27 12:38:36 +02:00
feed.xml First commit 2014-07-20 00:57:28 +02:00
index.html new posts 2014-07-26 17:40:42 +02:00
screenshot.png add screenshot 2014-07-27 12:34:32 +02:00

README.md

Freelancer theme

Jekyll theme based on Freelancer bootstrap theme

How to use

  1. Place a image in /img/portoflio/
  2. Construction a post to display your project. Use the follow as an example:
---
layout: default
modal-id: 1
date: 2014-07-18
img: cabin.png
alt: image-alt
project-date: July 2014
client: The Client
category: Web Development
description: The description of the project

---
  1. And finally, serve Jekyll source as you would normally.

Demo

View this jekyll theme in action here

Screenshot

screenshot

Localhost deployment

After downloading, use the normal process of serving a jekyll site. Navigate to the directory in terminal and type jekyll build followed by jekyll serve

For more details, read documentation