Back to themes

Astro Minimal Portfolio

A minimalist portfolio website made using TailwindCSS, DaisyUI, and Astro.


Minimal Astro Portfolio

A minimalist portfolio website made using TailwindCSS, DaisyUI, and Astro.

Project structure

portfolio/
├── public/
│   └── favicon.svg
├── src/
│   ├── assets/
│   │   └── icons, etc.
│   ├── components/
│   │   └── boxes
│   ├── layouts/
│   │   └── Layout.astro
│   ├── pages/
│   │   ├── posts/
│   │   │   └── index.astro
│   │   ├── index.astro
│   │   └── 404.astro
│   ├── content/
│   │   ├── posts/
│   │   │   ├── lorem-ipsum.md
│   │   │   └── lorem-ipsum-2.md
│   │   └── config.ts
│   └── config.ts // THIS FILE
└── LICENSE


Make sure to fill in the config.ts file in the src folder.


This project is build with TailwindCSS and DaisyUI so you can easily customize it.