dmp1ce / savannamodel-hakyll

Static site generator for the Savanna Model website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Savanna Model website builder

Hakyll project for building the Savanna Model static site

Build

Semantic UI and Gulp dependencies

$ npm install
$ cd semantic
$ npx gulp build

Use npx gulp watch for frequent changes to Semantic UI source files.

Hakyll site exectuable

$ stack build

Use stack build --fast --haddock-deps --file-watch for active development on site.hs file.

Generate Savanna Model site

$ stack exec -- site build

Use stack exec -- site watch for active development on template files.

Preview

$ stack exec -- site watch

Then visit http://127.0.0.1:8000 to view the generated site.

About

Static site generator for the Savanna Model website

License:The Unlicense


Languages

Language:JavaScript 31.3%Language:JavaScript 25.1%Language:Less 20.3%Language:CSS 17.6%Language:HTML 5.3%Language:Haskell 0.2%Language:Haskell 0.1%Language:HTML 0.1%