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

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>.