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

CSS

I'm a WordPress developer but my client wants a Static HTML site - what's the best way forwards?

Assuming the client doesn't mind waiting a bit longer, what would be the best way to build a static HTML site?

I hear a lot of people talking about Ruby with Jeckyll and recently Python with Flask, my concern here is that I'd need to spend a lot of time learning a new language i.e. Ruby/Python...

  1. Do you need to be relatively good at Ruby or Python to be able to build a site using these static site generators? i.e. Flask and Jeckyll

  2. Is there anyway to make a static site without having to learn Ruby or Python, for example a framework like Bootstrap?

  3. How would you go about it? Flask, Jeckyll, Bootstrap, or some other way?

5 Answers

Hi Michael :),

What is the size of the site going to be ?

And by static we simply mean they dont want to add content?

Craig

Hey Craig

It's a simple one page site with a slider. Yes they wont be adding content.

I think I'm over complicating thing aren't I... the bit that was tripping me up was how to link my css and JavaScript files up and install it all on the server, but that's the thing, there isn't anything to install is there hah, you just have an index.html file file, any way I wont get into it here, I think I know what to do now.

Best wishes, Mike

If this is the case I would certainly build with a frame work like bootstrap, you will have page layout done in a flash, i build my wordpress site with it too :)

It has cool feature that would really enhance a one page site to !

I'm sure I remember reading somewhere that there is a plugin for wordpress that converts your site to HTML. Would that be any good for you?

Thanks John I'm going to look into that!

Yes! I make simple things. I haven't started these things(Flask, Jeckyll) yet. Yes bootstarp is another choice.

:)

Hi Michael,

If you know html and css then you can make static site easily without knowing a javascript. I can make html sites in few days these are not hard.

If you have any more question do ask.

:)

Hi Ellie,

I know HTML and CSS and a little JQuery... judging from the comments I get the impression I'm complication things by adding Jeckyll and co into the equation, so that's answered that question, thank you :)

Ahh thanks for this, I'm looking into it now