about summary refs log tree commit diff stats
path: root/src/compile.ht
blob: 2cc1661c333a08d32e7503523a26e897a6b84ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;@@title: Compiling!@@
;@@date: 2022-05-19@@

I've been using Emacs to write this site so far, and it has a convenient
<code>M-x compile</code> command that is fun to use.  However, I frequently want
to compile from within my src/ directory, and the regular <code>compile</code>
command is pretty dumb.  Luckily, there's <code>M-x project-compile</code>,
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 <code>cgit</code> instance on acdw.casa,
and this can be its first repo <code>^_^</code>.