hugo-asciidoc-docker-ci/README.adoc

25 lines
943 B
Plaintext
Raw Normal View History

2024-01-27 21:35:51 +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
*** link:https://github.com/jirutka/asciidoctor-html5s[AsciiDoctor html5s backend]
2024-01-27 21:35:51 +02:00
** go
** Rouge syntax highlighter
** npm and nodejs
2024-01-27 21:49:27 +02:00
** git
== Installation
2024-02-25 12:11:23 +02:00
* link:https://git.korhonen.cc/FunctionalHacker/-/packages/container/hugo-asciidoc-docker-ci/latest[Download Docker image]
2024-02-24 15:31:42 +02:00
2024-02-25 12:11:23 +02:00
* link:https://git.korhonen.cc/FunctionalHacker/korhonen.cc/src/branch/main/.forgejo/workflows/deploy_site.yaml[GitHub/Forgejo/Gitea Actions example usage]. This is how I build and deploy my homepage link://https://korhonen.cc[korhonen.cc].