Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
infwinston authored Sep 10, 2024
1 parent c620c52 commit 022d769
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ which will replace the css files in the `_site/assets/css/` folder with the purg
We will write blog posts in the distill format. See [this example](https://alshedivat.github.io/al-folio/blog/2021/distill/) for an example, and [this template](https://github.com/alshedivat/al-folio/blob/master/_posts/2018-12-22-distill.md?plain=1) for code.

This template was taken from [AI-Folio](https://github.com/alshedivat/al-folio).

## Commands

Format the code
```
npx prettier . --write
```

0 comments on commit 022d769

Please sign in to comment.