Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 369 Bytes

FOSS4G Perth website

Local installation

Install Jekyll

See https://jekyllrb.com/docs/installation/

gem install bundler jekyll

Install gems

bundle config set --local path 'vendor/bundle'
bundle install

View locally

  • git clone repo location
  • cd folder name
  • bundle exec jekyll serve

=> Now browse to http://localhost:4000