Minimal Mistakes Jekyll theme demo (v4.24.0) for GitLab Pages
Install Ruby.
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
Navigate to the cloned directory and install all requirements:
cd minimal-mistakes
gem install bundler
bundle install
Serve the site:
bundle exec jekyll serve
View the site at http://localhost:4000/minimal-mistakes/
.
This repository is maintained by Nithiya Streethran (nmstreethran at gmail dot com)