2014-07-27 10:49:50 +00:00
|
|
|
Freelancer Jekyll theme
|
2014-07-19 15:13:08 +00:00
|
|
|
=========================
|
|
|
|
|
2016-09-26 08:12:29 +00:00
|
|
|
Jekyll theme based on [Freelancer bootstrap theme ](http://startbootstrap.com/template-overviews/freelancer/)
|
2014-07-27 10:39:14 +00:00
|
|
|
|
|
|
|
## How to use
|
2016-05-29 21:20:13 +00:00
|
|
|
- Place a image in `/img/portfolio/`
|
2015-02-16 18:55:40 +00:00
|
|
|
- Replace `you@email.com` in `_includes/contact_static.html` with your email address. refer to [formspree](http://formspree.io/) for more information.
|
2014-07-27 10:49:50 +00:00
|
|
|
- Create posts to display your projects. Use the follow as an example:
|
2014-07-27 10:39:14 +00:00
|
|
|
```txt
|
|
|
|
---
|
|
|
|
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
|
|
|
|
|
|
|
|
---
|
|
|
|
```
|
|
|
|
|
2014-07-27 10:52:21 +00:00
|
|
|
## Demo
|
2014-07-27 10:39:14 +00:00
|
|
|
View this jekyll theme in action [here](https://jeromelachaud.github.io/freelancer-theme)
|
|
|
|
|
|
|
|
## Screenshot
|
|
|
|

|
|
|
|
|
|
|
|
=========
|
2015-02-03 14:37:26 +00:00
|
|
|
For more details, read the [documentation](http://jekyllrb.com/)
|