From the course: Learning Static Site Building with Jekyll

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

When to use static sites

When to use static sites

From the course: Learning Static Site Building with Jekyll

Start my 1-month free trial

When to use static sites

- [Instructor] It's important to understand when a static site makes sense, and when you should use a CMS or a full-blown web application instead. The static site approach is fantastic for blogs, landing pages, and informational sites. I've built personal home pages, corporate blogs, resume sites, and promotional landing pages all as static sites. A good rule of thumb here is if the site only changes when you or another author uploads new content, it's probably a good fit for a static site. On the other hand, sites where content is rendered dynamically or on the fly, aren't a good fit. And neither are sites where users need to authenticate or log in, for example, building a photo-sharing app or a site where users can upload stories wouldn't be possible as a static site because you need server code running to handle users logging in and updating content in real-time. In this course you'll build a personal blog as a static site. Let's take a look at the tools you can use to make the…

Contents