caltechlibrary / mkpage

MkPage Project includes tools for rendering static websites including a Pandoc preprocessor
https://caltechlibrary.github.io/mkpage
Other
9 stars 1 forks source link

mkpage should integrate with Pandoc in server mode #22

Open rsdoiel opened 9 months ago

rsdoiel commented 9 months ago

mkpage should integrate with Pandoc Server as a performance option. The problem in Pandoc in server mode doesn't support sub templates (partials) since it can only process the template passed to it in the POST. If mkpage could parse the template before making the post and render the sub templates then mkpage could be integrated with Pandoc server to provide a fast rendering experience without loosing support for sub templates.