Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 302 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 302 Bytes

Blog documentation

requirements:

  • ruby
  • bundler gem install bundler

to install packages for the first time:

bundle install

to run locally:

bundle exec jekyll serve --watch --baseurl=""

then point web browser at the appropriate URL (shown in terminal output, by default 127.0.0.1:4000)