The document provides 13 steps to make a Jekyll website load faster, including optimizing images, using an asset pipeline, inlining CSS in the header and JS at the end of the body, avoiding blocking CSS/JS, using a CDN, enabling gzip and caching, using SSL, avoiding plugins and loops, generating only the latest post, ignoring files with underscores, using incremental builds, and considering Hugo if Jekyll is still not fast enough.