Skip to content

Commit ea0bc83

Browse files
committed
feat: more stuff for the README
yay
1 parent d80ce62 commit ea0bc83

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# FireIsWebsite
1+
# FireIsREADME
22

33
![GitHub License](https://img.shields.io/github/license/fireisgood/fireis.dev?style=flat-square&color=a31f34)
44
![GitHub last commit](https://img.shields.io/github/last-commit/fireisgood/fireis.dev?style=flat-square)
55
![Website](https://img.shields.io/website?url=http%3A%2F%2Ffireis.dev&style=flat-square)
66

7-
My website! Currently hosted through GitHub Pages via an Action.
7+
My website!
8+
9+
This is just the code behind it. You can check it out at [fireis.dev](https://fireis.dev/) to see what this actually is.
10+
I'm not sure why you would want to look here, but I hope you find what you seek!
811

912
Project structure:
1013

@@ -19,14 +22,18 @@ src/
1922
├── images/
2023
├── layouts/
2124
├── pages/
22-
│ └── blog/
25+
│ ├── blog/
26+
│ └── tools/
2327
└── styles/
2428
```
2529

30+
This site is created with [Astro](https://astro.build/) with many styles from [Pico CSS](https://picocss.com/). I am
31+
currently hosting it through GitHub Pages via an [Action](.github/workflows/deploy.yml).
32+
2633
## Installation
2734

2835
<details>
29-
<summary>...</summary>
36+
<summary>I mean like, if you really want to...</summary>
3037

3138
### Prerequisites
3239

0 commit comments

Comments
 (0)