More than just a blog with Astro and PayloadCMS
Fullstack
Astro
Payload

Background
Why another portfolio site with 2 blog posts?
Why not?
This one is different (I promise).
Introducing Astro+PayloadCMS 🎉
Astro
A modern framework aimed for rich content websites. It allows you to write components using any modern web framework such as React, Vue, Solid …etc. It also has its own language, Astro
.
Why Astro instead of just React?
I’m not going to explain the same thing Astro official site does. You can read about it why you should use Astro here.
Other than the points listed by them above, I just want to try them out, to be honest.

index.astro
Entry index for site
---
const {hi} = Astro.props
---
<h1>{hi}</>