Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 784 Bytes

File metadata and controls

31 lines (21 loc) · 784 Bytes

Build Status

A straight forward static personal website, powered by Jekyll.

Setup

Install dependencies:

bundle

Run the dev server:

bundle exec jekyll serve

Link checking

Check internal links with:

bundle exec jekyll build
bundle exec htmlproofer _site/ --disable-external

Github pages

This site is deployed to github pages and uses the pages-gem to restrict itself to plugins that work in that environment.

Deployment is automatic when pushing to master.