videos in url

This commit is contained in:
Oliver
2026-05-03 12:48:08 +00:00
parent ad2c1a996b
commit 78dd3844dd
8 changed files with 49 additions and 24 deletions
+12
View File
@@ -61,6 +61,18 @@ All file paths in this prompt are relative to the resolved project path.
sed -i "s/{{TITLE}}/${landing_page_changes}/" index.html
```
5. **Add Blog Post** (if `blogpost` provided)
make sure the blog pose has this format
{
"area": "",
"date": "",
"title": "",
"teaser": "",
"content": "",
"image":""
}
```bash
posts_file="posts.json"
if [ -f "$posts_file" ]; then