Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/immois/astro-zen
- Owner: immois
- License: mit
- Created: 2024-09-13T15:27:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:13:43.000Z (4 months ago)
- Last Synced: 2024-10-24T21:42:03.911Z (3 months ago)
- Topics: astro-template, personal-portfolio, personal-website, portfolio, website-template
- Language: Astro
- Homepage: https://astro-zen.vercel.app
- Size: 1.96 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |