How I Build This Site
WebFrontend Web
This site is built using Astro, Vuejs, Tailwind css, Daisy UI, and Typescript.
I start this project with this Astro template from Github: github.com/manuelernestog/astrofy, created by Manuel Ernesto. Thanks for all your code.
The posts on this site are written in Markdown format, and is not managed by a CMS. I just simply put all Markdown file in the Astro project’s content folder 🫠. And I can manage my content using Git and Github.
This site is hosted on Cloudflare Pages as a static site. It will be automatically rebuilt each time I add new content or modify the site with a Git commit.
I hate Javascript 🙁.