Contact Us
24/7
Python BlogDjango BlogBig DataSearch for Kubernetes AWS BlogCloud Services

Blog

<< ALL BLOG POSTS

The Future of [Plone] Theming (PSM14 Recap)

|
July 2, 2014

This is a recap of Chrissy Wainwright's talk at PSM 2014

The Future of [Plone] Theming from cdw9

What's New in Plone 5? 

How can you future-proof a Plone theme?

Make a Diazo Theme

Use Plone Default as Your Base

Reduce Number of Template Overrides

Create View Templates

In configure.zcml:

<browser:page 
for="*"
name="homepage"
class=".homepageview.HomePageView"
template="homepageview.pt"
permission="zope2.View"
/>

This template is accessible at yoursite.com/@@homepage, so with Diazo:

<replace css:theme="#content" css:content="#home" href="/@@homepage"/>

What changes are happening with the Internet?

Supported Technologies

Browser Usage

Responsive Themes

CSS/JS Optimization

Image Optimization

Learn More:

Tell us about the goals you’re trying to accomplish.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.