Update README.md

This commit is contained in:
Oliver
2026-03-25 18:20:49 -03:00
parent 819665225f
commit a74de43248
+6 -2
View File
@@ -5,10 +5,14 @@
**Stack:** Static HTML · Tailwind CSS · Vanilla JS **Stack:** Static HTML · Tailwind CSS · Vanilla JS
--- ---
## BLOG POSTS
Blog posts live in `blog.json` — do not create separate backup files.
To add a blog post customize this command
jq '.arrays[0] = [$NEW_JSON] + .arrays[0]' blog.json > tmp.json && mv tmp.json blog.json
## Repository Rules ## Repository Rules
- Blog posts live in `blog.json` — do not create separate backup files.
- Do not touch this readme - Do not touch this readme
- Keep the seperation of Site and the blogposts in blog.json - Keep the seperation of Site and the blogposts in blog.json
Example of JSON structure for blog.json Example of JSON structure for blog.json