From e1375581c8150bcb3202df24f1f0d002d94cb640 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 23 Feb 2023 13:38:40 -0500 Subject: [PATCH] link to scratchanitch.dev --- content/projects.md | 5 ++--- gen | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/content/projects.md b/content/projects.md index 49f4d11..1d6a083 100644 --- a/content/projects.md +++ b/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 diff --git a/gen b/gen index 72a2f13..35979d1 100755 --- a/gen +++ b/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