Not another dev blog. It's available over at https://jackpenson.dev.
Requirements:
Getting Started:
rvm use
bundle install
bundle exec jekyll serve
- watch for file changes and view blog.
Building:
bundle exec jekyll build
- this will generate the static sitedocker build -t blog .
- Copy the static site into the nginx container
View the containerised site locally:
docker run -p 8080:80 blog