videos in url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user