Jekyll theme based on Freelancer Start Bootstrap theme
Go to file
Avonnaire 28bb2f9ecd Remove root-relative URLs
GitHub Pages is currently attempting to load CSS and JS from the root site, i.e yourusername.github.io, and as such it breaks. I removed the root-relative references, and it should work on every site now.
2022-08-25 12:00:52 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2020-01-27 14:45:25 +01:00
_includes Remove root-relative URLs 2022-08-25 12:00:52 +02: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 Update fontawesome to 6.1.2 (#146) 2022-08-24 14:58:53 +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 Make theme ruby 3.0 compatible (#134) 2022-04-21 16:36:10 +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