
Deploy Hexo website to Azure static Webapp with GitHub actions
The Goal I move my former wordpress based blog to a simple static website framework. In my case I made q quick research about potential frameworks and found for example: Jekyll Gatsby Hugo and I found Hexo And to be honest - the only reason why my selection was Hexo, was the simple way of installation and get ready. As well as the themes which where available for Hexo. So what I did I created a new repo on GitHub for my Blog and cloned it onto my machine and started with checking the prerequisites: ...