Remove asciidoctor-html5s script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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
This commit is contained in:
Marko Korhonen 2024-02-03 19:38:19 +02:00
parent 030a016b69
commit 72b25e2b0e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 1 additions and 7 deletions

View file

@ -17,6 +17,3 @@ RUN pacman -S ruby-rouge --noconfirm
RUN pacman -S npm --noconfirm
RUN pacman -S git --noconfirm
RUN pacman -S ruby-asciidoctor-html5s --noconfirm
# Add script to run asciidoctor with html5s backend
COPY ./asciidoctor-html5s /usr/local/sbin/asciidoctor

View file

@ -13,7 +13,7 @@ was too old.
* Included dependencies (latest versions available for Arch Linux at build time)
** Hugo
** AsciiDoctor
*** Uses link:https://github.com/jirutka/asciidoctor-html5s[AsciiDoctor html5s backend] by default
*** link:https://github.com/jirutka/asciidoctor-html5s[AsciiDoctor html5s backend]
** go
** Rouge syntax highlighter
** npm and nodejs

View file

@ -1,3 +0,0 @@
#!/bin/sh
/usr/sbin/asciidoctor -r asciidoctor-html5s -b html5s "$@"