← Back to Blog

Blog Project Structure

Store each article in its own folder together with an image and content file.

Blog Project Structure

In this setup, every blog post lives in a dedicated folder under public/blog. The folder name becomes the post slug.

Each folder includes: - A cover image called cover.svg - A text file called post.txt

This approach makes the blog easy to extend without changing the site code. Add a new folder, write the post text, and add an image.

©2026 M2N · All rights reserved