Blog du Yax
Added underscore prefix to functions used only internally: - _strip_tags_and_truncate (used only in parse_post_file) - _parse_headers (used only in parse_post_file) - _rfc_2822_format (used only in parse_post_file) - _make_links_absolute (used only in parse_post_file) - _strip_html_tags (used only in parse_post_file) - _get_friendly_date (used only in _setup_page_params) - _exit_program (used only in monitor.py main loop) This improves encapsulation by clearly marking implementation details. |
||
|---|---|---|
| docker | ||
| layout | ||
| nginx | ||
| notes | ||
| posts | ||
| static | ||
| .coveragerc | ||
| .gitignore | ||
| check_git.sh | ||
| Dockerfile | ||
| LICENSE.md | ||
| Makefile | ||
| makesite.py | ||
| monitor.py | ||
| params-local.json | ||
| params.json | ||
| pyproject.toml | ||
| README.md | ||
Blog du Yax
This blog is built on top of the great work performed by fspaolo on Makesite.py. I cut some features and wristed the code to focus on blog posts and support my commenting system. You should check fspaolo's repository to really understand Makesite.py's philosophy and find technical details.
This static blog generator code is under MIT license.
"Blog du Yax" content is under CC-BY-NC-SA