Skip to content

Commit

Permalink
Fix hugo issues (#21)
Browse files Browse the repository at this point in the history
* Fix hugo issues

* adjust hugo version

* fix time
  • Loading branch information
shibumi authored Jul 8, 2024
1 parent 05b865e commit 3183a57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/events/sre-munich-summer-event-2024.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SRE Munich at Celonis 2024"
date: 2024-07-08T12:44:21Z
date: 2024-07-07T07:30:00+02:00
draft: false
---

Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ publish = "public"
command = "hugo --gc --minify"

[context.production.environment]
HUGO_VERSION = "0.109.0"
HUGO_VERSION = "0.126.2"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

[context.deploy-preview.environment]
HUGO_VERSION = "0.109.0"
HUGO_VERSION = "0.126.2"
HUGO_ENABLEGITINFO = "true"

[[headers]]
Expand Down
Binary file modified static/slides/Navigating_Nuances_GitOps_Enterprise.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion themes/blowfish
Submodule blowfish updated 1934 files

0 comments on commit 3183a57

Please sign in to comment.