Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

executable file
·
21 lines (14 loc) · 456 Bytes

Jekyll Build

Ryan Harrison's Blog

My personal website and blog. Powered by Jekyll

Accessible at https://ryanharrison.co.uk

Serve

docker-compose up
or
docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve

Build

docker run -v $(pwd):/site bretfisher/jekyll-serve bundle exec jekyll build