Skip to content

My personal blog (Still working on it - not finished)

License

Notifications You must be signed in to change notification settings

Thrymheim/MyBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

My Personal Blog

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.

Table of Contents

Features

  • Responsive design for mobile and desktop
  • Simple and clean user interface

Technologies Used

  • 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

Installation

To get your own copy of this project up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repo-name.git
  2. Navigate to the project directory:

    cd your-repo-name
  3. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate    # On Windows use `venv\Scripts\activate`
  4. Install the required packages:

    pip install -r requirements.txt
  5. Run migrations:

    python manage.py migrate
  6. Create a superuser (admin user):

    python manage.py createsuperuser
  7. Run the development server:

    python manage.py runserver
  8. Open your web browser and navigate to:

    http://127.0.0.1:8000/
    

Usage

  • Visit the home page to view the latest blog posts.
  • Click on a post title to read the full content.
  • And more to come!

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Author

Created by Maziyar kolagar - Feel free to connect with me [maziyarkolagar@gmail.com]

About

My personal blog (Still working on it - not finished)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published