Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 413 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 413 Bytes

RPISEC Site / Blog

I'll use Ruby and you can't stop me.

Howto

Install dependencies

bundle install

Build site locally

This will build the site and bind a web server to localhost:4000:

bundle exec jekyll serve

Add new blog post

Add new a new markdown file to _posts/

Publish changes

Commit and push to the repo, GitHub Pages will build the site automagically^tm.