Welcome to PRABLO, a pragmatic blogging solution designed to be lightweight and efficient. This repository contains the smallest blog and CMS script built with PHP, perfect for developers and content creators who want to set up a blog quickly and without unnecessary complexity.
- Lightweight: Minimal codebase for quick loading times.
- Responsive Design: Looks great on all devices.
- Easy Setup: Simple installation process.
- Customizable: Modify templates to fit your needs.
- SEO Friendly: Built with search engines in mind.
- Media Management: Upload and manage images easily.
To get started, you need to download the latest release. You can find it here. Once downloaded, follow these steps:
- Extract the files from the downloaded ZIP archive.
- Upload the files to your web server.
- Set permissions for the
uploads
directory to allow file uploads. - Create a database and import the provided SQL file for initial setup.
- Configure your settings in the
config.php
file.
After installation, you can access your blog by navigating to your domain in a web browser. The default admin panel is located at /admin
. Here, you can manage posts, comments, and settings.
- Log in to the admin panel.
- Click on the "Add New Post" button.
- Fill in the title, content, and other fields.
- Publish your post and view it on the main site.
You can customize various settings in the config.php
file. Here are some key options:
- Database Credentials: Update the database name, username, and password.
- Site Title: Set the title that appears in the browser tab.
- Admin Email: Provide an email for admin notifications.
PRABLO allows for extensive customization. You can modify the following:
- Themes: Change the look of your blog by editing the CSS files.
- Templates: Adjust the HTML structure in the
templates
directory. - Plugins: Add functionality by integrating third-party plugins.
We welcome contributions! If you have suggestions or want to report issues, please open an issue or submit a pull request. Make sure to follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or fix.
- Commit your changes and push to your branch.
- Open a pull request for review.
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have questions, feel free to reach out. You can also check the "Releases" section for updates and new features.
For the latest version, download it here and execute the necessary files to set up your blog.
PRABLO is your go-to solution for a lightweight and effective blogging platform. With its easy installation and customizable features, you can create a stunning blog in no time. Enjoy blogging!