A Python 3 powered Pelican static site built via GitHub Action and hosted on GitHub Pages info.
Great! We'd love your contribution! You can modify the markdown article here and help us keep the information up to date!
If you want to confirm the build locally:
- Clone the code
pip install -r requirements.txt
- Modify the markdown article
- From project root run
pelican content
cd
tooutput
andpython -m pelican.server 4000
- Open in browser at
http://localhost:4000
- Gabriel Zurita who penned the article originally too!
- Lorena Mesa