@sheogorath@kev I'm always curious about how different bloggers accomplish their publishing workflow, this uses Jekyll? Do you also use any kind of CI/git repo?
The CI pipelines have grown over the years, nowadays making sure that dead links are found, HTML is valid, etc. as well as doing some basic markdown linting and spellchecking before setting something of into the wild.
It's not perfect, but it makes things quite smooth.
@michael @kev I do have a repository, yes.
https://git.shivering-isles.com/shivering-isles/blog
The CI pipelines have grown over the years, nowadays making sure that dead links are found, HTML is valid, etc. as well as doing some basic markdown linting and spellchecking before setting something of into the wild.
It's not perfect, but it makes things quite smooth.