Skip to content

Commit

Permalink
chore: update hugo and blowfish theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcook committed Jan 30, 2025
1 parent e08923c commit 671312b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@ Can find the maximum Hugo version in the file [./themes/blowfish/config.toml](./

Can then install this version of Hugo with the following steps:

1. Download the release from here: <https://github.com/gohugoio/hugo/releases>
1. Download the release from here: <https://github.com/gohugoio/hugo/releases> – make sure to download the "hugo-extended" asset
2. Extract
3. Move the `hugo` executable to `~/.local/bin/`
4. May need to all use of the downloaded binary in System Settings/Security
4. May need to allow use of the downloaded binary in System Settings/Security

Finally, set the desired version of Hugo in the [netlify.toml](./netlify.toml) and GitHub Actions [workflow](.github/workflows/gh-pages.yaml)

Last performed:

- January 30, 2024
- Hugo version: 1.142.0
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles

enableRobotsTXT = true
paginate = 10
pagination.pagerSize = 10
summaryLength = 0

buildDrafts = false
Expand Down

0 comments on commit 671312b

Please sign in to comment.