Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 405 Bytes

virginiatech.github.io

This repo provides the source for https://virginiatech.github.io/

Development

The site is built using Jekyll, so you can either install Ruby and all the gems yourself or use Docker. Once Docker is installed, you can simply run

docker-compose up

and then open your browser to http://localhost:4000/. Any changes made to the source will be built immediately.