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 trialNeil Anuskiewicz
11,007 Pointseasy to setup blogging platform that you recommend?
I feel sort of guilty for wanting easy. I'm a Treehouse student. I'm supposed to build my own damn blogging platform... from scratch.
I've created a LinkedIn group a topic found interesting: "DNS and Application Ecosystem for Small Businesses"
I'd like to quickly start a blog to support the group. Any recommendations? I have domains hosted through Bluehost but I don't need to host my blog there nor do I even need to use a domain name. I'm going to switch to a more developer friendly hosting provider soon anyway.
So I'm open to any suggestions. I want a clean, uncluttered look to my blog but not so simple that I can't easily include images and videos here and there.
Is WP the way to go? I've used it before and it works well enough. It's a bit bloated for what I need to do here, which isn't at all fancy.
Thank you.
2 Answers
ayezee33
16,096 PointsMy first instinct was to recommend WP. Like you said it might be a little robust for what you need (but it offers scalability if you need it).
There are more simple CMS out there. You could create some static HTML pages and push them to GitHub and use Jekyll [https://jekyllrb.com/] for the blog (the advantages to this are, it's FREE, it's easy to set up, there are templates to make it look nice).
I haven't used this in a while but the other simple CMS that came to mind was Couch CMS http://www.couchcms.com/
Neil Anuskiewicz
11,007 PointsBy the way, here's what I ended up choosing to start a technical blog: DIgital Ocean - Hosting for developers Centos 7 distro - It's a good distro for web servers. Nginx - Fast, lightweight web server Ghost - Publishing (blogging) platform built on Node.js. Fast and intuitive interface.
I highly recommend this stack as it's a pleasure to work with.