You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-43Lines changed: 5 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,44 +1,8 @@
1
-
# Astro Starter Kit: Blog
1
+
# Wiringbits website & blog
2
2
3
-
```sh
4
-
npm create astro@latest -- --template blog
5
-
```
3
+
This is the website & blog for [Wiringbits](https://wiringbits.net).
6
4
7
-
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
8
-
9
-
Features:
10
-
11
-
- ✅ Minimal styling (make it your own!)
12
-
- ✅ 100/100 Lighthouse performance
13
-
- ✅ SEO-friendly with canonical URLs and OpenGraph data
14
-
- ✅ Sitemap support
15
-
- ✅ RSS Feed support
16
-
- ✅ Markdown & MDX support
17
-
18
-
## 🚀 Project Structure
19
-
20
-
Inside of your Astro project, you'll see the following folders and files:
21
-
22
-
```text
23
-
├── public/
24
-
├── src/
25
-
│ ├── components/
26
-
│ ├── content/
27
-
│ ├── layouts/
28
-
│ └── pages/
29
-
├── astro.config.mjs
30
-
├── README.md
31
-
├── package.json
32
-
└── tsconfig.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
-
The `src/content/` directory contains "collections" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.
40
-
41
-
Any static assets, like images, can be placed in the `public/` directory.
5
+
It is powered by [Astro](https://astro.build/).
42
6
43
7
## 🧞 Commands
44
8
@@ -52,10 +16,8 @@ All commands are run from the root of the project, from a terminal:
52
16
|`npm run preview`| Preview your build locally, before deploying |
53
17
|`npm run astro ...`| Run CLI commands like `astro add`, `astro check`|
54
18
|`npm run astro -- --help`| Get help using the Astro CLI |
55
-
56
-
## 👀 Want to learn more?
57
-
58
-
Check out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
0 commit comments