Here's how it works:
- Content is added to lowercase from phone/laptop.
- Markdown data is being fetched from lowercase in json.
- json is parsed and is converted into html by a predefined template. This parser is written in go.
- The generated index.html is a static link blog.
- [x] Fix date bugs. (Ordering or posts fixed.)
- [x] Add RSS Feed support.
- [ ] Refactor and clear Go parser and template's code and commit it.
- [x] Linkback to homepage.
- [ ] Automate blog generation process using Github Actions.
- [ ] Publish to other sites.
- [ ] Write a blog post about the whole process.