Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 517 Bytes

File metadata and controls

23 lines (11 loc) · 517 Bytes

unipisa.github.io

Official Università di Pisa GitHub organizzation page

...under construction..

This repo provides the source for (forker from https://unipisa.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.