mlerner.github.io

Hello! This is the Github repo that backs https://www.micahlerner.com, using Github Pages.

The site is built and deployed with Jekyll.

Developing

The first step in making changes to the site is running bundle install. This assumes that you have Ruby and the bundler gem installed.

To start the Jekyll server locally, you can run bundle exec jekyll serve -l -o. See the Jekyll docs for more on usage.

Once you have made changes, submit a pull request and assign it to me, @mlerner.

To publish changes (assuming you have permissions, which most people will not), run bundle exec rake publish.