Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 277 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 277 Bytes

callpraths.github.io

Landing repo for github pages

Development

Requires ruby 2.7.x.

Install dependencies:

bundle install

Start local development server:

bundle exec jekyll serve

or, to include drafts:

bundle exec jekyll serve --draft