style: prettier formatting
parent
7c716c130d
commit
f8b985d60b
|
@ -4,3 +4,4 @@ _site/
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
debug.log
|
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
|
Commit: 31c5023
|
||||||
Author: Rowan Clark
|
Author: Rowan Clark
|
||||||
Mon Nov 7 00:02:51 2022
|
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)
|
![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)
|
![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)
|
[![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)
|
- [CrimsonTome's Blog](#crimsontomes-blog)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Building](#building)
|
- [Building](#building)
|
||||||
|
@ -19,6 +20,7 @@
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [Changelog](#changelog)
|
- [Changelog](#changelog)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
- clone the repo
|
- clone the repo
|
||||||
|
@ -70,8 +72,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information on adding to this reposit
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
Run `./changelog` to generate the changelog after your commit, then `git add . && git commit --amend --no-edit
|
Run `./changelog` to generate the changelog after your commit, then `git add . && git commit --amend --no-edit ` to generate the changelog
|
||||||
` to generate the changelog
|
|
||||||
The changelog is available [here](CHANGELOG.md)
|
The changelog is available [here](CHANGELOG.md)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in New Issue