Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/immois/astro-zen

A minimalist, accessible, SEO-optimized portfolio template.
https://github.com/immois/astro-zen

astro-template personal-portfolio personal-website portfolio website-template

Last synced: 3 months ago
JSON representation

A minimalist, accessible, SEO-optimized portfolio template.

Awesome Lists containing this project

README

        

# AstroZen - Personal Portfolio Website

AstroZen is a minimalist, accessible and responsive portfolio template for your personal portfolio website. It is built with Astro and TailwindCSS.

![zen-og](https://github.com/user-attachments/assets/7a72aaae-6652-4cd0-becc-8e6a3c224993)

## 🔥 Features

- [x] Minimalist design. clean and simple
- [x] Mobile-first responsive layout
- [x] SEO-friendly and accessible
- [x] Easy to customize with a single configuration file

## ✅ Lighthouse Score
![performance](https://github.com/user-attachments/assets/4f95e2ca-03f9-4996-9e34-dcd179194c58)

## 🚀 Getting Started
Clone this repository to your local machine using Git.

```scheme
git clone https://github.com/immois/astro-zen.git
cd astro-zen
```

| Command | Action |
| :---------------- | :------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |