pixlsus / website

The PIXLS.US website

Home Page:https://pixls.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make an epub out of all the articles

paperdigits opened this issue · comments

commented

As per a request in the discuss section of the website, produce an epub of all the content articles. I'm looking into https://github.com/arve0/metalsmith-pandoc to get that done. It'd require pandoc to be installed to build the epub.

commented

the metalsmith-pandoc plugin didn't work as I thought it would. I'm open to any other ideas. I can always write a shell script to traverse the articles folder and make an epub that way.

Not sure - what exactly failed on metalsmith-pandoc?
We can also create an articles collection if we want to have them available to output in the build process.

I can look at metalsmith-pandoc later also (maybe next week).

commented

All I tried to do with metalsmith-pandoc was run a regex inside the articles folder looking for *.md files, but I couldn't coax the plugin into giving me any logging.