Skip to content

genevasapphire/mezzanine-themes

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.3%
  • HTML 36.1%
  • JavaScript 22.7%
  • Python 2.7%
  • Nginx 0.2%