ggrossetie / asciidoctor-web-pdf

Convert AsciiDoc documents to PDF using web technologies
https://asciidoctor.org
MIT License
450 stars 92 forks source link

Add README to explain how to reproduce examples #457

Closed wh81752 closed 3 years ago

wh81752 commented 3 years ago

I tried to reproduce examples, especially Lea Rumiz's resume. It is not intuitive how to redo, eventually I ended up in:

$> asciidoctor-web-pdf resume.adoc \
  -a stylesheet="style.css"\
  --template-require ./template.js

Perhaps a simple README.md per example would help to clarify how to go ahead.

ggrossetie commented 3 years ago

Perhaps a simple README.md per example would help to clarify how to go ahead.

Yes that's a good idea 👍🏻

ggrossetie commented 3 years ago

fixed in 36b4d59