-
Edit 2025-06-27: Since I originally wrote this article I’ve gone back and added similar syntax for image links! The article has been updated accordingly. If you would like a copy of the original article find me on Discord and I’ll send you a copy. Since I started using Hugo for this site there’s been one major missing feature for me - wiki style links. In this article I will describe a hack to add the syntax as part of a custom theme.
-
I mentioned back in 2019 that I needed to writeup how I’m using hugo to build this static site on my Android phone. So here it is! Only 3 years later
First I’ve got my complete setup to clone the git repo written here (just updated!). apt install hugo in termux cd to the hugo folder run with drafts locally with hugo server -D --noBuildLock Go to http://localhost:1313 to review kill with ctrl+c when done Do a final build with hugo --noBuildLock Then push with rsync as detailed in another of my old writeups I’ve had to add the –noBuildLock flag to the hugo commands because of an issue with build lock on Android.
-
I’m writing this entirely from my Android phone! I spent quite a few hours trying to figure out how to get a clone of my git repository on here and hit a lot of dead ends. I tried multiple sets of instructions for AIDE and mGit with no success. Finally I found the Termux app which actually supports everything I need! For some reason Termux was not coming up in any of my searches for git clients on Android.
-
I started setting up Hugo to run my site. Hopefully this will decrease the friction for blogging and I’ll start writing more, but I make no promises.
So far Hugo seems to be a pretty straight forward site generator. After developing Adobe Experience Manager customizations professionally for 5 years this feels nice and simple. When I was picking between the various blogging platforms I had a number of criteria:
Minimal Set Up Full Control Over Design and Markup Minimal Cost (this quickly led me to static site generators) Markdown support Full Control over site structure I also looked at IndieWeb support.