Skip to content

Commit

Permalink
Merge pull request #89 from carmenbianca/update-hugo
Browse files Browse the repository at this point in the history
Update Hugo to v0.125
  • Loading branch information
carmenbianca authored Aug 22, 2024
2 parents 3d751d0 + 80df93c commit 69d1991
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ steps:
image: plugins/hugo
settings:
source: site
hugo_version: 0.98.0
hugo_version: 0.125.4
validate: false

# Build and deploy Docker
Expand Down Expand Up @@ -63,6 +63,6 @@ volumes:
path: /run/user/1001/docker.sock
---
kind: signature
hmac: 342d3cd8a5e9a64733e7e0c695532a4e5d4ef94c137d78d0ef2a9e02534224fb
hmac: 4f8188b5f7ce1e04843b5534f6ec240142f0b66c8c02a50c97335feaf5088abc

...
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN sed -i -r 's/#LoadModule expires_module/LoadModule expires_module/' /opt/bit
# Development Preparation: run po4a and hugo
# =============================================================================

FROM alpine:3.16 as dev-prep
FROM alpine:3.20 as dev-prep

# Dependencies
RUN apk --no-cache add bash perl-yaml-tiny po4a hugo python3 diffutils
Expand Down
3 changes: 2 additions & 1 deletion site/content/en/spec-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

title: "REUSE Specification – Version 3.2"
subtitle: "2024-07-03"
aliases: ["/spec"]
aliases:
- "/spec"
---

This specification defines a standardised method for declaring copyright and
Expand Down
1 change: 0 additions & 1 deletion site/content/en/spec-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

title: "REUSE Specification – Version 3.3 (UNRELEASED)"
subtitle: "YYYY-MM-DD"
# aliases: ["/spec"]
---

This specification defines a standardised method for declaring copyright and
Expand Down

0 comments on commit 69d1991

Please sign in to comment.