Garden: Fix formatting
Posts: Add 2024-01-31
Posts/2023-05-12: Add
This is my personal website. It is made in Hugo.
Assuming that you have hugo installed, simply run:
huge server -D
Run
bin/new
Provided that your nix environment works correctly and you are logged into netlify, build the site and deploy it with:
bin/preview
And publish it for real with:
bin/publish
Done!
# If you haven't run this already:
npm ci
# Then make everything neat:
npm run format
This project uses aspell for spellchecking. It's available in every good package manager. There are some jargon words in .spell/. To use them during spellchecking, call aspell like so
aspell --home-dir="$PWD/.spell" check file.md
You can also use the helper script bin/spellcheck
.
This project in its entirety is published under the 3-Clause BSD
License. You can view the
license in LICENSE
file included in this project's repository.