How did I create this website

This guide gives you an overview of how you can create the website just like mine

  1. Install Hugo on Windows machine
    • due to simplicity and lightweight
  2. Install a theme (I use Doks) on top of it
    • Due to simplicity - Markdown and documentation purpose theme
  3. Publish it in either Github/Gitlab for CI/CD
    • Personal choice - For me, it is part of my learning development
  4. Use Cloudflare workers tool
    • To automate the builds and publish
  5. Write the codes/guides/docs in VSCode with extensions
    • So you can review the drafts (development) and publish the live content almost instantly.

Further reading