iamdanfox / ghupdate

Update GitHub pages with wysiwyg and no git commands
https://iamdanfox.github.io/ghupdate
5 stars 1 forks source link

Pre specify which files in a repo are editable #6

Open iamdanfox opened 9 years ago

iamdanfox commented 9 years ago

Simplest solution: some kind of config file. CushyCMS mapped human-readable names paths. (e.g. 'Homepage' <-> index.html) Maybe ghupdate.json?

Super cool but difficult solution... git attributes. Looks a bit too complex (lots of precedence options, walking through directory structure seems tiresome)