Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 426 Bytes

Code blog

Source code for blog hosted at https://dgmstuart.github.io/.

Based on Jekyll and uses jekyll-compose for creating and managing posts.

Install dependencies:

bundle install

Run local server

bundle exec jekyll serve

Deploy

The site is automatically deployed to github pages when the main branch is pushed.