/wphogan.github.io

Primary LanguageJavaScriptMIT LicenseMIT

Freelancer Jekyll theme Build Status

Jekyll theme based on Freelancer bootstrap theme

How to start local server

  • cd [project root]
  • bundle exec jekyll serve
  • go to http://127.0.0.1:4000

How to update CV

  • add new CV to [project root]/cv

How to use

  • Place a image in /img/portfolio/
  • 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

---

For more details, read the documentation