Welcome to my personal blog! This project is built using Django for the backend and HTML/CSS for the frontend. It serves as a platform for sharing my thoughts, ideas, and experiences.
- Responsive design for mobile and desktop
- Simple and clean user interface
- Django - A high-level Python Web framework
- HTML5 - Markup language for creating web pages
- CSS3 - Style sheet language for designing web pages
- SQLite - Database engine used for development
To get your own copy of this project up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
-
Navigate to the project directory:
cd your-repo-name
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required packages:
pip install -r requirements.txt
-
Run migrations:
python manage.py migrate
-
Create a superuser (admin user):
python manage.py createsuperuser
-
Run the development server:
python manage.py runserver
-
Open your web browser and navigate to:
http://127.0.0.1:8000/
- Visit the home page to view the latest blog posts.
- Click on a post title to read the full content.
- And more to come!
Contributions are welcome! Here are a few ways you can help:
- Reporting bugs
- Suggesting features
- Submitting pull requests
- Improving documentation
Please feel free to reach out to me with your suggestions.
This project is licensed under the MIT License. See the LICENSE file for more details.
Created by Maziyar kolagar - Feel free to connect with me [maziyarkolagar@gmail.com]