- 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
$ bundleto install Ruby gems specified in the Gemfile. - Run
$ bundle exec jekyll serve --incrementalto host locally.
To launch website locally in MacOS, please follow these steps:
- Follow the instructions to install
jekylland related packages. - Run
$ bundle installin this repo directory. - Run
$ bundle exec jekyll serve --incrementalto run website locally.
Please see Github's instructions for more information.