Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 424 Bytes

This is the website for the PeriodO project, built using Hakyll and intended to be hosted on Github Pages.

Most of the content is in Markdown files (the ones with the .md suffix).

To work on the site locally, install stack, run stack setup and then:

$ make watch

Then open http://127.0.0.1:8000.

To deploy to Github Pages:

$ make deploy