Beautiful Jekyll v5.0.0
One of the major changes in this version is that a lot of time was spent on rethinking the entire SEO and social media sharing model (how a page looks on eg. Google, Twitter, Facebok). It was redesigned to be more simple and customizable. The new documentation has a section dedicated to SEO and social media sharing of a page. Unfortunately some changes that are not backwards-compatible had to be made.
Breaking changes
- Renamed
descriptionYAML parameter toshare-descriptionto be more clear - Renamed
descriptionconfig setting torss-descriptionsince it was only used in RSS (the FAQ explains the difference between YAML parameters and config settings if you're confused) - Removed YAML parameter
use-site-title(you can now specify the exact title usingshare-title) - Removed undocumented YAML parameters
meta-titleandmeta-description - Removed
link-tagsconfig setting because it wasn't necessary. If you use tags, there will now always be a tags page created; if you don't use tags there won't be a tags page.