You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
938 B
Markdown

10 years ago
Freelancer Jekyll theme
10 years ago
=========================
Jekyll theme based on [Freelancer bootstrap theme ](http://startbootstrap.com/template-overviews/freelancer/)
10 years ago
## How to use
- Place a image in `/img/portfolio/`
10 years ago
- Replace `you@email.com` in `_includes/contact_static.html` with your email address. refer to [formspree](http://formspree.io/) for more information.
10 years ago
- Create posts to display your projects. Use the follow as an example:
10 years ago
```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
---
```
10 years ago
## Demo
10 years ago
View this jekyll theme in action [here](https://jeromelachaud.github.io/freelancer-theme)
## Screenshot
![screenshot](https://raw.githubusercontent.com/jeromelachaud/freelancer-theme/master/screenshot.png)
=========
10 years ago
For more details, read the [documentation](http://jekyllrb.com/)