Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/slydragonn/minimalist-dragon

Minimalist Portfolio
https://github.com/slydragonn/minimalist-dragon

astro minimalist portfolio portfolio-website theme

Last synced: 22 days ago
JSON representation

Minimalist Portfolio

Awesome Lists containing this project

README

        

# Minimalist Dragon - Portfolio Template

Single page portfolio made with [Astro](https://astro.build/) and based on [Minimalist Portfolio](https://github.com/slydragonn/minimalist-portfolio)

## Clone:
```
git clone https://github.com/slydragonn/minimalist-dragon.git
```

## Install:

```
npm install
```

## Run:
```
npm run dev
```

## Project Struture
```
├── src/
│ ├── components/
│ │ ├── Button.astro
│ │ ├── Footer.astro
│ │ ├── Navbar.astro
│ │ ├── ProjectCard.astro
│ │ ├── SkillCard.astro
│ │ └── Title.astro
│ ├── layouts/
│ │ └── Layout.astro
│ ├── pages/
│ │ └── index.astro
├── public/
│ ├── favicon.svg
│ ├── design.svg
│ ├── dragon.png
│ ├── email.svg
│ ├── external-link.svg
│ ├── database.svg
│ └── server.svg
├── astro.config.mjs
├── package.json
├── .gitignore
├── README.md
└── tsconfig.json
```

## Components

**Button:**
```

```

**Title:**
```

```

**SkillCard:**
```

```

**ProjectCard:**
```

```

## Deploy
You can deploy this site on your favorite static hosting service such as Vercel, Netlify, GitHub Pages, etc.