Migrating from ghost to gitbased blog
I enjoy writing although this blog shows not that much considering how often a new post is put out.
Apart from ‘LIFE’ taking up so much time , finding time to write is low down on the priority of things,
but I would like to post more frequently and to do this im going to need a way to make it easier to post
just using markdown
and static websites. On top of this, the version of Ghost I was running is giving me
warnings now as its out of date and wants an update but this involves backing up everything and recreating
the docker to include a seperate database as they are no longer supporting sqlite as a backend. This
has given me the final push to migrate.
So I have a couple of options here and im going to play with a few before finalising on something.
Hugo
Hugo , A popular open-source static site generator , with a great community and active development.
I have decided to try Hugo after watching a couple of videos and a livestream from Tech Youtuber Chris Titus, It looked simple enough to deploy using CloudFlare Pages
notes
migrating from ghost to just writing MD files and commiting to a repo and posibly some CI/CD to push it outK
github pages? or selfhosted