;@@title: Compiling!@@
;@@date: 2022-05-19@@
I've been using Emacs to write this site so far, and it has a convenient
M-x compile
command that is fun to use. However, I frequently want
to compile from within my src/ directory, and the regular compile
command is pretty dumb. Luckily, there's M-x project-compile
,
which knows where the project root is! Great!
However, the upshot is that I had to create a git repository of this website.
So it's getting ever closer to being available for perusal! Haha.
I'm wanting to wait until I have a cgit
instance on acdw.casa,
and this can be its first repo ^_^
.