Hugo Docker

screenshot of Hugo Docker
hugo

Hugo Docker

A Docker image for Hugo, the static-site generator. This image focuses on a CI use-case, not production. Includes HTMLProofer for testing.

Overview:

HubCI is a Docker image for Hugo, a static-site generator. It includes HTMLProofer for testing purposes and is hosted on Docker Hub. This Docker image is primarily designed to be used as a base image on CircleCI for building, testing, and deploying Hugo-based websites. The goal is to expand its usability for local testing and build/test/deploy on other CI providers in the future.

Features:

  • Docker image for Hugo static-site generator
  • Includes HTMLProofer for testing
  • Designed for use on CircleCI for building, testing, and deploying Hugo-based websites
  • Potential for future compatibility with other CI providers
hugo
Hugo

Hugo is an open-source static site generator that features fast build times, flexible themes, support for multiple content formats, multilingual websites, live reloading, and an active community. It allows developers to easily create and deploy SEO-friendly and mobile-responsive websites.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.