gloriajs / gloria

Gloria is a static website generator, based on NodeJS.
https://gloria.js.org
Other
152 stars 11 forks source link

Implement Classless themes #123

Open fiatjaf opened 6 years ago

fiatjaf commented 6 years ago

Hello, everybody. I have this project: https://classless.alhur.es/

The idea is that blog and blog-like themes could be implemented once and replicated everywhere by just linking to a CSS URL. My framework has a simple, fixed HTML structure that supports article pages and list pages, with some optional elements in each (like pictures in articles, excerpts, page-specific headers etc.).

If we managed to implement a basic classless layout for Gloria, alongside the current default and bootstrap ones, it would instantly give Gloria users access to all Classless themes and move the world closer to a DRY blog theme world.

What do you think?