Skip to content

Commit

Permalink
docs: add running docs instruction to CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
alcpereira authored and dlvhdr committed Nov 9, 2024
1 parent aac01da commit 9c9cf8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ import "log"
log.Printf("Some message with a variable %v\n", someVariable)
```

### Running the docs locally

- Check the current Hugo version in the [workflow file](./.github/workflows/hugo.yaml)
- Install correct Hugo Extended version using the [official installation guide](https://gohugo.io/getting-started/installing/)
- Check the Hugo version using `hugo version`
- Go to the `docs/` directory using `cd docs`
- Install the Hugo mods using `hugo mod get`
- Run the Hugo server using `hugo server`

### Your PR is merged!

Congratulations :tada::tada:

0 comments on commit 9c9cf8b

Please sign in to comment.