Welcome to the first post on this site.
This site is built with Astro and hosted on Netlify, with full support for Arabic and English.
Why Astro?
Astro is a modern static site framework that stands out for:
- High performance — ships minimal JavaScript to the browser.
- Flexibility — works with any UI library (React, Vue, Svelte…).
- Great content support — ideal for blogs and documentation sites.
Next Steps
- Edit this post at
src/content/blog-en/my-first-post.md. - Add new posts inside the same folder.
- Run
npm run devto preview locally.