Simple Yet Over Engineered Blog
This Blog does look simple static html and it actually is, but the backend is not as simple as it looks. The blog is being self hosted on an Oracle Cloud VPS using nginx server. It’s using Hugo to generate static pages. All the files (including the blog content) are open source and pushed to a github repo after any changes. It’s using Github Actions to automatically fetch changes in the git repo and update on the website automaticallly. I can write notes in Obsidian app and a local powershell script automatcally converts it into a blog post and pushes the changes to the github repo. All the changes happen in real-time and automatically. Workflow The Workflow starts from Obsidian (a note taking app) in Windows, I can write any text in markdown format, add templates and add pictures to the note and they are saved as a .md file. ...