thecodinghouse / mezzanine-themes

Free Mezzanine CMS themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mezzanine-themes

Free themes for Mezzanine CMS.

This is a mezzanine project which contains free mezzanine themes(flat/nova/solid/moderna).

Download and run the project to try each theme by changing theme name in settings.py

For example:

INSTALLED_APPS = (
    # "moderna",
    # "flat",
    # "nova",
    "solid",
    "django.contrib.admin",
    "django.contrib.auth",
    ...
)

Preview:

  • Moderna: Moderna

  • Flat: Flat

  • Nova: Nova

  • Solid: Solid

About

Free Mezzanine CMS themes

License:MIT License


Languages

Language:CSS 38.3%Language:HTML 36.1%Language:JavaScript 22.7%Language:Python 2.7%Language:Nginx 0.2%