~justusw/personal-website

This is my personal website
70b39157 — Justus Perlwitz 10 months ago
Garden: Fix formatting
63cc7dd2 — Justus Perlwitz 10 months ago
Posts: Add 2024-01-31
619f75d3 — Justus Perlwitz 1 year, 7 months ago
Posts/2023-05-12: Add

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~justusw/personal-website
read/write
git@git.sr.ht:~justusw/personal-website

You can also use your local clone with git send-email.

#Personal Website

This is my personal website. It is made in Hugo.

#Quickstart

Assuming that you have hugo installed, simply run:

huge server -D

#Requirements

#Creating new content

Run

bin/new

#Deploying

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!

#Formatting

# If you haven't run this already:
npm ci
# Then make everything neat:
npm run format

#Spellchecking

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.

#License

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.