Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 610 Bytes

README.org

File metadata and controls

27 lines (23 loc) · 610 Bytes

blorg

Install Nix

curl https://nixos.org/nix/install | sh

Publish Org posts

C-c C-e P p

or

make -C hakyll org-publish-project

(Re)build the site

make -C hakyll rebuild

N.B. The Makefile requires GNU Make ≥ 3.82 in order to use .ONESHELL: for the deploy target.

nix-env -iA gnumake