- clone down the repo
git clone git@github.com:ruebenramirez/blog.git blog
cd blog
git submodule update --init
git lfs install
git lfs checkout
- install nix
- Install
direnv
echo "use flake" > .envrc
direnv allow
- this should build the flake
hugo new "posts/$(date --iso-8601)-post-title.md"