summaryrefslogtreecommitdiff
path: root/_docs/PROJECT_PLAN.md
diff options
context:
space:
mode:
Diffstat (limited to '_docs/PROJECT_PLAN.md')
-rw-r--r--_docs/PROJECT_PLAN.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_docs/PROJECT_PLAN.md b/_docs/PROJECT_PLAN.md
index 5a8abec..6b48909 100644
--- a/_docs/PROJECT_PLAN.md
+++ b/_docs/PROJECT_PLAN.md
@@ -177,7 +177,7 @@ Only real pages enter these collections. Underscore-prefixed files, directories,
- Label the navigation link “feed.”
- Include weblog posts only.
- Sort by post date.
-- Emit full rendered post content in each entry.
+- Emit only the rendered weblog lede (`Sections[0]`) in each entry.
- Use absolute canonical URLs under `https://tjp.lol/`.
- Emit a valid zero-entry feed until real posts exist.
@@ -229,7 +229,7 @@ Not part of the generator implementation, but record a server task:
- title/section extraction;
- recursive page inventory;
- relative-path generation;
- - Atom validity and full-content entries.
+ - Atom validity and lede-only entries.
- Validate internal links and feed XML before deployment.
## Delivery sequence