Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Dec 15, 2023
1 parent 995dfdb commit 2df78d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Install [Hugo](https://github.com/gohugoio/hugo#installation)

## How to Use
## Usage

Generate the site:
```bash
Expand All @@ -13,7 +13,12 @@ hugo

Generate the site and open a live reload web server:
```bash
hugo -d
hugo server
```

Include draft posts in the output:
```bash
hugo -D
```

Deploys happen on push to the `prod` branch via Github Actions
24 changes: 0 additions & 24 deletions deploy

This file was deleted.

0 comments on commit 2df78d4

Please sign in to comment.