Jekyll theme based on Freelancer Start Bootstrap theme
Go to file
Matthew Obert 392ad51e2e Implement flexbox layout for portfolio grid
Make responsive layout even more responsive.
Support portfolio grids with arbitrary numbers of items.
Previously, I would only add portfolio items in groups of three.
2020-05-13 16:45:40 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2020-01-27 14:45:25 +01:00
_includes Implement flexbox layout for portfolio grid 2020-05-13 16:45:40 -04:00
_layouts feat: include disqus if we enable it 2015-09-27 18:40:16 +02:00
_posts Add html-proofer script and related fixes 2020-04-08 15:21:12 +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 Disable form mail if spambot fills hidden field 2019-11-26 09:36:53 -05:00
.gitignore added '.jekyll-cache' 2019-10-10 21:30:29 +02:00
.travis.yml Update Travis script 2020-04-08 15:24:09 +02: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 2020-01-27 15:01:03 +01:00
Rakefile Add html-proofer script and related fixes 2020-04-08 15:21:12 +02:00
_config.yml Add html-proofer script and related fixes 2020-04-08 15:21:12 +02:00
feed.xml Updated feed.xml 2017-04-17 19:03:24 +01:00
freelancer-theme-jekyll.gemspec Add html-proofer script and related fixes 2020-04-08 15:21: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: 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