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.
 
 
 
 
 
Lars Olesen d52f54beee
Create freelancer-theme-jekyll.gemspec
6 years ago
_includes Merge pull request #78 from watkinsmatthewp/master 7 years ago
_layouts feat: include disqus if we enable it 9 years ago
_posts come cleaning 10 years ago
css/font-awesome Colors can now be set in config file. 10 years ago
img new design 10 years ago
js Update contact_me.js 7 years ago
mail Fix email variable issue. 7 years ago
.gitignore add .sass-cache, .jekyll-metadata and Gemfile.lock 9 years ago
.travis.yml Add travis file 7 years ago
Gemfile Support remote theme 6 years ago
LICENCE Create LICENCE 10 years ago
README.md Update README.md 7 years ago
_config.yml Adding missing meta keywords tag 7 years ago
feed.xml Updated feed.xml 8 years ago
freelancer-theme-jekyll.gemspec Create freelancer-theme-jekyll.gemspec 6 years ago
index.html Getting rid of unnecessary posts loop 10 years ago
screenshot.png add screenshot 10 years ago
style.css Some corrections 10 years ago

README.md

Freelancer Jekyll theme Build Status

Jekyll theme based on Freelancer bootstrap theme

How to use

  • Place a image in /img/portfolio/
  • Replace your-email@domain.com in _config.yml with your email address. Refer to formspree for more information.
  • 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

---

Demo

View this jekyll theme in action here

Screenshot

screenshot


For more details, read the documentation