link to scratchanitch.dev

Amolith created

Change summary

content/projects.md | 5 ++---
gen                 | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)

Detailed changes

content/projects.md 🔗

@@ -14,10 +14,9 @@ prefer more open platforms.
 [forgejo]: https://git.nixnet.services/
 [github]: https://github.com/Amolith
 
-All of these projects were created and are maintained [Just For Fun. No,
-Really.][jffnr]
+All of these projects were created to [scratch an itch.][sai].
 
-[jffnr]: https://justforfunnoreally.dev/
+[sai]: https://scratchanitch.dev
 
 ## Active projects
 

gen 🔗

@@ -2,7 +2,7 @@
 
 export WEBROOT=public
 
-hugo --cleanDestinationDir 
+hugo
 
 fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t pdf --lua-filter=pandoc_config/images.lua --pdf-engine=xelatex -V 'linkcolor:blue' --listings -H pandoc_config/styles.tex {} -o public/{/.}/{/.}.pdf
 fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t epub3 --lua-filter=pandoc_config/images.lua --pdf-engine=xelatex -V 'linkcolor:blue' --listings -H pandoc_config/styles.tex {} -o public/{/.}/{/.}.epub