-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Personally I'd love to have content separated as much as possible from code and configs.
Is your feature request related to a problem? Please describe.
The issue with the current setup is it makes syncing updates to the template into my fork more painful/less clean than it needs to be.
Describe the solution you'd like
Move notes, assets, about.md, index.md etc. into a content sub-directory. Then when merging one can disregard changes in this folder. It's not completely separable since notes.11tydata.js needs to live inside the notes folder unfortunately.
Describe alternatives you've considered
Haven't thought of any.
Additional context
I have a proposed solution made up in my own fork (commit) but looking for others to weigh in before I submit a PR. Maybe noone else is keeping their forks linked to upstream to pull updates? Maybe others have even better ways to structure their repo.