Getting Started with xsukax CMS
Welcome to xsukax Flat-File CMS โ a lightweight, fast, and privacy-focused flat-file blogging engine. No database required; every post is stored as a simple .xfc file.
Key Features
- Zero-dependency flat-file storage
- Rich-text editing via Quill.js
- Tag filtering and full-text search
- RSS & Sitemap auto-generation
- Swappable theme system
Creating Your First Post
Click New post in the admin dashboard, enter a title, optionally assign tags, then hit Create post.
# Example .xfc file structure\n<!--META\ntags: tutorial, cms\ncreated: 1700000000\nMETA-->\n<h1>Your Title</h1>\n<p>Your content here.</p>