Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

seahug/seahug.github.io

Repository files navigation

The all-new Seattle Area Haskell Users' Group web site

Check it out

Preview locally

gem install bundler
bundle install
bundle exec rake preview

Run tests:

bundle exec rake test

Creating content

Meeting minutes

  • Use the minutes template (see live version)
  • Make a copy of the template in the _posts directory
  • Replace yyyy-mm-dd in the file name with the year, month and date of the post
  • Put content into the file

Articles

  • Use the article template (see live version)
  • Make a copy of the template in the _posts directory
  • Replace yyyy-mm-dd in the file name with the year, month and date of the post
  • Replace article-template with the permalink name of the article
  • Put content into the file
  • Update the front matter with the appropriate title, author etc.

Licence

Released under the MIT License