This repo contains the source files for my personal blog.
Uses the Jekyll static site generator.
Hosted for free on GitHub Pages.
First, you'll need to have the appropriate version of the Ruby programming language installed. My recommendation is to use a version manager, such as rbenv
.
To install all of the required dependencies, run:
bundle install
To start a local development server, use the following command:
bundle exec jekyll serve
A development server with a live preview of your changes will be available at http://localhost:4000
.
The blog's content, unless otherwise noted, is available under the CC-BY-SA 4.0 license