2024-06-04 17:11:03 -04:00
|
|
|
# Hugo Extended CI Container
|
2023-07-25 11:51:07 +02:00
|
|
|
|
2024-06-08 05:45:07 -04:00
|
|
|
Based on alpine:3.20
|
2024-06-04 21:44:15 -04:00
|
|
|
|
2024-06-07 17:25:46 -04:00
|
|
|
Contains nodejs, hugo, npm, rsync
|
2023-07-25 11:51:07 +02:00
|
|
|
|
2024-06-04 21:44:15 -04:00
|
|
|
## To use
|
2023-07-25 11:51:07 +02:00
|
|
|
|
2024-06-04 17:11:03 -04:00
|
|
|
Run the following in your hugo directory:
|
|
|
|
```
|
2024-06-08 05:44:25 -04:00
|
|
|
docker run -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest
|
2024-06-04 17:11:03 -04:00
|
|
|
```
|
|
|
|
To also host locally:
|
|
|
|
```
|
2024-06-08 05:44:25 -04:00
|
|
|
docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest
|
2024-06-04 17:11:03 -04:00
|
|
|
```
|
2023-07-25 13:49:22 +02:00
|
|
|
|
2024-06-04 21:44:15 -04:00
|
|
|
## Links
|
2023-07-25 13:49:22 +02:00
|
|
|
|
2024-06-07 04:22:22 -04:00
|
|
|
- ~~[BetterWeb Docker](https://hub.docker.com/r/betterweb/hugo)~~
|
|
|
|
|
|
|
|
- ~~[BeterCorp Github](https://github.com/BetterCorp/hugo)~~
|
|
|
|
|
|
|
|
- [MycoSystems Packages](https://git.myco.systems/mycosystems/-/packages/container/hugo-ci/versions)
|