Hakyll project for building the Savanna Model static site
$ npm install
$ cd semantic
$ npx gulp build
Use npx gulp watch
for frequent changes to Semantic UI source files.
$ stack build
Use stack build --fast --haddock-deps --file-watch
for active development on site.hs
file.
$ stack exec -- site build
Use stack exec -- site watch
for active development on template files.
$ stack exec -- site watch
Then visit http://127.0.0.1:8000 to view the generated site.