Jekyll相关包的描述


对GitHub Pages 相关的Jekyll包进行描述,方便了解其功能。


jekyll

  • addressable: Addressable is a replacement for the URI implementation that is part of Ruby’s standard library. It more closely conforms to RFC 3986, RFC 3987, and RFC 6570 (level 4), additionally providing support for IRIs and URI templates.
  • colorator: Colorize your text in the terminal.
  • liquid: Liquid markup language. Safe, customer facing template language for flexible web apps.
  • mercenary: An easier way to build your command-line scripts in Ruby.
  • pathutil: A faster pure Ruby implementation of Pathname with extra bits.
  • rouge: A pure-ruby code highlighter that is compatible with pygments
  • safe_yaml: Parse YAML safely

Jekyll 插件

  • jekyll-avatar: A Jekyll plugin for rendering GitHub avatars.
  • jekyll-coffeescript: A CoffeeScript converter for Jekyll.
  • jekyll-sass-converter: A Sass converter for Jekyll.
  • jekyll-seo-tag: A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site’s content.
  • jekyll-sitemap: Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site.
  • jekyll-swiss: Jekyll theme inspired by Swiss design.
  • jekyll-watch: Rebuild your Jekyll site when a file changes with the --watch switch.
  • nokogiri: Nokogiri (鋸) is a Rubygem providing HTML, XML, SAX, and Reader parsers with XPath and CSS selector support.
  • octokit: Ruby toolkit for the GitHub API.

Other

  • ethon: Very simple libcurl wrapper.
  • execjs: Run JavaScript code from Ruby.
  • faraday: Simple, but flexible HTTP client library, with support for multiple backends.
  • ffi: Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code.
  • gemoji: Emoji images and names.

声明: 本文采用 CC BY-NC-SA 3.0 协议进行授权,转载请注明出处。