Skip to content

Commit

Permalink
Merge pull request #18 from skrysmanski/feature/update-hugo
Browse files Browse the repository at this point in the history
Update Hugo to 0.127.0
  • Loading branch information
skrysmanski authored Jun 8, 2024
2 parents ecc6c6e + 7a78208 commit d0cc500
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ env:
# NOTE: It sometimes happens that new Hugo versions break the site. So I've decided to always
# "pin" the Hugo version (instead of using the latest version). This way, the Hugo version
# can be updated with a pull request where I can test the new version.
# IMPORTANT: Always use a pull request to update the Hugo version to be able to fix all problems
# IMPORTANT: Always USE A PULL REQUEST TO UPDATE THE HUGO VERSION to be able to fix all problems
# before pushing the result to production!!!
HUGO_VERSION: 0.125.0
HUGO_VERSION: 0.127.0

# Set "DEPLOY_STATE" to "production" if this workflow was triggered by a push to the main branch.
# Set "DEPLOY_STATE" to "preview" in any other case (i.e. pull requests).
Expand Down
7 changes: 7 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ markup:
# See: https://discourse.gohugo.io/t/nesting-shortcodes-and-markdown/40928/5
# NOTE: "Using the unsafe option is only unsafe if you are not in control of the content that is created on your site."
unsafe: true
extensions:
# https://gohugo.io/getting-started/configuration-markup/#extras-extension
extras:
subscript:
enable: true
superscript:
enable: true

# TOC: https://gohugo.io/getting-started/configuration-markup/#table-of-contents
tableOfContents:
Expand Down
2 changes: 1 addition & 1 deletion themes/devlog-theme

0 comments on commit d0cc500

Please sign in to comment.