https://github.com/sudo-self/astro-site
Open Source Website
https://github.com/sudo-self/astro-site
Last synced: 11 months ago
JSON representation
Open Source Website
- Host: GitHub
- URL: https://github.com/sudo-self/astro-site
- Owner: sudo-self
- Created: 2023-09-26T13:17:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T05:03:44.000Z (over 2 years ago)
- Last Synced: 2025-01-24T14:47:06.103Z (over 1 year ago)
- Language: Astro
- Homepage: https://astro.jessejesse.com
- Size: 852 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```
/
├── public/
│ └── favicon.ico
├── src/
│ ├── components/
│ │ └── Layout.astro
│ │ └── allOfThem
│ ├── icons/
│ │ └── Icons.astro
│ ├── images/
│ │ └── avatar.jpg
│ └── pages/
│ └── index.astro
│ └── aboutme.astro
│ └── postlist.astro
│ └── styles/
│ └── base.css
└── tailwind.config.js
└── package.json
```