Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 304 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 304 Bytes

Run locally

Requires:

  • bundler
  • ruby
  • ruby-devel
gem install nokogiri -- --use-system-libraries
bundle install
bundle add webrick
bundle exec jekyll serve --future

Can use --incremental to try to only build diffs, but unreliable:

bundler exec jekyll serve --future --incremental