Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A personal blog, portfolio, or blog template
Aria is a free Astro template for building a personal blog, portfolio, or blog, ported from the static "aria" theme and installable via the create-astro CLI.
Aria Template is an Astro starter project that gives you a pre-built structure for a personal blog, portfolio, or blog. It takes your content and Astro components as input and produces a static website as output. The template was created by ccbikai as an Astro port of the "aria" theme from the static-templates repository, and it's distributed through GitHub. The repository description explicitly says it is "A personal blog, portfolio, or blog template."
npm create astro@latest -- --template ccbikai/astro-aria.public/assets/images directory, where you can place cover images and other static files (the template ships with a cover.png sample).Run the install command npm create astro@latest -- --template ccbikai/astro-aria to scaffold a new project from this template. After installation, edit the Astro source files and content, then use the standard Astro dev server to preview and build the static site.
Yes, the template is open-source and hosted on GitHub. There is no pricing listed, and you can download and use it freely for personal or commercial projects.
You need Node.js and npm (or another package manager) installed. The npm create astro command scaffolds the project, and then you can run Astro's local development server to view it.
Yes, the official repository description says it is "a personal blog, portfolio, or blog template." It is designed to accommodate any of those purposes.
Aria Template is an Astro project, so you customize it by editing Astro components, global styles, and the content files inside the generated directory. Static assets like images go in the public folder.
