Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Mark Shaw
10,449 PointsIs there a good way to make the content of an existing site editable?
Say I've coded a site for a client and they want to be able to edit it themselves.
I know this is the domain of CMS applications like WordPress or Drupal but what if I want to use my own HTML, CSS , JS etc?
I know very little about CMS in general so I'm trying to get to grips with it.
I would really prefer to not have to change how I develop to facilitate client editing.
1 Answer

Joy Kesten
Treehouse Guest TeacherAre they just wanting to change some content? or the code itself?
Have you tried using forking on GitHub? That would be my first recommendation based on what I gathered from your question.
Mark Shaw
10,449 PointsMark Shaw
10,449 PointsJust simple content edits like changing a picture or adding/editing text in a section of the site.
Joy Kesten
Treehouse Guest TeacherJoy Kesten
Treehouse Guest TeacherNick has a good video about CMS and which ones you can use your own HTML and CSS - see video 5
Mark Shaw
10,449 PointsMark Shaw
10,449 PointsAwesome! Thanks for the help!