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
29
README.md
29
README.md
|
@ -1,20 +1,27 @@
|
|||
# hugo extended
|
||||
|
||||
Contains NodeJS, yarn, pnpm, npm
|
||||
|
||||
latest docker container contains:
|
||||
# Hugo Extended CI Container
|
||||
|
||||
Contains NodeJS, yarn, pnpm, npm
|
||||
|
||||
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
|
||||
|
||||
Run the following in your hugo directory: `docker run -v .:/home/app -ti --network=host betterweb/hugo:latest`
|
||||
To also host locally: `docker run -p 1313:1313 -v .:/home/app -ti --network=host betterweb/hugo:latest`
|
||||
|
||||
Run the following in your hugo directory:
|
||||
```
|
||||
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
|
||||
|
||||
[Docker](https://hub.docker.com/r/betterweb/hugo)
|
||||
[Github](https://github.com/BetterCorp/hugo)
|
||||
~~[Docker](https://hub.docker.com/r/betterweb/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