dsingleton.co.uk
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.