Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 594 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 594 Bytes

jsj-blog

A collection of snippets, tips and reflections on what worked and more importantly, what didn't.

Proudly powered by Jekyll.

Read the blog

Unless you're a big fan of raw Markdown, you can view the blog at https://jsherz.com.

Developing and publishing

Install rbenv and then Ruby version 3.3.6

rbenv install 3.3.6

To run a development server on port 4000, use:

bundle install
bundle exec jekyll serve

To build the assets ready to upload to your favourite CDN:

bundle exec jekyll build