Nathan Contino's personal web page, built with Jekyll.
Hosted at:
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC-SA).
You need a reasonably recent version of Ruby. The installation that ships with macOS won't do, so install a better distribution from Homebrew:
brew install rubyBe sure to follow the instructions that Homebrew prints out to make this installation of Ruby:
- accessible via the
rubycommand in an interactive shell, using yourPATH - discoverable to compilers.
Once you've finished those edits to your shell configuration, open a new terminal to load the changes.
Then, install jekyll and update Ruby's bundler package manager to the latest version:
gem install jekyll bundlerThen, use bundler to install the dependencies for running the site locally:
bundle installTo build and host the site on your local machine, run the following command:
bundle exec jekyll serveIf you prefer, you can instead use Make:
make serveFor a full list of Make options, run make list.
Images live separately at nathan-contino/images.