On Sat, 25 Nov 2023 at 23:27, Peter Teichert <[email protected]> wrote: > > Hello Nikola users > I installed the Asciidoc plugin and followed the instructions for the conf.py > Question is how to write the expected metadata in the post, e.g. date? > Then when building the site the rendering stops at the asciidoc plugin line 64 > p = subprocess.Popen(command, stdin=subprocess.PIPE, stdout=subprocess.PIPE) > > Please, could you assist me in using asciidoc ? > > Thanks, Greetings, Peter
1. Can you show us the full error? 2. Do you have asciidoc or asciidoctor installed? Is it configured in conf.py in the ASCIIDOC_BINARY setting? (The default is to use `asciidoc` from your $PATH) 3. `nikola new_post` can generate the meta block for you if you pass `-f asciidoc` -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7LRchKB%2BJxhZPEJDr%2BabTavgFACriQ-_UeTeuAQfkRyuw%40mail.gmail.com.
