style: prettier formatting
parent
7c716c130d
commit
f8b985d60b
|
@ -4,3 +4,4 @@ _site/
|
|||
node_modules/
|
||||
package-lock.json
|
||||
debug.log
|
||||
CHANGELOG.md
|
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,21 @@
|
|||
Commit: 2d8cd50
|
||||
Author: Rowan Clark
|
||||
Mon Nov 7 00:23:49 2022
|
||||
Commit subject:
|
||||
style: prettier formatting
|
||||
|
||||
Commit: 7c716c1
|
||||
Author: Rowan Clark
|
||||
Mon Nov 7 00:08:41 2022
|
||||
Commit subject:
|
||||
chore: add Cl and ToC to readme
|
||||
|
||||
Commit: a74e53f
|
||||
Author: Rowan Clark
|
||||
Mon Nov 7 00:04:48 2022
|
||||
Commit subject:
|
||||
chore: add changelog
|
||||
|
||||
Commit: 31c5023
|
||||
Author: Rowan Clark
|
||||
Mon Nov 7 00:02:51 2022
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
![Commit Activity /month](https://img.shields.io/github/commit-activity/m/crimsontome/crimsontome-blog)
|
||||
![Last git commit](https://img.shields.io/github/last-commit/crimsontome/crimsontome-blog)
|
||||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
|
||||
|
||||
- [CrimsonTome's Blog](#crimsontomes-blog)
|
||||
- [Development](#development)
|
||||
- [Building](#building)
|
||||
|
@ -19,6 +20,7 @@
|
|||
- [Contributing](#contributing)
|
||||
- [Changelog](#changelog)
|
||||
- [License](#license)
|
||||
|
||||
## Development
|
||||
|
||||
- clone the repo
|
||||
|
@ -70,8 +72,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information on adding to this reposit
|
|||
|
||||
## Changelog
|
||||
|
||||
Run `./changelog` to generate the changelog after your commit, then `git add . && git commit --amend --no-edit
|
||||
` to generate the changelog
|
||||
Run `./changelog` to generate the changelog after your commit, then `git add . && git commit --amend --no-edit ` to generate the changelog
|
||||
The changelog is available [here](CHANGELOG.md)
|
||||
|
||||
## License
|
||||
|
|
|
@ -19,7 +19,7 @@ A list of hardware and software I use
|
|||
- 1366 x 768 15 inch display
|
||||
- TOSHIBA 1TB HDD
|
||||
- Crucial 1TB NVMe SSD
|
||||
|
||||
|
||||
### Desktop - Custom build in progress
|
||||
|
||||
- AMD Ryzen 7 5800X
|
||||
|
|
Loading…
Reference in New Issue