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.
 
 
 
 
 
Jerome Lachaud 89203dcb44 Fix indentation 2 years ago
.github/ISSUE_TEMPLATE Update issue templates 4 years ago
_includes Fix indentation 2 years ago
_layouts Fix indentation 2 years ago
_posts Add html-proofer script and related fixes 4 years ago
css/font-awesome Update fontawesome to 6.1.2 (#146) 2 years ago
img new design 10 years ago
js Update contact_me.js 7 years ago
mail Disable form mail if spambot fills hidden field 5 years ago
.gitignore added '.jekyll-cache' 5 years ago
.travis.yml Update Travis script 4 years ago
Gemfile Update Gemfile 6 years ago
LICENCE Fixes #85 6 years ago
README.md Update README.md 4 years ago
Rakefile Add html-proofer script and related fixes 4 years ago
_config.yml Add html-proofer script and related fixes 4 years ago
feed.xml Updated feed.xml 7 years ago
freelancer-theme-jekyll.gemspec Make theme ruby 3.0 compatible (#134) 2 years ago
index.html Getting rid of unnecessary posts loop 9 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: 2020-01-18
img: cabin.png
alt: image-alt
project-date: January 2020
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