For the ConnectAid Team
How to add new blog posts
New posts are added directly inside this file's JavaScript blogData array. No CMS or backend needed — just open the file and add a new entry.
1
Open blog.html in any text editor (VS Code recommended).
2
Scroll to the blogData array at the bottom of the <script> section — it's clearly labelled with a comment.
3
Copy any existing blog object and paste it at the top of the array. Update: id, title, date, category, tags, excerpt, emoji, content, and featured fields.
4
For images: upload to connectaid.net/wp-content/uploads/ and paste the URL in the image field. Or leave it blank to use the emoji placeholder.
5
Save the file and replace it on your server. The new post appears instantly — no rebuild needed.
✦
For a CMS-powered blog (Notion, Contentful, WordPress API), the team can integrate one later as the blog grows. For now, this flat-file approach is fast and reliable.