My own personal site filled with bits of stuff that might help other people one day
- Follow the instructions on https://jekyllrb.com/docs/installation/ to install Jekyll
gem install eventmachine -v '1.2.7' -- --with-ldflags="-Wl,-undefined,dynamic_lookup"
bundle install
to install gemsbundle exec jekyll serve
to run the site in development mode
- Run
bundle exec jekyll build
All assets will be built under the_site
directory