Jekyll theme based on Freelancer Start Bootstrap theme
Go to file
Jerome Lachaud 81ae30ec14 Merge pull request #32 from turtleDev/master
fix "Fix modal mouse wheel issues"
2015-11-02 23:25:27 +00:00
_includes Merge pull request #32 from turtleDev/master 2015-11-02 23:25:27 +00:00
_layouts Contact form is now powered by formspree, with the option to switch back to original PHP form 2015-02-17 17:03:24 +01: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 Fixing the text of the validation of email 2015-02-21 23:34:21 -02:00
mail validate email address to prevent header injection 2015-01-30 08:42:13 +00:00
.gitignore update .gitignore 2014-07-27 12:54:41 +02:00
LICENCE Create LICENCE 2015-04-06 18:03:16 +02:00
README.md update readme 2015-02-17 11:55:17 -08:00
_config.yml Merge pull request #33 from bdronneau/feat/verify-google-bing 2015-11-02 23:22:59 +00:00
feed.xml Getting rid of 'baser' variable & references 2015-02-03 15:35:48 +01: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

Jekyll theme based on Freelancer bootstrap theme

How to use

  • Place a image in /img/portoflio/
  • Replace you@email.com in _includes/contact_static.html 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