bdewilde.github.io

my personal/professional website

Stars
5

bdewilde.github.io

Personal / professional website of Burton DeWilde, built with Jekyll.

initial setup

Follow the official jekyll docs quickstart and/or the full, step-by-step tutorial, as well as the GitHub Pages guide to get going. This will probably take a while (homebrew has a way of installing entire software ecosystems when you just want one thing).

local development

This jekyll project uses bundler for dependency management, serving, etc. Read this introductory tutorial for basic usage.

To serve the site locally, run bundle exec jekyll serve and then go to http://localhost:4000 in a web browser. This command takes many options; ./serve.sh has a good configuration locked in. For more info on command line usage, see here.