danielfrg / pelican-jupyter

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

The readme Installation need more clarify #79

Closed a358003542 closed 6 years ago

a358003542 commented 6 years ago

Thanks your guys work. I just have tried the project, and found that i do not need to rename the project folder name , just normal import it like another pelican plugin to do as the same.

MARKUP = ('md', 'ipynb')

# the plugin
PLUGIN_PATHS = ['myplugins']

PLUGINS = ['pelican_javascript', 'extract_toc', 'render_math', 'pelican_ipynb.markup']

so the installation section just point that to install the pelican plugin normally and need the

MARKUP = ('md', 'ipynb')

config , it will be more clarify.