Create the python virtual env at your local machine
Pip install the Jupyter and Pelican in your virtual env
Clone this repo direct as subfolder to your virtual env. This give the ability to run Jupyter and Pelican debug tasks from one place, and use the git diff to control the changes
How to update your blog
Edit articles in content folder, pages in content\pages folder.
Put the images to content\images folder and it subfolders
Run pelican content command to rebuild the docs output
Run python -m pelican.server command to start local https server to see http://localhost:8000/ debug host (server reloads the docs authomatically)
Commit and push all local changes (both content and docs folders) to GitHub
How to set up your local env
git diff
to control the changesHow to update your blog
content
folder, pages incontent\pages
folder.content\images
folder and it subfolderspelican content
command to rebuild thedocs
outputpython -m pelican.server
command to start local https server to seehttp://localhost:8000/
debug host (server reloads thedocs
authomatically)content
anddocs
folders) to GitHub