Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourjuaneight/docker-hugo-testing
👷🏽♂️ Docker base image that includes Hugo, npm, PostCSS, and Chrome for E2E testing.
https://github.com/fourjuaneight/docker-hugo-testing
chrome docker hugo postcss
Last synced: about 1 month ago
JSON representation
👷🏽♂️ Docker base image that includes Hugo, npm, PostCSS, and Chrome for E2E testing.
- Host: GitHub
- URL: https://github.com/fourjuaneight/docker-hugo-testing
- Owner: fourjuaneight
- License: mit
- Created: 2020-04-15T21:40:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T18:09:43.000Z (6 months ago)
- Last Synced: 2024-06-25T20:00:48.453Z (6 months ago)
- Topics: chrome, docker, hugo, postcss
- Language: Dockerfile
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hugo (Extended) + Testing
Docker image derived from Alpine Linux that includes [Hugo](https://gohugo.io/) and [PostCSS](https://github.com/postcss/postcss). Enables building Hugo-based static sites that may include [Hugo Pipes](https://gohugo.io/hugo-pipes/) as part of the workflow. Usable with Bitbucket Pipelines, Gitlab CI, and other automated deployment tools that support Docker.
Additionally, this image installs Chrome for headless testig via Cypress, Selenium, Puppeteer, Lighthouse, etc.
This image was made specifically for use on a particular type of project. It's meant to enable the use of Hugo Pipes and Sass.
## More
- [Contributing](https://github.com/fourjuaneight/docker-hugo-testing/blob/master/.github/CONTRIBUTING.md)
- [Code of Conduct](https://github.com/fourjuaneight/docker-hugo-testing/blob/master/CODE_OF_CONDUCT.md)
- [Get in touch](https://www.juanvillela.dev)