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.
 
 
 
 
 
nete-madi 62b362b21e
Fix site title attribute logic (#121)
The site title attribute had some logic that would change the site title if a project modal was open, but it caused the title to permanently be set to the title of the last entry in the _posts directory. I removed the if/else logic to keep the site title to be what is specified in _config.yml in the "title" field.
4 years ago
.github/ISSUE_TEMPLATE Update issue templates 5 years ago
_includes Fix site title attribute logic (#121) 4 years ago
_layouts feat: include disqus if we enable it 9 years ago
_posts Add html-proofer script and related fixes 5 years ago
css/font-awesome Colors can now be set in config file. 10 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 5 years ago
Gemfile Update Gemfile 6 years ago
LICENCE Fixes #85 6 years ago
README.md Update README.md 5 years ago
Rakefile Add html-proofer script and related fixes 5 years ago
_config.yml Add html-proofer script and related fixes 5 years ago
feed.xml Updated feed.xml 8 years ago
freelancer-theme-jekyll.gemspec Add html-proofer script and related fixes 5 years ago
index.html Getting rid of unnecessary posts loop 10 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