Static Sites

Tips:

  • avoid cross-origin issues with old-school jsonp

Why no static site?

Dynamic Features

Dynamic features typically require external services to integrate with static sites.

  • Admin Interface
  • API
  • CMS
  • Database
  • E-Commerce
  • Forms
  • Guest Posts
  • Image CDN
  • Reviews/Recommendations
  • Search
  • User Accounts

Hosting

GitHub Pages

Pros:

  • Free hosting
  • Free full ssl

Cons:

  • No 301s
  • No build step (autoprefixr)

See also:

Published