I need to set up Automation for Hugo
Jan 22, 2021 23:16 · 199 words · 1 minute read
I am using Hugo as a framework for this blog. It’s a genius tool and I like the simplicity of the concept. Serving static pages and generating them from simple text files.
However, I am currently missing the option to write a quick blog post from my phone. Right now I was just sitting on my couch and already put my notebook away, but still had the daily posts on my to-do list. I’ve I would have the option to write from my phone - I would have used it!
I need to research the options. I think it should be quite easy. Markdown is a simple text format which I can edit with a variety of tools on my phone. Pushing it to the git repository should also not be an issue. So, I only need to work on the automation: generating the static pages after a new commit is added in the main repo. And then pushing the generated pages (public folder) to my web server.
If you have any tutorial for me let me know! I just started the journey with Hugo 10 days ago and still need to discover all the beautiful solutions and possibilities.