Publishing posts via hugo is slightly more manual than I'd like. The trigger
for this post was "Can we automate this with Github actions?", but it turns
out the solution was much simpler.
[Read More]
Post links
| hdyson
It's not obvious (to me, anyway) how to use hugo cross-reference links with
org-mode format posts. This very short post gives an example of how to do so.
[Read More]
Comment setup
| hdyson
Now to add some comments to this blog. Utterances looks promising. It uses github issue comments to provide the commenting infrastructure, so should be easy to setup.
[Read More]
Deploying to Github Pages
| hdyson
A quick summary of deploying this Hugo generated site to Github pages (and hence hdyson.dev) via the instructions from the Hugo docs.
[Read More]
Making init files intelligible
| hdyson
One of the issues with an editor as configurable as emacs is that an emacs
.init.el file ends up an unmaintanable mess of barely understood code
snippets, duplicate and contradictory settings, and a treasure trove of
forgotten knowledge.
We can do better.
So in this post I'll show you how to have a documented, human-readable emacs
configuration file.
[Read More]
Complete emacs setup
| hdyson
Following on from Boing Boing, I finally got my emacs setup just how I like
it:
[Read More]
Theme setup
| hdyson
I like the look of the Beautiful Hugo theme, so let's see how easy it is to setup.
[Read More]