gwils / blog

QFPL blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the QFPL team blog.

You can build the contents of the blog locally with:

nix-build release.nix -A blog

where the output will be in result/blog

You can build the site generator with:

nix-build release.nix -A generator

where the output will be the executable result/site

You can use that to bring up a local preview server with:

cd content
../result/bin/site watch

and the content will be served from http://localhost:8000/

There is a post in there describing how to contribute, which you can reach here.

About

QFPL blog

License:Other


Languages

Language:JavaScript 73.8%Language:CSS 13.0%Language:HTML 12.4%Language:Haskell 0.7%Language:Nix 0.1%