There are tons of great new quality-of-life features you can use in 3.3. Three key things you might want to try:| Jekyll • Simple, blog-aware, static sites
A static file is a file that does not contain any front matter. These include images, PDFs, and other un-rendered content.| Jekyll • Simple, blog-aware, static sites
With many websites — especially blogs — it’s very common to break the main listing of posts up into smaller lists and display them over multiple pages. Jekyll offers a pagination plugin, so you can automatically generate the appropriate files and folders you need for paginated listings.| Jekyll • Simple, blog-aware, static sites
Any file that contains a YAML front matter block will be processed by Jekyll as a special file. The front matter must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines. Here is a basic example:| Jekyll • Simple, blog-aware, static sites