summaryrefslogtreecommitdiff
path: root/_docs
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-11 14:06:25 -0600
committert <t@tjp.lol>2026-07-11 19:59:46 -0600
commit48352c770a932bd628cc5eb22ea3b899b041c485 (patch)
tree46f0ff0c4d206db8b5f0fd1d27555d55a20940ab /_docs
parent9cd3f87dd63bff27acbe3966e90f3b689e898b93 (diff)
Configure local site builds and note synchronization
Add Air and mise configuration for local rebuilds, record generated output paths, and update the documented sync workflow.
Diffstat (limited to '_docs')
-rw-r--r--_docs/OPERATIONS.md2
-rw-r--r--_docs/PROJECT_PLAN.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/_docs/OPERATIONS.md b/_docs/OPERATIONS.md
index a4a6d13..0afc6df 100644
--- a/_docs/OPERATIONS.md
+++ b/_docs/OPERATIONS.md
@@ -43,7 +43,7 @@ every depth in both directions while leaving Markdown synchronized.
Install the Weft binary at `/usr/local/bin/weft`, then use a cron entry like:
```cron
-17 * * * * sleep 60 && flock -n /run/lock/weft.lock /usr/local/bin/weft /srv/tjp.lol >>/var/log/weft.log 2>&1 || logger -t weft 'build failed or lock unavailable'
+17 * * * * sleep 60 && flock -n /run/lock/weft.lock /usr/local/bin/weft -gitignore /srv/tjp.lol https://tjp.lol >>/var/log/weft.log 2>&1 || logger -t weft 'build failed or lock unavailable'
```
The 60-second delay gives Syncthing time to settle, `flock -n` prevents
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