deno-asciidoctor-server is a minimal server built with Deno that serves Asciidoc documents as HTML
I’ve made an "always-fresh" Deno port of Asciidoctor.js to make this project possible. Make sure to check out the port here.
Table of Contents
-
Can be compiled to a self-contained executable
-
Serve Asciidoc documents as HTML
-
Directory indexes
-
Live-reload on save
deno install --allow-net --allow-read -n deno-asciidoctor-server https://cdn.jsdelivr.net/gh/fardjad/deno-asciidoctor-server/app.ts
-
Clone the repository
-
Run
pre-commit install
to install/configure git hooks -
Make your changes and submit a PR