pelican
https://github.com/getpelican/pelican
Python
Static site generator that supports Markdown and reST syntax. Powered by Python.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported5 Subscribers
Add a CodeTriage badge to pelican
Help out
- Issues
- More unit tests for `settings.py`, specifically syntax and indentation error reporting of pelicanconf.py
- Fix test_pelican.py to ensure any directory while starting pytest.
- test_importer has an invalid pattern match; insert two missing spaces.
- Fix test_generators.py for correct pointing to test file.
- Missing unit test for DEFAULT_CONFIG and `read_settings()` comparison
- Static files of drafts will be published even when `DRAFT_SAVE_AS = ""`
- Install Pelican via Homebrew
- Add more test case handling of `PATH`, et al variables inside `pelicanconf.py`
- `--extra-settings` option in CLI conflict with site source path parameter
- `INTRASITE_LINK_REGEX` is parsed in Markdown headers
- Docs
- Python not yet supported