Skip to content

Commit

Permalink
Note where to find correct version and link to hugo install page
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett authored and asl committed Nov 22, 2024
1 parent 9599511 commit 16fc2c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ point. It contains the meta data that the author of each blog needs to fill out.
The naming convention used for the posts is: `YYYY-MM-DD-name-of-blog.md`.

Once the blog contents have been filled in, the file should be placed under the
`content/post` directory. You can then use hugo to build the blogs and start a
webserver on your local machine to view the content:
`content/post` directory. You can then use [hugo](https://gohugo.io/installation/)
to build the blogs and start a webserver on your local machine to view the content.

You can find the version of Hugo to use in the `main.yaml` file in the
`.github/workflows` directory.

```sh
hugo server -D
Expand Down

0 comments on commit 16fc2c3

Please sign in to comment.