From 994d469114ac49e8a29547418972117215fa106f Mon Sep 17 00:00:00 2001 From: Will <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 27 May 2025 21:27:59 +1000 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d31a4b7 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Gozer +A flake to build the fast & simple static site generator `gozer`. +## Installation +```bash +nix profile install github:wi11-holdsworth/gozer +``` +## Credits +- [dannyvankooten/gozer](https://github.com/dannyvankooten/gozer)