A JavaScript Demonstration of the MPCD Algorithm
Installation
Note: be sure to also install markdown (otherwise pelican will ignore the
.md
source files)
pip install pelican markown
We also need the pelican_javascript
plugin (in the pelican-plugins
submodule):
git submodule update --init
cd pelican-plugins/pelican_javascript
git submodule update --init .
And for the theme pelican-simplegrey
we need the pelican-themes
submodule:
git submodule update --init
cd pelican-themes/pelican-simplegrey
git submodule update --init .
Note: sometimes the pelican themes and plugin repos have outdated submodules, so it pays to checkout the latest master.
Now you're ready to go!
Local deployment
pelican content
pelican --listen
now you can naviate to: http://localhost:8000/