Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 565 Bytes

paintandplay.com.au

Served from GitHub Pages

https://paint-and-play.github.io/paintandplay-com-au

Usage

  • Add html or markdown pages to /pages, eg. /pages/example.md
  • Use a permalink in the yaml front matter for custom urls
  • Run bundle exec jekyll serve
  • Open http://localhost:4000/
  • Stop jekyll serve with ctrl-c
  • Git commit and push
  • GitHub pages will automatically publish the jekyll site
  • Wait a few minutes for GitHub to finish

Initial Setup

  • rbenv install 2.5.3
  • gem install jekyll
  • gem install bundler
  • bundle install