Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/bump-hugo-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
craigcomstock

branch: hugo-version-update-${{ steps.fetch_hugo_version.outputs.version }}
sign-commits: true
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:18-alpine AS build
ARG GITHUB_USERNAME_TOKEN
WORKDIR /build-website
ADD https://github.com/gohugoio/hugo/releases/download/v0.141.0/hugo_0.141.0_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "aba5615b03fb3f05582d0bd2787164b44723fd1a0901dac48d5e9524cff6e6b9 hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_0.145.0_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "5be7b7d5026d01515685a8aad1ca015133c0569688819f139ae9fb21e33fd9aa hugo.tar.gz" | sha256sum -c
RUN tar -zxvf hugo.tar.gz
COPY package-lock.json package.json ./
RUN npm ci
Expand Down
4 changes: 2 additions & 2 deletions static/js/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"site_admin": false,
"name": "CFEngine",
"company": null,
"blog": "http://cfengine.com/",
"blog": "https://cfengine.com/",
"location": null,
"email": "contact@northern.tech",
"hireable": null,
Expand Down Expand Up @@ -54,7 +54,7 @@
"site_admin": false,
"name": "Nick Anderson",
"company": "@NorthernTechHQ @cfengine @mendersoftware @zenery",
"blog": "http://www.cmdln.org",
"blog": "https://www.cmdln.org",
"location": "Lawrence, KS",
"email": null,
"hireable": null,
Expand Down