freelancer-theme/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2017-05-08 20:02:08 +00:00
Freelancer Jekyll theme [![Build Status](https://api.travis-ci.org/jeromelachaud/freelancer-theme.svg?branch=master)](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
- 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
2020-01-27 13:52:59 +00:00
date: 2020-01-18
2014-07-27 10:39:14 +00:00
img: cabin.png
alt: image-alt
2020-01-27 13:52:59 +00:00
project-date: January 2020
2014-07-27 10:39:14 +00:00
client: The Client
category: Web Development
description: The description of the project
---
```
2014-07-27 10:52:21 +00:00
## Demo
2020-01-27 13:52:59 +00:00
View this jekyll theme in action [here](https://jeromelachaud.com/freelancer-theme)
2014-07-27 10:39:14 +00:00
## Screenshot
![screenshot](https://raw.githubusercontent.com/jeromelachaud/freelancer-theme/master/screenshot.png)
---------
2015-02-03 14:37:26 +00:00
For more details, read the [documentation](http://jekyllrb.com/)