|
|
|
|
|
by activatedgeek
691 days ago
|
|
I use Astro + Cloudflare Pages for my website [1]. I document the key bits of my stack here [2] for completeness. I've been very happy with Astro because it is a good example of low floor and high ceiling software. I can start with plain HTML, make it more flexible with Astro language (still very close to HTML), make authoring easier with Markdown (+ lifestyle extensions from Remark/Rehype), and extend to frameworks like React on a need basis (which I use for some pages where I use maps). [1]: https://sanyamkapoor.com
[2]: https://sanyamkapoor.com/kb/the-stack |
|