No description
Find a file
Marko Korhonen 2f906b923a
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Add woodpecker pipeline
2024-01-27 22:01:02 +02:00
.dockerignore Add note about installation, add .dockerignore 2024-01-27 21:45:49 +02:00
.woodpecker.yml Add woodpecker pipeline 2024-01-27 22:01:02 +02:00
Dockerfile Separate dependencies to their own layers 2024-01-27 21:59:25 +02:00
README.adoc Add git 2024-01-27 21:50:39 +02:00

Docker image to build Hugo sites in a CI environment

I created this image because all of the current options for building my Hugo sites in a CI environment were either missing some dependencies needed for my site or the contained Hugo version was too old.

Features

  • Based on the official Arch Linux image

  • Included dependencies (latest versions available for Arch Linux at build time)

    • Hugo

    • AsciiDoctor

    • go

    • Rouge syntax highlighter

    • npm and nodejs

    • git