Welcome to the MiniB documentation. This comprehensive guide will help you get started with MiniB and learn how to use all its features effectively.
Quick Start: If you're new to MiniB, start with the Installation Guide below. For experienced users, jump to any section that interests you.
Download the latest version of MiniB from the official repository.
# Download and extract to your web server directory
wget https://github.com/minib-cms/minib/archive/main.zip
unzip main.zip
mv minib-main /var/www/html/minib
Ensure proper file permissions for MiniB to function correctly.
# Set directory permissions
chmod 755 /var/www/html/minib
chmod 777 /var/www/html/minib/assets/theme-images
chmod 666 /var/www/html/minib/metadata.json
Open your web browser and navigate to your MiniB installation.
URL: http://your-domain.com/minib/
Default Admin: Username: admin, Password: password123
Security First: Change the default admin password immediately after installation!
Click "New Post" button
Use the rich text editor
Save your post
Access the admin dashboard to manage all your posts. You can edit, delete, and organize your content.
MiniB supports syntax highlighting for multiple programming languages. Use the code insertion tool to add formatted code blocks.
Access the Theme Manager from the admin dashboard to customize your blog's appearance.
Customize primary, secondary, and accent colors
Upload logo and favicon
Adjust spacing and typography
Regular backups are essential for protecting your content and ensuring business continuity.
Can't find what you're looking for? Our community is here to help!
Last Updated: January 15, 2024
Version: 1.0.0