-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Themes #12
Comments
Theme support will be hard to do or feel half baked. Reason is the support or multiple template engines. Themes should work with all of theme. I think that is nearly impossible |
Lightweight themeThemes provide only styles, javascript and maybe some templates heavyweight themeThemes contains styles, javascript, extensions and modules Global installation or per site? |
The theme is responsible for telling what template engine is used. If the site config wants another engine, an error will be thrown and the site cannot be loaded. |
* #12 refactoring properties * #12 add simple template theme support * #12 template loader for themes, priority in site templates * #12 add theme support * #12 add theme support * #12 add theme support * #12 add theme support * #12 add theme support * #12 theme example * #12 add js and style to theme rendering * #12 load extensions from theme * #12 some code clean up * #12 some code clean up * #12 more code cleanup and simplification * add changelog * Update README.md * #12 update readme * update release version * prepare release 2.7.0 --------- Co-authored-by: Thorsten Marx <t.marx@eggheads.de>
Support for themes
The text was updated successfully, but these errors were encountered: