bfpg / talks

Brisbane Function Programming Group talk ideas, scheduling & archival
https://talks.bfpg.org
Creative Commons Zero v1.0 Universal
4 stars 5 forks source link

BFPG Talks Static Site

Build Status

This Hakyll source generates the static HTML that is shown at https://talks.bfpg.org.

The static site is served from GitHub Pages.

Dev environment setup

Before running the following, install stack if you haven't already.

git clone git@github.com: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

Contributing

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.