OK, tossing a software terminology question out to the Fedi. Context:
- Static site generator
- Top-level separation between (1) data and (2) how data gets formatted / processed
- (1) and (2) have user-visible names, are separate dirs in project root
- (1) is basically a plain text DB (md, json, yaml, etc)
- (2) may include: templates, scripting, partials, style, images, other static assets
I’m calling (1) “data”. ••What should I call (2)?••
Many options! I’m looking for your gut reaction.