Skip to content

humblebots/mick.maccallum.dev

Repository files navigation

mick.maccallum.dev

Develop

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Deployment

To generate the complete static site locally in the _site folder, run:

$ bundle exec jekyll build --destination docs/

To deploy to production and push to all remotes, run:

$ ./deploy.sh