|
||
---|---|---|
_includes | ||
_layouts | ||
_posts | ||
css | ||
img | ||
js | ||
.gitignore | ||
README.md | ||
_config.yml | ||
feed.xml | ||
index.html | ||
screenshot.png |
README.md
Freelancer theme
Jekyll theme based on Freelancer bootstrap theme
How to use
- Place a image in
/img/portoflio/
- Construction a post to display your project. 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
---
- And finally, serve Jekyll source as you would normally.
Demo
View this jekyll theme in action here
Screenshot
Localhost deployment
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
For more details, read documentation