Skip to content

periodo/periodo-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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