Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 834 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 834 Bytes

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.