Zinnia_mirrorsedge

screenshot of Zinnia_mirrorsedge

Django Blog Zinnia Theme based on colour pallete from Mirror's Edge game

Overview

Django Blog Zinnia Mirror's Edge is a python package that provides a theme based on Bootstrap 3.0 and the color palette from the game Mirror's Edge, specifically designed for Django Blog Zinnia.

Features

  • Theme based on Bootstrap 3.0: The package includes a theme that is built on top of the Bootstrap 3.0 framework, providing a modern and responsive design for Django Blog Zinnia.
  • Mirror's Edge color palette: The theme incorporates the color palette from the popular video game Mirror's Edge, giving a unique and visually appealing look to the blog.
  • Easy installation: The package integrates seamlessly with Django Blog Zinnia, making it easy to install and customize the theme according to your needs.

To install Django Blog Zinnia Mirror's Edge, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the directory where your Django project is located.

  3. Activate your virtual environment (if you are using one).

  4. Run the following command to install the package:

    pip install django-blog-zinnia-mirrorsedge
    
  5. Add 'zinnia_mirrorsedge' to the list of installed apps in your Django project's settings.py file:

    INSTALLED_APPS = [
        ...
        'zinnia',
        'zinnia_mirrorsedge',
        ...
    ]
    
  6. Run the following command to apply migrations:

    python manage.py migrate
    
  7. Finally, start the Django development server:

    python manage.py runserver
    

You should now be able to access Django Blog Zinnia with the Mirror's Edge theme.

Summary

Django Blog Zinnia Mirror's Edge is a Python package that provides a theme for Django Blog Zinnia, inspired by the game Mirror's Edge. It offers a visually appealing design based on Bootstrap 3.0 and incorporates the color palette from Mirror's Edge. With easy installation steps, users can quickly integrate this package into their Django projects and enjoy a unique and stylish blog appearance.