Open paltman opened 8 years ago
One thing I'd like to see us do, is create a theme.less|scss
file or set of files and package that along with the javascript that is in this theme so that pinax-theme-bootstrap
doesn't have any static/
folder. We package up the statics in a complimentary npm
package. Then we can potentially have any number of npm
packages that work with these templates.
At this point, there wouldn't be anything particularly binding to the bootstrap framework and we could rename this project to just pinax-themes
and the npm
packages could use styles from bootstrap or other frameworks.
@jtauber @yulka Thoughts?
@yulka had originally sent me these notes per a change she made in her fork and wanted to share publicly so we could discuss in the open. Thanks, Yulka!
block page
and leavingblock footer
outside of it, we can add a couple of styles in css and have a have the footer stickaside
,section
instead ofdiv
main-content
, notmain_content
sidebar_base.html
instead ofsubnav_base.html
, because there can be other content in the sidebar, not just navigationheader
andfooter
since these html tags can be used in other places (header.header
,footer.footer
)h2
for page titles instead of a mix ofh1
,h2
andlegend
)hr
, borders can be added in css (see base.html, footer)