danielfrg / pelican-jupyter

Pelican plugin for blogging with Jupyter/IPython Notebooks
Apache License 2.0
423 stars 105 forks source link

ipynb-meta files require slug field to be detected by markup.py #40

Closed sornars closed 8 years ago

sornars commented 8 years ago

Not all blogs care to slugify their URLs and are happy to use the title of the post as the URL. Currently markup.py does not process .ipynb-meta files unless they have the slug field present and assumes that the post is using liquid tags instead, forcing the user to use the .md extension for their ipython notebook metadata and raising an exception during the build process.

I believe that using the slug field should be optional.