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 trialKyle Johnson
33,528 PointsHow do I add a blog to my website?
I have a static 'blog' page on my website without any posts yet. I want to be able to add posts without manually writing the post in my html file and re-uploading the files. How can I do this? What options do I have? I don't want to make a Wordpress site.
1 Answer
Henrik Christensen
Python Web Development Techdegree Student 38,322 PointsIf you don't want to make a WordPress site then you could try to learn something like: Ruby/Ruby on Rails, Python/Django, Python/Flask, PHP etc
Kyle Johnson
33,528 PointsKyle Johnson
33,528 PointsCan Node.js do this also?
Alexander La Bianca
15,959 PointsAlexander La Bianca
15,959 PointsYes you can do it with Node.js and using the Express framework
Kyle Johnson
33,528 PointsKyle Johnson
33,528 PointsThanks!