This Hakyll source generates the static HTML that is shown at https://talks.bfpg.org.
The static site is served from GitHub Pages.
Before running the following, install stack if you haven't already.
git clone [email protected]:bfpg/talks.git bfpg-talks
cd bfpg-talks
stack build
stack exec site build # <-- Generate files in ./_site/
stack exec site watch # <-- For a dev build loop
Fork bfpg/talks, make your changes on master
and submit a PR.
The Travis CI job will build the site and
publish to gh-pages
once your commit is merged.