Do you have some 'Theme stuff' you can share?

I am trying to make a customizable theme for Plone 5, where you can just delete / comment out the parts you dont want.

The idea is to install many sections, and then the user can just comment out the parts he/she does not want

Currently, it installs like this: http://xweb14f.plana.dk:8015/bergensiana
( https://pypi.python.org/pypi/medialog.bergensiana/0.1.1 )

So, if you want header 1, you just comment out header 2
(note : read https://github.com/espenmn/medialog.bergensiana/blob/master/medialog/bergensiana/theme/index.html#L32 )

If you dont want 'portfolio, you just comment out:
https://github.com/espenmn/medialog.bergensiana/blob/master/medialog/bergensiana/theme/index.html#L77

Does anyone have parts they can share, especially headers, slideshows, parallax effects, social stuff.

Help with 'reverse engineering' the CSS to LESS would also be great.