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 ruby
Be sure to follow the instructions that Homebrew prints out to make this installation of Ruby:
- accessible via the
ruby
command 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 bundler
Then, use bundler
to install the dependencies for running the site locally:
bundle install
To build and host the site on your local machine, run the following command:
bundle exec jekyll serve
If you prefer, you can instead use Make:
make serve
For a full list of Make options, run make list
.
Images live separately at nathan-contino/images.