Documentation Overview
FearlessCMS Documentation
Welcome to the FearlessCMS documentation. Here you will find guides and references for using, developing, and extending FearlessCMS.
📚 Documentation Index
Getting Started
- Favicon Management - Complete guide to setting up and managing website favicons
- HTML Editor Guide - NEW! Complete guide to the new HTML editor system
- Installation and Setup
- CMS Modes Guide
- File Permissions Guide
- Installation Script
Content Management
- HTML Editor System - Rich WYSIWYG editor with code view mode
Development Guides
- Theme Development
- Creating Themes
- Theme Development Workflow
- Theme Thumbnails Guide
- Theme Options Guide
- Theme Templates Reference
- Modular Templates
- Plugin Development
- Parallax Sections Plugin - UPDATED! Now includes export support
- Ad Area System
Other Resources
🆕 Recent Updates
HTML Editing with Markdown Support (Latest)
FearlessCMS now features HTML content creation with Markdown content compatibility:
- HTML Editor (Default) - Rich WYSIWYG editor with code view
- Markdown Support - Can read and display Markdown files created externally
- Backwards Compatibility - All existing Markdown content continues to work
- Flexible Workflow - Create HTML in CMS or upload Markdown from external editors
HTML Editor System
The new HTML editor provides:
- Dual-mode editing - Rich WYSIWYG + Code view
- Better layout control - Preserves feature cards and complex structures
- No escaping issues - Shortcodes work perfectly
- Export support - Full static site generation with parallax effects
Export System Enhancements
- Dual-mode support - Works with both HTML and Markdown content
- Parallax plugin integration - Automatic CSS/JS generation
- Asset management - Smart inclusion of required resources
- Performance optimized - Production-ready static sites
🚀 Quick Start
- Read the HTML Editor Guide to understand the dual-mode system
- Check Installation for setup instructions
- Explore Theme Development for customization
- Review Plugin Development for extensions