Initial commit

This commit is contained in:
Marko Korhonen 2024-01-27 21:35:51 +02:00
commit 2b80eababc
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 24 additions and 0 deletions

16
README.adoc Normal file
View file

@ -0,0 +1,16 @@
= 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