Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 953 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 953 Bytes

How to run this locally

Using Jekyll with Bundler:

  • cd <jekyll-project-folder>
  • bundle config set --local path 'vendor/bundle'
  • bundle install
  • bundle exec jekyll serve

Tip: jekyll doesn't auto-reload on _config.yml changes.

Jekyll template cheatsheet

Agency Jekyll theme

Agency theme based on Agency bootstrap theme

Local debugging

Follow https://jekyllrb.com/tutorials/using-jekyll-with-bundler/

How to use

###Portfolio

Portfolio projects are in '/_posts'

Images are in '/img/portfolio'

###About

Images are in '/img/about/'

###Team

Team members and info are in '_config.yml'

Images are in '/img/team/'

Demo

View this jekyll theme in action here