It is automatically transformed by Jekyll into a static site whenever I push this repository to GitHub.
Install the dependencies. On Linux:
$ sudo apt install ruby ruby-dev ffmpeg
$ sudo gem install bundler
$ bundle installOn macOS:
$ brew install ruby ffmpeg
$ sudo "$(brew --prefix)/opt/ruby/bin/gem" install -n "$(brew --prefix)/bin" bundler:2.1.4
$ "$(brew --prefix)/bin/bundle" install# Generate site files
$ make all
# Serve locally on http://127.0.0.1:4000
$ make run$ git remote add staging [email protected]:ChrisCummins/staging.git
$ git push staging master:gh-pagesCheck the staging site at http://chriscummins.cc/staging
The website code is MIT Licensed, but the website content is not. The following directories and their contents are copyright Chris Cummins:
_posts/images/,img/,pub/u/.
You may not reuse anything therein without my permission.