HolidayCheckers blogging about things they care about. Live version of this blog is techblog.holidaycheck.com
The site can be built and run locally using nix.
- Make sure to have nix installed (see nixos.org/nix) and then
- run
nix-shell default.nix
(or simplynix-shell
) and you should have the blog - running locally at http://localhost:4000.
Details about how to get jekyll to run locally via nix, the instructions how I set it up can be found on this site.