WebsiteTemplate/blog/data/posts.json
2026-01-25 11:33:37 -04:00

10 lines
794 B
JSON

[
{
"id": 0,
"title": "Getting Started with This Website",
"date": "2025-01-01",
"excerpt": "Welcome to my website. This is a sample blog post to help you get started with customizing your own site.",
"content": "Welcome to my website! This is a sample blog post that demonstrates how the blog system works.\n\nYou can customize this template to fit your needs. The blog supports simple text formatting and will display your content in a clean, readable format.\n\nTo add new blog posts, you can edit the posts.json file directly or use the admin interface. Each post needs a unique ID, title, date, excerpt, and content.\n\nFeel free to replace this content with your own thoughts, tutorials, or whatever you'd like to share with your visitors.\n\nHappy blogging!"
}
]