about summary refs log tree commit diff stats
path: root/src/compile.ht
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.ht')
-rw-r--r--src/compile.ht13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/compile.ht b/src/compile.ht new file mode 100644 index 0000000..5764828 --- /dev/null +++ b/src/compile.ht
@@ -0,0 +1,13 @@
1;@@title: Compiling!@@
2
3I've been using Emacs to write this site so far, and it has a convenient
4<code>M-x compile</code> command that is fun to use. However, I frequently want
5to compile from within my src/ directory, and the regular <code>compile</code>
6command is pretty dumb. Luckily, there's <code>M-x project-compile</code>,
7which knows where the project root is! Great!
8
9However, the upshot is that I had to create a git repository of this website.
10So it's getting ever closer to being available for perusal! Haha.
11
12I'm wanting to wait until I have a <code>cgit</code> instance on acdw.casa,
13and this can be its first repo <code>^_^</code>.