Added the Geek webring and removed Nix

This commit is contained in:
2024-07-30 15:40:23 +02:00
parent 6fdaece746
commit 62601f5337
10 changed files with 41 additions and 63 deletions

View File

@@ -5,12 +5,11 @@
## Building
[Install Nix](https://nixos.org/), then run:
Install [Hugo](https://gohugo.io/), then run:
```shell
git clone --recursive https://git.nicolabelluti.me/nicolabelluti/blog.git
cd blog
nix develop # Enter the dev environment
hugo --minify --gc
```