Skip to content

ehcloninger/ericcloninger.com

Repository files navigation

ericcloninger.com

Uses the Minimal Mistakes Jekyll theme.

Building

On WSL, issue these commands to get the environment up and running

sudo apt install make ruby ruby-dev build-essentials openssl
gem install bundler jekyll
bundle install

To build the site, issue

bundle exec jekyll build --config _config.yml

To build local and serve up as localhost, use

bundle exec jekyll serve --config _config-dev.yml --watch --incremental --force_polling

To view, enter localhost:4000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published