Closed joerter closed 1 year ago
Thanks! I see you're discovering the cruftiness/over-engineered-ness of this codebase :). config.clj is the source of truth, and config.edn is generated from that. config.edn is an interface between the theme code and platypub core.
This whole thing needs to be re-architected so badly. I should write my next biff post about that. I probably can't get to any coding on platypub myself for at least a couple months, but maybe it'd be helpful to have some plans laid out for anyone who's feeling ambitious.
That would be great! I've really enjoyed playing around with it when I have time. I've learned a lot so far, and would love to get in deeper.
Fixes #8
I was a little confused on whether to add the
:type :color
toconfig.edn
orconfig.clj
. My changes toconfig.edn
actually had an effect on the site edit screen, but I added toconfig.clj
as well for completeness.