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

Latest commit

 

History

History
28 lines (25 loc) · 644 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 644 Bytes

Content and site are now at https://github.com/howistart/howistart.org

How I Start

Posts are under posts. Site is built with hakyll.

$ stack build
$ stack exec site rebuild
Removing _site...
Removing _cache...
Removing _cache/tmp...
Initialising...
  Creating store...
  Creating provider...
  Running rules...
Checking for out-of-date items
Compiling
  ....
Success
$ git checkout gh-pages
Switched to branch 'gh-pages'
$ setopt extended_glob
$ rm -rf -- ^_site
$ mv _site/* .
$ git commit -a -m "update site"
$ git push origin gh-pages:gh-pages