Minimal Theme
This is the raw HTML and styles that are used for the minimal theme on GitHub Pages.
Syntax highlighting is provided on GitHub Pages by Pygments.
Running locally with Jekyll
-
First make sure you get all the pre-reqs that the Jekyll site is asking for: Jekyll Quickstart
-
From the terminal, write
gem install jekyll bundler
-
cd
into the folder where you cloned the repo -
bundle install
-
bundle exec jekyll serve --livereload
-
Browse to http://localhost:4000
License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.