Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 509 Bytes

jbrd.github.io

My github pages repo

Requirements

Initial setup

Run bundle install --path vendor/bundle command to fetch dependencies required to build and test locally.

Building

Run the bundle exec jekyll build command to build the blog.

Testing locally

Run the bundle exec jekyll serve command to build and serve the blog locally for testing.

Creating a new post

Use the bundle exec jekyll post command to create a new post.