My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Build using Nix instead of Zola image

+2 -8
+2 -8
statichost.yml
··· 1 - image: ghcr.io/getzola/zola:v0.21.0 2 - command: build 1 + image: ghcr.io/lix-project/lix:latest 2 + command: nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#publish 3 3 public: public 4 - image_entrypoint: true 5 - 6 - # TODO: Usa nix there 7 - # image: ghcr.io/lix-project/lix:latest 8 - # command: nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#publish 9 - # public: public