Content Management System
NeoMultiX uses local Markdown (.md) files for seamless dynamic content rendering. Simply drop files into the target content folders, and the system automatically parses frontmatter, handles URL slug routing, and applies structural sanitation.
Blog Postscontent/blog/
MDX content parsing and frontmatter setup. File names serve as URL slugs (spaces and hyphens - are both accepted without errors).
4 Layout Templates
Supports style-1 through style-4 to instantly change article presentation layouts.
Resilient Metadata Parsing
Omit any non-required metadata tags freely β NeoMultiX automatically validates and sanitizes missing entries.
--- title: "Getting Started with Markdown for Modern Blogging" description: "Learn how Markdown simplifies content creation for blogs with clean syntax, tables, images, lists, and headings." excerpt: "A practical introduction to writing blog posts in Markdown, including formatting tips and examples for developers and content creators." category: ["Tutorial"] tags: ["Markdown", "Blogging", "Documentation"] date: "2026-06-22" dateUpdate: "2026-06-23" readTime: "5 min read" author: "NeoSimpleLab" avatar: "/logo.webp" thumbnail: "https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&q=80&w=1200" style: "style-2" --- # Your Article Content Starts Here Write standard Markdown body content here...
Products Catalogcontent/products/
Comprehensive metadata configuration for physical and digital products, with native Whop integration and custom checkout links.
Whop E-Commerce
Set id to your Whop Plan ID (plan_xxx) and assign downloadlink for post-purchase access.
Direct / Affiliate Checkout
Enable directPurchaseEnabled: "yes" and specify your custom affiliate or external purchase URL in directPurchaseLink.
Product Style
Choose between 3 distinct rendering layouts (style-1 to style-3) and 2 item types (physical or digital).
--- # General Information (SEO & Metadata) id: "plan_QfLYqOkgcxByI" # Whop Plan ID title: "Style 2: Master VBA Programming (Physical Book) - Complete Excel Automation Guide" description: "A professionally printed VBA programming book covering Excel automation from beginner to advanced. Learn through practical projects, business examples, and step-by-step tutorials." excerpt: "A premium printed VBA programming book with over 500 pages of practical Excel automation techniques and real-world projects." brand: "NeoSimple" vendor: "NeoSimpleLab" category: ["Programming", "Books", "Excel", "Test"] tags: ["VBA", "Excel", "Programming", "Printed Book", "Automation"] date: "2026-06-29" dateUpdate: "2026-06-29" author: "NeoSimpleLab" avatar: "/favicon.ico" # Style & Whop Delivery Integration style: "style-2" # Options: style-1, style-2, style-3 productType: "physical" # Options: physical | digital downloadlink: "https://sandbox.whop.com/neostoredev/content-to-download-2-right-click-duplicate-OFnJqjUWoYm2Lp/app/" # Post-checkout redirection URL (managed by Whop) # Product Images thumbnail: "https://images.unsplash.com/photo-1544716278-ca5e3f4abd8c?q=80&w=800&auto=format&fit=crop" images: - "https://images.unsplash.com/photo-1516116216624-53e697fedbea?q=80&w=800&auto=format&fit=crop" - "https://images.unsplash.com/photo-1555066931-4365d14bab8c?q=80&w=800&auto=format&fit=crop" - "https://images.unsplash.com/photo-1589998059171-988d887df646?q=80&w=800&auto=format&fit=crop" # Sales & Direct Purchase Options originalPrice: 59.00 salePrice: 20.00 sku: "BOOK-VBA-001" taxable: true taxCode: "txcd_10000000" currency: "USD" directPurchaseEnabled: "no" # Set "yes" for external / affiliate link redirection directPurchaseLink: "" # Target URL when direct purchase is enabled expertRating: 3.5 # Inventory Management trackInventory: true stockStatus: "in_stock" stockQuantity: 5 allowBackorder: false # Physical Shipping Metadata (Applicable if productType is "physical") shippingRequired: true weight: 1.15 weightUnit: "kg" dimensions: length: 28 width: 22 height: 3.5 unit: "cm" # Digital Delivery Metadata (Applicable if productType is "digital") downloadable: false instantDelivery: false licenseType: "" downloadLimit: 0 downloadExpiry: 0 fileFormat: [] fileSize: "" --- ## Product Overview Write full product specifications, features, and rich Markdown content here...


