Installing Jekyll for Minimal Mistakes (Windows)
-
Install Ruby
-
Install required gems by first navigating to directory with
Gemfile
.cd project_dir bundle
-
For building:
bundle exec jekyll build
-
For building and serving:
bundle add webrick bundle exec jekyll serve
-
For rebuilding upon changes:
bundle exec jekyll build --watch