A modern, responsive blog application built with PHP, HTML, CSS, and Bootstrap. Clean Blog is designed to be simple, elegant, and easy to customize, making it ideal for tech enthusiasts, bloggers, or anyone looking to showcase their content in style.
Responsive Design: Mobile-first design with Bootstrap for seamless user experience across devices.
Dynamic Content: PHP-based routing and templates for dynamic web pages.
Contact Form: Functional contact form with email integration.
Customizable Layout: Easy to modify and extend with clear and organized code.
Prerequisites
A web server environment (e.g., XAMPP, WAMP, or LAMP).
PHP 7.4 or higher.
Composer (optional, for dependency management).
Steps
Clone the repository:
git clone https://github.com/yourusername/clean_blog.git
Navigate to the project directory:
cd Tech_blog
Place the project folder in your web server's root directory (e.g., htdocs for XAMPP).
Start your local server and access the application at:
clean_blog/ ├── site/ │ ├── views/ │ │ ├── dist/ │ │ │ ├── assets/ │ │ │ ├── css/ │ │ │ ├── js/ │ │ │ └── contact.html │ ├── index.php │ ├── about.php │ ├── contact.php │ ├── post.php ├── README.md ├── LICENSE ├── .gitignore
Adding Content
To add or update posts, edit the PHP files in the site/ directory or use a CMS integration if configured.
Customization
Modify the styles in dist/css/styles.css and the HTML structure in the corresponding .php files to suit your needs.
Contributing
Contributions are welcome! If you have suggestions, improvements, or bug fixes, please create an issue or submit a pull request.
Fork the repository.
Create a new branch for your feature or fix:
git checkout -b feature-name
Commit your changes and push to your forked repository.
Submit a pull request with a clear description of the changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or inquiries, feel free to reach out:
Email: [email protected]
GitHub: Tamer3mansor
Bootstrap for the responsive design framework.
Font Awesome for the beautiful icons.
Google Fonts for typography.
Thank you for checking out Clean Blog! Feel free to fork, star, and share your feedback. ✨