Minimal Mistakes Jekyll theme demo (v4.24.0) for GitLab Pages

Serving this site locally

  1. Install Ruby.

  2. Clone this repository:

    Option 1 - SSH:

    git clone git@gitlab.com:nithiya/minimal-mistakes.git
    

    Option 2 - HTTPS:

    git clone https://gitlab.com/nithiya/minimal-mistakes.git
    
  3. Navigate to the cloned directory and install all requirements:

    cd minimal-mistakes
    gem install bundler
    bundle install
    
  4. Serve the site:

    bundle exec jekyll serve
    
  5. View the site at http://localhost:4000/minimal-mistakes/.

License

MIT License

This repository is maintained by Nithiya Streethran (nmstreethran at gmail dot com)

Credits