Skip to content

collective/plonetheme.amherst

 
 

Repository files navigation

plonetheme.amherst

Introduction

plonetheme.amherst Theme is an installable Plone Theme using the theming and packaging features available in plone.app.theming.

Requirements

  • From the Plone 4.1.x To the Plone 4.3 latest version (https://plone.org/download)
  • The plone.app.theming package (will be installed as a dependency of this package)

Features

  • It's an installable Plone Theme package.
  • After installation from Add-ons controlpanel, this theme is enabled automatically.
  • Also it's a simple Diazo package (Zip file).
  • It's have support for clean uninstallation.

Installation

Add Plone site

Install Plone 4.x with plone.app.theming and create a Plone site (if you have not already) with Diazo theming configured.

Create a Plone site from ZMI

Zip file

If you are an end user, you might enjoy installation via zip file import.

  1. Download the zip file: https://raw.github.com/collective/plonetheme.amherst/master/amherst.zip
  2. Import the theme from the Diazo theme control panel.

Import the Diazo theme zip file

Buildout

If you are a developer, you might enjoy installing it via buildout.

For install plonetheme.amherst package add it to your buildout section's eggs parameter e.g.:

[buildout]
 ...
 eggs =
     ...
     plonetheme.amherst

and then running bin/buildout.

Or, you can add it as a dependency on your own product setup.py file:

install_requires=[
    ...
    'plonetheme.amherst',
],

Select theme

Select and enable the theme from the Diazo control panel.

For select the Diazo theme just click on Activate button

That's it!

You should see:

plonetheme.amherst preview

Contribute

Help

Obviously there is more work to be done. If you want to help, pull requests accepted! Some ideas:

  • Add a diazo rule to import Plone editing styles
  • Configure styles to use portal_css
  • Improve styles

License

The project is licensed under the GPLv2.

Credits

  • Andrew Pasquale, (apasquale at healthlens dot org).
  • Leonardo J. Caballero G. (leonardocaballero at gmail dot com).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.0%
  • Python 26.1%
  • HTML 15.5%
  • JavaScript 0.4%