2017-05-08 20:02:08 +00:00
|
|
|
Freelancer Jekyll theme [](https://travis-ci.org/jeromelachaud/freelancer-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/`
|
2017-05-07 14:11:01 +00:00
|
|
|
- Replace `your-email@domain.com` in `_config.yml` 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
|
|
|
|

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