Jeykll-Bold
A jekyll plugin to format keywords bold.
Setting a keywords variable at your pages and posts will turn into something like this:
---
title: Sample Page
keywords: ['This', 'World']
---
Hello World.
This is a short example.
This is also the perfect example for repetition.
Keep This in mind.
Goodbye World.
Hello World.
This is a short example. This is also the perfect example for repetition. Keep This in mind.
Goodbye World.
Installation
Add jekyll-bold
to your jekylls Gemfile.
Add jekyll-bold
to your _config.yml
s plugin section.
plugins:
- jekyll-bold