KevsRobots Learning Platform
60% Percent Complete
By Kevin McAleer, 2 Minutes
In this lesson, weโll dive into some of the more advanced features of Jekyll. These features can help you enhance your siteโs functionality, improve content reach, and optimize for search engines.
Plugins are a powerful way to extend the capabilities of Jekyll.
_config.yml
.plugins:
- jekyll-feed
RSS feeds are crucial for content distribution and keeping your audience updated.
jekyll-feed
to generate RSS feeds./feed.xml
.Implementing SEO best practices is essential for making your site more visible to search engines.
jekyll-seo-tag
for meta tags and site descriptions.By leveraging these advanced features, you can significantly enhance the functionality and discoverability of your Jekyll site.
Install the jekyll-feed
and jekyll-seo-tag
plugins. Configure them on your site and check the RSS feed and SEO tags implementation.
You can use the arrows โ โ
on your keyboard to navigate between lessons.