108640 Views
83860 Views
59555 Views
48723 Views
48311 Views
47806 Views
Build a laser-cut robot
Robots and Lasers
Arduino Plug and Make Kit Review
Pi to Pico W Bluetooth Communication
Two-Way Bluetooth Communication Between Raspberry Pi Picos
Gamepad 2
Introduction to the Linux Command Line on Raspberry Pi OS
How to install MicroPython
Wall Drawing Robot Tutorial
BrachioGraph Tutorial
Intermediate level MicroPython
Introduction to FreeCAD for Beginners
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
/feed.xml
Implementing SEO best practices is essential for making your site more visible to search engines.
jekyll-seo-tag
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.
< Previous Next >