- Using the remote theme method of the Minimal Mistakes theme.
- Copied all files from mmistakes/mm-github-pages-starter.
- The alternative approach, that is also compatible with GitHub Pages, is to fork the theme.
This is for running things locally.
- Install Jekyll and Bundler. See instructions here.
- Run
$ bundle
to install Ruby gems specified in the Gemfile. - Run
$ bundle exec jekyll serve --incremental
to host locally.
To launch website locally in MacOS, please follow these steps:
- Follow the instructions to install
jekyll
and related packages. - Run
$ bundle install
in this repo directory. - Run
$ bundle exec jekyll serve --incremental
to run website locally.
Please see Github's instructions for more information.