Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 474 Bytes

rse-aunz.github.io

The GitHub-pages repository that backs the <rse-aunz.github.io> website.

Testing locally

  • Ensure you have an up-to-date version of ruby
  • In a console, change your working directory to the directory of this repository
  • Run bundle install to install packages
  • Run bundle exec jekyll serve -D --future --watch to run a development webserver
  • Open a browser to the server address to view the site. The url should be http://127.0.0.1:4000/.