Skip to content

Commit

Permalink
Bump Hugo version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBabin authored Mar 14, 2024
2 parents 2e6cc17 + d332dba commit 9aa185b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
11 changes: 4 additions & 7 deletions Dockerfile-publish
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM klakegg/hugo:0.101.0-ext-alpine as docsy
FROM hugomods/hugo:exts-0.123.8 as docsy

RUN apk update
RUN apk add git
COPY . /app/
WORKDIR /app/
COPY . /src
WORKDIR /src
RUN npm install --production=false
RUN git config --global --add safe.directory /app/

CMD ["serve", "--cleanDestinationDir", "--themesDir", "../..", "--disableFastRender", "--ignoreCache", "--watch"]
CMD [ "hugo", "server", "--themesDir", "../..", "--disableFastRender", "--renderToMemory", "--bind", "0.0.0.0" ]
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ id = "UA-00000000-0"
[languages]
[languages.en]
title = "Score"
description = "Score is platform-agnostic specification for defining environment configuration for cloud based workloads"
languageName = "English"
# Weight used for sorting.
weight = 1

[languages.en.params]
description = "Score is platform-agnostic specification for defining environment configuration for cloud based workloads"

[markup]
[markup.goldmark]
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"description": "Score technical documentation.",
"devDependencies": {
"autoprefixer": "^10.4.0",
"hugo-extended": "^0.103.1",
"lunr": "^2.3.9",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0"
"lunr": "^2.3.9"
},
"homepage": "https://github.com/score-spec/docs#readme",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9aa185b

Please sign in to comment.