SnailTrail

Keep On Slitherin'

Itinerary

Round England’s Coast by Bus

What follows is an attempt to see if a complete circumnavigation of England by bus is actually even possible!

NOTE Timetables listed were downloaded in Jan 2026 and will not only likely be out-of-date but also not include summer-only tourist buses


Britain by bus - Intro

Readers of our Busabout blog will know that in 2000, literally days before Covid clamped the country down Liz and I travelled the length of the country from Southampton to Carlisle and then over the border to Gretna using our pensioner’s concessionary bus pass. Over 450 miles of free travels (and not so free hotels!). Sadly a pressing appointment meant train rather than buses back home, but a good thing perhaps with Covid just starting to become rife.


Hugo 2

Some follow ups

Is it a good thing running the Hugo blog as root? It is inside an unprivileged container - but still? Anyway it’s a simple mater to create a hugo user, add it to sudoers and then go back to the PVE and change the uid and gid of the NAS mount points so that they are now owned by user hugo. Then the blog, copied to the hugo home folder and chown’d appropriately should just work


Hugo 3

Deploying to Cloudflare

Remarkably simple!

  • Create Cloudflare Account
  • Connect to Github and select rep
  • Set Cloudflare Build Settings
    • Framework preset: Hugo
    • Build command: hugo -b $CF_PAGES_URL
    • Output directory: public
  • Click Deploy

And that’s it!


Hugo

A quick description of how this blog is set up, and how to create posts from an Android phone.

The blog is a simple set of pages, generated from local markdown files using the Hugo static site generator. Hugo is running on a small LXC container inside a Proxmox PVE on a little 5th generation i5 NUC running at my home location

The Hugo markdown files in the LXC containers are themselves simply a mount from a shared folder on my Synology NAS (sitting right next to that little i5 NUC). So basically any markdown files created or copied into that NAS shared folder will be a post for my blog when the Hugo site is compiled. There is a similar folder for static resources such as pictures to be included in the blog.