Sha256: 41d76952e80b08475a8d3013dd1377448f011f42b8d49a2149c641f99493af0d
Contents?: true
Size: 798 Bytes
Versions: 1
Compression:
Stored size: 798 Bytes
Contents
module CS50 PLUGINS = { "jekyll-default-layout" => "0.1.4", "jekyll-optional-front-matter" => "0.3.0", "jekyll-redirect-from" => "0.15.0", "jekyll-relative-links" => "0.6.0", "jekyll-titles-from-headings" => "0.5.1", "jemoji" => "0.11.0" }.freeze DEFAULTS = { "optional_front_matter" => { "remove_originals" => true }, "plugins" => CS50::PLUGINS }.freeze OVERRIDES = { "exclude" => [ "redirects.json" ], "kramdown" => { "gfm_quirks" => "paragraph_end", "hard_wrap" => false, "input" => "GFM", "math_engine" => "mathjax", "syntax_highlighter" => "rouge", "template" => "" }, "markdown" => "kramdown", "permalink" => "pretty", "theme" => "jekyll-theme-cs50" }.freeze end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-cs50-1.0.0 | lib/jekyll-theme-cs50/constants.rb |