Python • Markdown • YAML • Fast • Minimal • Elegant • Pro
Read Docs: https://pycora.axcora.com/
If you like this project, please support:
- PayPal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JVZVXBC4N9DAN
- Gumroad Coffee: https://creativitaz.gumroad.com/coffee
- GitHub Sponsors: https://github.com/sponsors/mesinkasir
- Hire Us
Click the image to go to the branch.
Simple explanation: Nyi Blorong = Simple Jinja for quick start without complexity. Medusa = Complete with PAX, nested, Tags ALL, fallback - for power and pro look. Detailed docs are in each branch README.
- Python 3.8+
pip install jinja2 markdown pyyaml watchdog
python install.pygit clone https://github.com/mesinkasir/pycora.git
cd pycora
git checkout medusa
python ssg.py
# Ready in 0.87s - 41 files - MEDUSA v2.4.6
python dev.pygit clone https://github.com/mesinkasir/pycora.git
cd pycora
git checkout nyi-blorong
python ssg.py
python dev.pypycora/
├── content/posts/
│ ├── first.md
│ └── tutorial/nested.md # Nested - ONLY Medusa auto includes
├── templates/
│ ├── medusa/ # Medusa: .pax
│ └── layouts/ # Nyi Blorong: .html
├── medusa.webp # Clickable to medusa branch
├── nyiblorong.webp # Clickable to nyi-blorong branch
├── ssg.py
└── output/
python ssg.py
# Upload output/ to Netlify, Vercel, GitHub PagesIf you like this project, please support:
- PayPal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JVZVXBC4N9DAN
- Gumroad Coffee: https://creativitaz.gumroad.com/coffee
- GitHub Sponsors: https://github.com/sponsors/mesinkasir
- Hire Us
Use MEDUSA as main to look PRO.
Why?
- Full features: nested, Tags ALL, PAX, fallback - looks mature and production-ready
- Nyi Blorong is great for beginners, but keep it in branch
- Main = Medusa makes your repo look pro on GitHub Explore
git checkout main
git merge medusa --no-ff -m "feat: Medusa v2.4.8 as main PRO engine"
git push origin main- Main / Medusa = PRO
- Nyi Blorong branch = Simple
MIT - Axcora Technology
- Website: https://pycora.axcora.com
- GitHub: https://github.com/mesinkasir/pycora
- Pro: https://github.com/mesinkasir/pycora/tree/medusa
- Simple: https://github.com/mesinkasir/pycora/tree/nyi-blorong
PyCora - Click image to choose engine
Made with ❤ by Axcora
Made with ❤ by Axcora

