Child themes (👍12) #4021
Ryuno-Ki
started this conversation in
Enhancement Queue
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
|
I’d love to see this. I was trying to hack something together using
Also unclear how paths would be expected to work in this case – relative to plugin or relative to the site in which plugin is being used? Another option might be to allow Just mentioning some ideas out loud. But yes; it’d make managing and distributing themes so much easier if this could be achieved via plugins. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I recently moved over from harp.js to eleventy. What I love on the architecture here is the layout chaining.
But what about theming? And more: Allowing for child themes.
Note, that it is also coming up in Jekyll.
I'd expect this to be shipped in a eleventy v2.x earliest. Before we can think about themes, we should have a first stable version out there and then make it more smooth.
What would it allow you?
It would let you focus on getting the content done and not worry too much about how it will look like.
The community could provide themes which you can select by setting it in your
.eleventy.jsconfig. Need inspiration?What's needed to realise this?
A standard API on how to bundle layout files with plugins (because most themes will be made up of those). Some common language on how to expose variables (I think, we can use a data file here).
All reactions