Skip to content

Commit

Permalink
feat(post): Add BQ chunk post
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusElwin committed Oct 25, 2023
1 parent 75a7cb9 commit fc52da2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@ typos ./ds-with-mac/content/
```sh
# correct typos in folder
typos ./ds-with-mac/content/ -w
```

### Creating posts
```sh
# create new post
hugo new posts/<name>/index.md
```

```sh
# server website locally
hugo server
```

0 comments on commit fc52da2

Please sign in to comment.