AOEpeople / aoe_technology_radar

Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..
http://www.aoe.com/techradar
Other
276 stars 123 forks source link

[idea] possibility to override single templates #441

Open DanielRuf opened 7 months ago

DanielRuf commented 7 months ago

It seems there is no support to extend or override single parts like header and footer.

What is the recommended solution?

mathiasschopmans commented 7 months ago

This feature is currently not planned.

My gut feeling is that copying React components from a user project to the build folder, as we do for config.json and the markdown files, is not stable and will quickly lead to frustration during updates.

Do you have an idea in mind how you would implement it?

DanielRuf commented 7 months ago

Do you have an idea in mind how you would implement it?

Not really, to be honest. I didn't work with Next so far.