Features and instructions

Features and instructions

Here’s why MicroB is the equivalent of your favorite comfy hoodie in the world of content management:

πŸ› οΈ No Complex Setups β€” No plugins to juggle, no confusing menus. Just write your stuff and hit publish. Like magic, but without the rabbit. πŸ‡βœ¨

🧹 Clean & Minimalist β€” The interface is so simple, even your cat could blog (if it had thumbs). It focuses on what matters: your words, your ideas.

⚑ Fast to Load β€” No bulky code slowing you down. It’s like the caffeine boost your blog needs without the jitters.

πŸ”’ Secure by Default β€” No need to be a hacker to keep your blog safe; MicroB’s got your back out-of-the-box.

πŸ“š Easy Navigation β€” Categories and tags keep things neat, so visitors don’t get lost in your digital jungle.

🚫 No Bloat β€” No unnecessary extras stealing your bandwidth or brainpower. Just pure, simple blogging joy.

MicroB CMS doesn’t ask you to be a tech wizard β€” it’s the CMS equivalent of a warm cup of tea on a rainy day: simple, soothing, and exactly what you need.

So, if you want to blog without the drama, MicroB is your new best friend. Simple, smart, and seriously chill. πŸ§˜β€β™‚οΈβœ¨


File Structure:

/

β”œβ”€β”€ index.php # Main application file

β”œβ”€β”€ posts.json # Posts metadata (titles, slugs, tags, etc.)

β”œβ”€β”€ posts/ # Directory containing post content

β”‚ β”œβ”€β”€ post-slug-1.html

β”‚ β”œβ”€β”€ post-slug-2.html

β”‚ └── ...

β”œβ”€β”€ cache/ # Generated cache directory

β”‚ └── posts.cache # Cached posts data

β”œβ”€β”€ icon.png # Site favicon/logo

└── logo.png # Default featured image

Data Flow

Posts Metadata (posts.json)

{ "posts": [ { "slug": "post-url-slug", "title": "Post Title", "description": "Post description", "tags": ["tag1", "tag2"], "featuredImage": "image-url.jpg" } ] }

Post Content (posts/slug-name.html)

Raw HTML content for each post stored in separate files for easy management

URL Routing System

/ - Homepage with all posts

/post-slug - Individual post view

/tag-name - Posts filtered by tag

/search-term - Search results

Related Posts

Back to all posts