Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm authored Sep 8, 2024
1 parent 1ed104c commit e7e53d4
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# salm.dev

This is my personal website, built with [Astro](https://astro.build).

Inspired by [Nick Winans](https://github.com/Nicell)!

[![wakatime](https://wakatime.com/badge/user/66fd5568-da32-466f-8a36-c16978837bac/project/37b22ca2-f72b-4646-80a0-1fc8c3f740d9.svg)](https://wakatime.com/badge/user/66fd5568-da32-466f-8a36-c16978837bac/project/37b22ca2-f72b-4646-80a0-1fc8c3f740d9)
This is my personal site, built with [Astro](https://astro.build)!

## πŸš€ Project Structure

Inside of your Astro project, you'll see the following folders and files:
Inside of this Astro project, you'll see the following folders and files:

```
/
β”œβ”€β”€ public/
β”‚ β”œβ”€β”€ fonts/
β”‚ β”œβ”€β”€ resume.pdf
β”‚ └── favicon.ico
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ components/
β”‚ β”‚ └── Layout.astro
β”‚ β”‚ └── Theme.astro
β”‚ β”œβ”€β”€ styles/
β”‚ β”‚ └── blog.css
β”‚ └── pages/
β”‚ └── blog/
β”‚ └── index.astro
β”‚ └── blog.astro
β”‚ └── 404.astro
└── package.json
```

Expand All @@ -41,4 +44,4 @@ All commands are run from the root of the project, from a terminal:

## πŸ‘€ Want to learn more?

Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
Feel free to check [Astro documentation](https://docs.astro.build) or jump into the Astro [Discord server](https://astro.build/chat).

0 comments on commit e7e53d4

Please sign in to comment.