diff --git a/Dockerfile b/Dockerfile index 57c8e14..fec2c92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.adoc b/README.adoc index 3973d2e..69bbdc0 100644 --- a/README.adoc +++ b/README.adoc @@ -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 diff --git a/asciidoctor-html5s b/asciidoctor-html5s deleted file mode 100755 index f19ba10..0000000 --- a/asciidoctor-html5s +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -/usr/sbin/asciidoctor -r asciidoctor-html5s -b html5s "$@"