Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slydragonn/minimalist-dragon
- Owner: slydragonn
- License: mit
- Created: 2024-09-03T00:51:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T18:56:12.000Z (5 months ago)
- Last Synced: 2024-11-21T22:42:05.654Z (3 months ago)
- Topics: astro, minimalist, portfolio, portfolio-website, theme
- Language: Astro
- Homepage: https://minimalist-dragon.vercel.app
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.