This project is powered with Jekyll. Visit https://mikaelmattsson.github.io to actually see the site.
# Make sure we’re using the latest gems.
sudo gem update --system
sudo gem update
# Install the bundler tool.
sudo gem install bundler
# Install dependencies
sudo bundle install
# Run the site and watch for changes.
bundle exec jekyll serve --watch --drafts
This project is licensed under The MIT License (MIT).