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

General Discussion

stephane cedroni
stephane cedroni
3,198 Points

Best language/framework for static website

Hi, I have tried building dynamic websites with Ruby on Rails and would like to build a static website. This static website would be a company website simply presenting the company. I could achieve that with Rails, but is there a framework (using Javascript for instance) which makes it more responsive and fast? Any recommended approach?

1 Answer

Casey Ydenberg
Casey Ydenberg
15,622 Points

Depends a bit on your skills but Jekyll is what the hipsters are using. You generate a full set of static HTML files from a set of templates. Can't get faster than that.