update readme
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Has been cancelled
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Has been cancelled
This commit is contained in:
parent
3677ba719a
commit
fff4fc5ca5
1 changed files with 18 additions and 11 deletions
27
README.md
27
README.md
|
@ -1,20 +1,27 @@
|
||||||
# hugo extended
|
# Hugo Extended CI Container
|
||||||
|
|
||||||
Contains NodeJS, yarn, pnpm, npm
|
Contains NodeJS, yarn, pnpm, npm
|
||||||
|
|
||||||
latest docker container contains:
|
|
||||||
|
|
||||||
|
|
||||||
Specific tag versions follow this definition:
|
Specific tag versions follow this definition:
|
||||||
`hugo version`-`node vesion`-`go vesion`
|
extended-`hugo version`-`node vesion`-`go vesion`
|
||||||
|
eg.
|
||||||
|
```
|
||||||
|
git.myco.systems/mycosystems/hugo-ci:extended-0.126.3-22-1.22.3
|
||||||
|
```
|
||||||
|
|
||||||
# To use
|
# To use
|
||||||
|
|
||||||
Run the following in your hugo directory: `docker run -v .:/home/app -ti --network=host betterweb/hugo:latest`
|
Run the following in your hugo directory:
|
||||||
To also host locally: `docker run -p 1313:1313 -v .:/home/app -ti --network=host betterweb/hugo:latest`
|
```
|
||||||
|
docker run -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:extended-latest
|
||||||
|
```
|
||||||
|
To also host locally:
|
||||||
|
```
|
||||||
|
docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:extended-latest
|
||||||
|
```
|
||||||
|
|
||||||
# Links
|
# Links
|
||||||
|
|
||||||
[Docker](https://hub.docker.com/r/betterweb/hugo)
|
~~[Docker](https://hub.docker.com/r/betterweb/hugo)~~
|
||||||
[Github](https://github.com/BetterCorp/hugo)
|
~~[Github](https://github.com/BetterCorp/hugo)~~
|
||||||
|
[MycoSystems Packages](https://git.myco.systems/mycosystems/-/packages/container/hugo-ci/versions)
|
Loading…
Add table
Reference in a new issue