Skip to content

Commit 8caf5c2

Browse files
committed
readme updated v5.5.5, .vscode files ignored
1 parent 80d3a5a commit 8caf5c2

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ pnpm-debug.log*
2222

2323
# jetbrains setting folder
2424
.idea/
25+
26+
# typescript
27+
*.tsbuildinfo
28+
next-env.d.ts
29+
30+
# VSCode
31+
.vscode

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# AstroLinks - Updated to v5.3.0
1+
# AstroLinks - Updated to v5.5.5
22

33
![Astrolinks Demo Video](/public/astrolinks-demo.gif)
44

5-
A minimalist link-in-bio template for all your social media links, built with Astro and Tailwind CSS, and hosted on GitHub Pages.
5+
A minimalist link-in-bio template for all your social media links, built with Astro v5.5.5, Tailwind CSS and hosted on GitHub Pages.
66

77
This customized Astro starter kit includes Tailwind CSS, Astro Icon support, a light and dark mode toggle and the Typewriter effect, with automated deployment to GitHub Pages.
88

9+
For more details on how I built this, check out the [blog](https://www.jorge-perez.dev/blog/astro-simple-project).
10+
911
## Live Project Via GitHub Pages
1012

1113
[https://jperez00.github.io/astrolinks/](https://jperez00.github.io/astrolinks/)
@@ -46,7 +48,7 @@ This customized Astro starter kit includes Tailwind CSS, Astro Icon support, a l
4648
└── package.json
4749
```
4850

49-
To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/).
51+
To learn more about the folder structure of an Astro project, refer to [this guide on project structure](https://docs.astro.build/en/basics/project-structure/).
5052

5153
## 🧞 Commands
5254

@@ -63,4 +65,4 @@ All commands are run from the root of the project, from a terminal:
6365

6466
## 👀 Want to learn more?
6567

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

0 commit comments

Comments
 (0)