December 6, 2018
Github Jekyll Plugins
Here is a list of jekyll plugins that can be used on Github using the static site generator Jekyll:
github-pages-health-check
: Checks site for common DNS issuesjekyll-avatar
: Helps render github avatarsjekyll-coffeescript
: Write Coffescript instead of Javascript!jekyll-commonmark-ghpages
: Use commonmark!jekyll-default-layout
: Set the default layout for posts and pagesjekyll-feed
: Generate an atom feedjekyll-gist
: Liquid template for including gistsjekyll-github-metadata
: Access repository metadatajekyll-mentions
: Github @mention supportjekyll-optional-front-matter
: Front matter is now optionaljekyll-paginate
: Default (deprecated) pagination engine for jekylljekyll-readme-index
: Render readme as site indexjekyll-redirect-from
: Redirect to a page from multiple URLsjekyll-relative-links
: Convert md links to html links; useful for when you want to have both your repository link to markdown files, and your site link to htmljekyll-remote-theme
: Use some other theme other than the default onesjekyll-sass-converter
: Sass instead of CSS!jekyll-seo-tag
: Add SEO tags (Facebook, Twitter, etc.) to your pagesjekyll-sitemap
: Add sitemaps.org compliant sitemapjekyll-titles-from-headings
: If a site doesn't have title front matter, auto-adds it from the first headingjemoji
: Emoji for jekyllkramdown
: Write in Kramdownliquid
: Use the liquid engine for templating (default)rouge
: Use rouge for syntax highlighting
Source: github pages-gem