site

files for beauhilton.com
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 18c7808c89057519ab9a75a4693853dfc53144f8
parent 0421852fa22a63b100fcd5a0be5200123f5bc8bc
Author: Beau <cbeauhilton@gmail.com>
Date:   Thu,  9 Nov 2023 14:50:43 -0600

update

Diffstat:
Msite/colophon.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/site/colophon.md b/site/colophon.md @@ -40,7 +40,7 @@ a la [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten). As of 2023-10-10 or so, I use a Nix-based workflow with flakes and [devenv.sh](https://devenv.sh/). -The basic steps are similar to what is included below, +The basic steps are similar to what is included below in the Non-Nix section, though more conveniently packaged and portable. It's delightful. @@ -76,8 +76,10 @@ $TERMINAL -e $BROWSER http://localhost:8000 &>/dev/null & disown ``` This will open three new terminals running: -a caretaker instance for auto-rebuild, -a server for preview, +a caretaker instance for auto-rebuild +(I recently activated caching in soupault, +rebuilds are lightning quick), +a web server for preview, and a browser pointing to the server. At that point I will usually throw the terminals