Changes blog.json generation to link to hosted markdown files instead of
embedding full content. Each post now includes a content_url field pointing
to {site_url}/{slug}/index.md. This significantly reduces blog.json file
size while maintaining full content access via standard HTTP requests.
Updated README.rst to document the new linking behavior & how blog.json works.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| generate_jsonblog.py | ||
| generate_jsonfeed.py | ||
| generate_llms_txt.py | ||
| generate_plaintext.py | ||
| liblinkpeek.py | ||
| rst2md.py | ||
| rst_linkpeek.py | ||
| strip_toc_summary.py | ||