hugo-asciidoc-docker-ci/README.adoc
Marko Korhonen 72b25e2b0e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Remove asciidoctor-html5s script
Hugo has a way to to define the backend in the site configuration.
See: https://git.korhonen.cc/FunctionalHacker/korhonen.cc/src/branch/main/config/_default/markup.toml
2024-02-03 19:40:14 +02:00

24 lines
771 B
Text

= Docker image to build Hugo sites in a CI environment
image::https://ci.korhonen.cc/api/badges/17/status.svg[link="https://ci.korhonen.cc/repos/17"]
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
*** link:https://github.com/jirutka/asciidoctor-html5s[AsciiDoctor html5s backend]
** go
** Rouge syntax highlighter
** npm and nodejs
** git
== Installation
See https://git.korhonen.cc/FunctionalHacker/-/packages/container/hugo-asciidoc-docker-ci/latest