Skip to content

agnogueira/beyondskins.plonesymposium.site

 
 

Repository files navigation

Plone Symposium South America Theme

Plone Symposium South America Theme is an installable Plone Theme developed by Simples Consultoria using the theming and packaging features available in plone.app.theming.

Zip file

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

  1. Download a zip file
  2. Import the theme from the Diazo theme control panel.

Buildout

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

Add beyondskins.plonesymposium.site to your plone.recipe.zope2instance section's eggs parameter e.g.:

[instance]
eggs =
    Plone
    ...
    beyondskins.plonesymposium.site

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

install_requires=[
    ...
    'beyondskins.plonesymposium.site',
],
Select and enable the theme from the Diazo control panel. That's it!
  • Andre Nogueira (andre at simplesconsultoria dot com dot br) - Conception and prototype.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • JavaScript 2.1%