Jekyll theme based on Freelancer Start Bootstrap theme
Go to file
Matthew Obert 91b9e70fec
Fix form labels for accessibility
2019-07-08 10:13:18 -04:00
_includes Fix form labels for accessibility 2019-07-08 10:13:18 -04:00
_layouts feat: include disqus if we enable it 2015-09-27 18:40:16 +02:00
_posts come cleaning 2014-07-27 11:46:03 +02:00
css/font-awesome Colors can now be set in config file. 2014-08-10 14:47:11 +02:00
img new design 2014-07-25 23:44:57 +02:00
js Update contact_me.js 2017-05-30 22:39:01 +03:00
mail Fix email variable issue. 2017-06-12 21:13:02 -03:00
.gitignore add .sass-cache, .jekyll-metadata and Gemfile.lock 2016-03-23 02:45:42 +05:30
.travis.yml Add travis file 2017-05-08 19:22:48 +01:00
Gemfile Update Gemfile 2018-05-29 11:55:03 +02:00
LICENCE Fixes #85 2018-05-28 16:36:35 +02:00
README.md Update README.md 2017-05-08 21:02:08 +01:00
_config.yml Adding missing meta keywords tag 2017-05-08 15:03:42 +01:00
feed.xml Updated feed.xml 2017-04-17 19:03:24 +01:00
freelancer-theme-jekyll.gemspec Update freelancer-theme-jekyll.gemspec 2018-05-29 12:19:12 +02:00
index.html Getting rid of unnecessary posts loop 2015-02-03 15:08:27 +01:00
screenshot.png add screenshot 2014-07-27 12:34:32 +02:00
style.css Some corrections 2014-08-11 12:04:41 +02:00

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