GitHub page of Mull to Five
This site is built with Jekyll and is compatible with Ruby 3.2+ and Ruby 4.0.
- Ruby 4.0 or 3.2: Ensure you have Ruby installed.
- DevKit (Required for Windows):
Since Jekyll and its dependencies (like
google-protobufandeventmachine) require compiling native extensions on Windows, you must install the MSYS2 DevKit. Run:Select optionridk install
3(MSYS2 and MINGW development tools). Without this,bundle installwill fail.
-
Install dependencies:
bundle install
-
Build the site:
bundle exec jekyll buildThe output will be in the
_sitedirectory. -
Serve the site locally:
bundle exec jekyll serve