Skip to content

Commit 4595a8a

Browse files
Update Readme
1 parent a8b9cdf commit 4595a8a

File tree

1 file changed

+2
-53
lines changed

1 file changed

+2
-53
lines changed

README.md

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,3 @@
1-
# Astro Starter Kit: Blog
1+
# WDS Official Blog
22

3-
```
4-
npm init astro -- --template blog
5-
```
6-
7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog)
8-
9-
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
10-
11-
Features:
12-
13-
- ✅ SEO-friendly setup with canonical URLs and OpenGraph data
14-
- ✅ Full Markdown support
15-
- ✅ RSS 2.0 generation
16-
- ✅ Sitemap.xml generation
17-
18-
## 🚀 Project Structure
19-
20-
Inside of your Astro project, you'll see the following folders and files:
21-
22-
```
23-
/
24-
├── public/
25-
│ ├── robots.txt
26-
│ └── favicon.ico
27-
├── src/
28-
│ ├── components/
29-
│ │ └── Tour.astro
30-
│ └── pages/
31-
│ └── index.astro
32-
└── package.json
33-
```
34-
35-
Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
36-
37-
There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
38-
39-
Any static assets, like images, can be placed in the `public/` directory.
40-
41-
## 🧞 Commands
42-
43-
All commands are run from the root of the project, from a terminal:
44-
45-
| Command | Action |
46-
|:---------------- |:-------------------------------------------- |
47-
| `npm install` | Installs dependencies |
48-
| `npm run dev` | Starts local dev server at `localhost:3000` |
49-
| `npm run build` | Build your production site to `./dist/` |
50-
| `npm run preview` | Preview your build locally, before deploying |
51-
52-
## 👀 Want to learn more?
53-
54-
Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat).
3+
This is the repo for the official [Web Dev Simplified Blog](https://blog.webdevsimplified.com).

0 commit comments

Comments
 (0)