Skip to content

Commit

Permalink
Merge PR 63
Browse files Browse the repository at this point in the history
Merge pull request to upgrade hugo version
  • Loading branch information
floryn90 authored Dec 10, 2023
2 parents 8a12d1a + 17334f2 commit 24be941
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: hugo
uses: floryn90/[email protected]
uses: klakegg/[email protected]
```

Find out more in [floryn90/actions-hugo](https://github.com/floryn90/actions-hugo).
Find out more in [klakegg/actions-hugo](https://github.com/klakegg/actions-hugo).


### Travis CI
Expand Down Expand Up @@ -151,7 +151,7 @@ docker run --rm -it \

The extended edition is used in those images containing `ext` in the name. Except use of extended edition and additional tools are those images exactly the same as those using the normal edition.

Table of Hugo extention features and the version when images first support the feature:
Table of Hugo extension features and the version when images first support the feature:

| Feature | Alpine | Debian | Ubuntu |
| ------------- | ------ | ------ | ------ |
Expand Down Expand Up @@ -204,7 +204,7 @@ Hugo images with Pandoc support are made available for users wanting to use Pand

[Hugo triggers Pandoc](https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers) with `pandoc --mathjax`.
Some users may want to use other arguments, so to accommodate such a need is an alias `pandoc` created with the content of `HUGO_PANDOC` (default: `pandoc-default`) upon initiation.
The `pandoc` executable is renamed to `pandoc-default` as a new `pandoc` script is provided to hanle the `HUGO_PANDOC` evironment variable.
The `pandoc` executable is renamed to `pandoc-default` as a new `pandoc` script is provided to handle the `HUGO_PANDOC` environment variable.

Example of explicit setting `pandoc` alias:

Expand Down
2 changes: 1 addition & 1 deletion doc/changelog/0.121.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## :heartbeat: Updates

* Hugo: [`0.121.0`](https://github.com/floryn90/docker-hugo/releases/tag/0.121.0) => `0.121.1`
* Hugo: [`0.121.1`](https://github.com/floryn90/docker-hugo/releases/tag/0.121.1) => `0.121.1`


## Docker images
Expand Down
2 changes: 2 additions & 0 deletions doc/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Default minimal image based upon [Busybox](https://hub.docker.com/r/_/busybox/):
* Aliases: `latest`, `busybox`, `busybox-ci`, `ci`, `busybox-onbuild`, `onbuild`
<!-- * Hugo NEXT: `NEXT-busybox`, `NEXT`, `NEXT-busybox-ci`, `NEXT-ci`, `NEXT-busybox-onbuild`, `NEXT-onbuild` -->
* Hugo 0.121.1: `0.121.1-busybox`, `0.121.1`, `0.121.1-busybox-ci`, `0.121.1-ci`, `0.121.1-busybox-onbuild`, `0.121.1-onbuild`
* Hugo 0.121.1: `0.121.1-busybox`, `0.121.1`, `0.121.1-busybox-ci`, `0.121.1-ci`, `0.121.1-busybox-onbuild`, `0.121.1-onbuild`
* Hugo 0.121.0: `0.121.0-busybox`, `0.121.0`, `0.121.0-busybox-ci`, `0.121.0-ci`, `0.121.0-busybox-onbuild`, `0.121.0-onbuild`
* Hugo 0.120.4: `0.120.4-busybox`, `0.120.4`, `0.120.4-busybox-ci`, `0.120.4-ci`, `0.120.4-busybox-onbuild`, `0.120.4-onbuild`
* Hugo 0.120.3: `0.120.3-busybox`, `0.120.3`, `0.120.3-busybox-ci`, `0.120.3-ci`, `0.120.3-busybox-onbuild`, `0.120.3-onbuild`
Expand Down Expand Up @@ -58,6 +59,7 @@ Minimal image based upon [Alpine](https://hub.docker.com/r/_/alpine/):
* Aliases: `alpine`, `alpine-ci`, `alpine-onbuild`, `ext-alpine`, `ext-alpine-ci`, `ext-alpine-onbuild`
<!-- * Hugo NEXT: `NEXT-alpine`, `NEXT-alpine-ci`, `NEXT-alpine-onbuild`, `NEXT-ext-alpine`, `NEXT-ext-alpine-ci`, `NEXT-ext-alpine-onbuild` -->
* Hugo 0.121.1: `0.121.1-alpine`, `0.121.1-alpine-ci`, `0.121.1-alpine-onbuild`, `0.121.1-ext-alpine`, `0.121.1-ext-alpine-ci`, `0.121.1-ext-alpine-onbuild`
* Hugo 0.121.1: `0.121.1-alpine`, `0.121.1-alpine-ci`, `0.121.1-alpine-onbuild`, `0.121.1-ext-alpine`, `0.121.1-ext-alpine-ci`, `0.121.1-ext-alpine-onbuild`
* Hugo 0.121.0: `0.121.0-alpine`, `0.121.0-alpine-ci`, `0.121.0-alpine-onbuild`, `0.121.0-ext-alpine`, `0.121.0-ext-alpine-ci`, `0.121.0-ext-alpine-onbuild`
* Hugo 0.120.4: `0.120.4-alpine`, `0.120.4-alpine-ci`, `0.120.4-alpine-onbuild`, `0.120.4-ext-alpine`, `0.120.4-ext-alpine-ci`, `0.120.4-ext-alpine-onbuild`
* Hugo 0.120.3: `0.120.3-alpine`, `0.120.3-alpine-ci`, `0.120.3-alpine-onbuild`, `0.120.3-ext-alpine`, `0.120.3-ext-alpine-ci`, `0.120.3-ext-alpine-onbuild`
Expand Down

0 comments on commit 24be941

Please sign in to comment.