Astro
AstroJS is a static site generator framework that focuses on speed and ease of development. It uses HTML, CSS, and JavaScript to create static pages that are optimized for performance.
AstroJS is a good choice for creating content-rich websites, such as blogs, portfolios, and landing pages. It is also a good choice for developers who want to build websites quickly and easily.
Structure
public
in this public floder you can add your asset like font, image, video then import your file in .astro
or .mdx
file like this
Layout
components
utils
Configuration
in your astro.config.mjs
file you can set anything what you want if you want to learn more click
compress
astro-compress can zip your file for best performance
site
if you are host oyur website you can se your site for sitemap your website
LICENCE BY DOSE FROM ANOTHER PLANET