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.

1.1 KiB

Freelancer theme

Jekyll theme based on Freelancer bootstrap theme

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

How to use

  1. Place a image in /img/portoflio/
  2. Create posts to display your projects. 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

========= For more details, read documentation