jekyll

Jekyll is a blog-aware static site generator in Ruby

MIT License

Downloads
1.1K
Stars
48.2K
Committers
1.2K

Bot releases are hidden (Show)

jekyll - v3.0.0.pre.beta10

Published by parkr about 9 years ago

Major Enhancements

  • Added permalink time variables (#3990)

Minor Enhancements

  • Add header to site template _config.yml for clarity & direction (#3997)
  • Site template: add timezone offset to post date frontmatter (#4001)

Bug Fixes

  • Abort if no subcommand. Fixes confusing message. (#3992)
  • Whole-post excerpts should match the post content (#4004)

Development Fixes

  • Ignore .bundle dir in SimpleCov (#4033)

Site Enhancements

  • Added documentation for Jekyll environment variables (#3989)
  • Fix broken configuration documentation page (#3994)
  • Add troubleshooting docs for installing on El Capitan (#3999)
  • Add Lazy Tweet Embedding to the list of third-party plugins (#4015)
  • Add installation instructions for 2 of 3 options for plugins (#4013)
  • Add alternative jekyll gem installation instructions (#4018)
  • Fix a few typos and formatting problems. (#4022)
  • Fix pretty permalink example (#4029)
  • Note that _config.yml is not reloaded during regeneration (#4034)
jekyll - v3.0.0.pre.beta9

Published by parkr about 9 years ago

Major Enhancements

  • Adapt StaticFile for collections, config defaults (#3823)
  • Add a Code of Conduct for the Jekyll project (#3925)

Minor Enhancements

  • Make the directory for includes configurable (#3782)
  • Rename directory configurations to match *_dir convention for consistency (#3782)
  • Internal: trigger hooks by owner symbol (#3871)
  • Update MIME types from mime-db (#3933)

Bug Fixes

  • Fixed an unclear code comment in site template SCSS (#3837)
  • Fix reading of binary metadata file (#3845)
  • Remove var collision with site template header menu iteration variable (#3838)
  • Change non-existent hl_linenos to hl_lines to allow passthrough in safe mode (#3787)
  • Add missing flag to disable the watcher (#3820)
  • Update CI guide to include more direct explanations of the flow (#3891)
  • Set future to false in the default config (#3892)
  • filters: where should compare stringified versions of input & comparator (#3935)
  • Read build options for jekyll clean command (#3828)
  • Fix #3970: Use Gem::Version to compare versions, not >.

Development Fixes

  • Update Kramdown. (#3853)
  • Updated the scripts shebang for portability (#3858)
  • Update JRuby testing to 9K (3ab386f)
  • Organize dependencies into dev and test groups. (#3852)
  • Contributing.md should refer to script/cucumber (#3894)
  • Update contributing documentation to reflect workflow updates (#3895)
  • Add script to vendor mime types (#3933)

Site Enhancements

  • Detailed instructions for rsync deployment method (#3848)
  • Add Jekyll Portfolio Generator to list of plugins (#3883)
  • Add site.html_files to variables docs (#3880)
  • Add Static Publisher tool to list of deployment methods (#3865)
  • Fix a few typos. (#3897)
  • Add jekyll-youtube to the list of third-party plugins (#3931)
  • Add Views Router plugin (#3950)
  • Update install docs (Core dependencies, Windows reqs, etc) (#3769)
  • Use Jekyll Feed for jekyllrb.com (#3736)
  • Add jekyll-umlauts to plugins.md ($3966)
  • Troubleshooting: fix broken link, add other mac-specific info (#3968)
  • Add a new site for learning purposes (#3917)
jekyll - v3.0.0.pre.beta8

Published by parkr over 9 years ago

Bug Fixes

  • Remove occasionally-problematic ensure in LiquidRenderer (#3811)

Site Enhancements

  • Update windows.md with Ruby version info (#3818)
jekyll - v3.0.0.pre.beta7

Published by parkr over 9 years ago

Major Enhancements

  • Liquid profiler (i.e. know how fast or slow your templates render) (#3762)

Minor Enhancements

  • Upgrade highlight wrapper from div to figure (#3779)
  • Upgrade mime-types to ~> 2.6 (#3795)

Bug Fixes

  • Fix typo on line 19 of pagination.md (#3760)
  • Fix it so that 'blog.html' matches 'blog.html' (#3732)

Development Fixes

  • Upgrade cucumber to 2.x (#3795)

Site Enhancements

  • Update pagination example to be agnostic to first pagination dir (#3763)
jekyll - v3.0.0.pre.beta6

Published by parkr over 9 years ago

Bug Fixes

  • Open .jekyll-metadata in binary mode to read binary Marshal data (#3713)
  • Incremental regeneration: handle deleted, renamed, and moved dependencies (#3717)

Site Enhancements

  • Update the Redcarpet version on the Configuration page. (#3743)
  • Update the link in the welcome post to point to Jekyll Talk (#3745)
  • Update link for navbars with data attributes tutorial (#3728)
  • Add jekyll-asciinema to list of third-party plugins (#3750)
jekyll - v3.0.0.pre.beta5

Published by parkr over 9 years ago

Major Enhancements

  • Add basic support for JRuby (commit: 0f4477)

Minor Enhancements

  • Perf: Jekyll::Cleaner#existing_files: Call keep_file_regex and
    keep_dirs only once, not once per iteration (#3696)
  • Omit jekyll/jekyll-help from list of resources. (#3698)
  • Add basic jekyll doctor test to detect fsnotify (OSX) anomalies. (#3704)
  • Added talk.jekyllrb.com to "Have questions?" (#3694)
  • Performance: Sort files only once (#3707)
  • Performance: Marshal metadata (#3706)

/cc @fw42

jekyll - v3.0.0.pre.beta4

Published by parkr over 9 years ago

Major Enhancements

  • Add Hooks: a new kind of plugin (#3553)

Minor Enhancements

  • Perf: Cache Document#to_liquid and invalidate where necessary (#3693)

Bug Fixes

  • Add script/rubyprof to generate cachegrind callgraphs (#3692)

Site Enhancements

  • Add remote_file_content tag plugin to list of third-party plugins (#3691)
jekyll - v3.0.0.pre.beta3

Published by parkr over 9 years ago

Major Enhancements

  • Sunset (i.e. remove) Maruku (#3655)
  • Remove support for relative permalinks (#3679)
  • Iterate over site.collections as an array instead of a hash. (#3670)

Minor Enhancements

  • Added liquid-md5 plugin (#3598)
  • Documentation: RR replaced with RSpec Mocks (#3600)
  • Documentation: Fix subpath. (#3599)
  • Create 'tmp' dir for test_tags if it doesn't exist (#3609)
  • Extract reading of data from Site to reduce responsibilities. (#3545)
  • Removed the word 'Jekyll' a few times from the comments (#3617)
  • bin/jekyll: with no args, exit with exit code 1 (#3619)
  • Incremental build if destination file missing (#3614)
  • Static files mtime liquid should return a Time obj (#3596)
  • Use Jekyll::Posts for both LSI indexing and lookup. (#3629)
  • Add charset=utf-8 for HTML and XML pages in WEBrick (#3649)
  • Set log level to debug when verbose flag is set (#3665)
  • Added a mention on the Gemfile to complete the instructions (#3671)

Bug Fixes

  • Clear the regenerator cache every time we process (#3592)
  • Readd (bring back) minitest-profile (#3628)
  • Add WOFF2 font MIME type to Jekyll server MIME types (#3647)
  • Be smarter about extracting the extname in StaticFile (#3632)
  • Process metadata for all dependencies (#3608)
  • Show error message if the YAML front matter on a page/post is invalid. (#3643)
  • Upgrade redcarpet to 3.2 (Security fix: OSVDB-120415) (#3652)
  • Create #mock_expects that goes directly to RSpec Mocks. (#3658)

Development Fixes

  • Remove activesupport (#3612)
  • Added tests for Jekyll:StaticFile (#3633)
  • Force minitest version to 5.5.1 (#3657)
  • Update the way cucumber accesses Minitest assertions (#3678)

Site Enhancements

  • Add 'info' labels to certain notes in collections docs (#3601)
  • Remove extra spaces, make the last sentence less awkward in permalink docs (#3603)
  • Add information about the .jekyll-metadata file (#3597)
  • Document addition of variable parameters to an include (#3581)
  • Add jekyll-files to the list of third-party plugins. (#3586)
  • Define the install step in the CI example .travis.yml (#3622)
  • Expand collections documentation. (#3638)
  • Add the "warning" note label to excluding vendor in the CI docs page (#3623)
  • Upgrade pieces of the Ugrading guide for Jekyll 3 (#3607)
  • Showing how to access specific data items (#3468)
  • Clarify pagination works from within HTML files (#3467)
  • Add note to excerpt_separator documentation that it can be set globally (#3667)
  • Fix some names on Troubleshooting page (#3683)
jekyll - v3.0.0.pre.beta2

Published by parkr over 9 years ago

THESE ARE CHANGES SINCE 3.0.0.pre.beta1

REPUBLISHED WITH .pre IN THE VERSION

Major Enhancements

  • Remove most runtime deps (#3323)
  • Move to Rouge as default highlighter (#3323)
  • Mimic GitHub Pages .html extension stripping behavior in WEBrick (#3452)
  • Always include file extension on output files (#3490)
  • Improved permalinks for pages and collections (#3538)

Minor Enhancements

  • Show the regeneration time after the initial generation (#3378)
  • Site template: Switch default font to Helvetica Neue (#3376)
  • Make the include tag a teensy bit faster. (#3391)
  • Add pkill -f jekyll to ways to kill. (#3397)
  • Site template: collapsed, variable-driven font declaration (#3360)
  • Site template: Don't always show the scrollbar in code blocks (#3419)
  • Site template: Remove undefined text class from p element (#3440)
  • Site template: Optimize text rendering for legibility (#3382)
  • Add draft? method to identify if Post is a Draft & expose to Liquid (#3456)
  • Write regeneration metadata even on full rebuild (#3464)
  • Perf: Use String#end_with?("/") instead of regexp when checking paths (#3516)
  • Docs: document 'ordinal' built-in permalink style (#3532)
  • Upgrade liquid-c to 3.x (#3531)
  • Use consistent syntax for deprecation warning (#3535)
  • Added build --destination and --source flags (#3418)
  • Site template: remove unused page.meta attribute (#3537)
  • Improve the error message when sorting null objects (#3520)
  • Add jekyll-smartify plugin (#3572)

Bug Fixes

  • Perform jekyll-paginate deprecation warning correctly. (#3580)
  • Handle nil URL placeholders in permalinks (#3325)
  • Template: Fix nav items alignment when in "burger" mode (#3329)
  • Template: Remove !important from nav SCSS introduced in #3329 (#3375)
  • The :title URL placeholder for collections should be the filename slug. (#3383)
  • Trim the generate time diff to just 3 places past the decimal place (#3415)
  • The highlight tag should only clip the newlines before and after the entire block, not in between (#3401)
  • highlight: fix problem with linenos and rouge. (#3436)
  • Site#read_data_file: read CSV's with proper file encoding (#3455)
  • Ignore .jekyll-metadata in site template (#3496)
  • Template: Point documentation link to the documentation pages (#3502)
  • Removed the trailing slash from the example /blog baseurl comment (#3485)

Development Fixes

  • Remove loader.rb and "modernize" script/test. (#3574)
  • Factor out a read_data_file call to keep things clean (#3380)
  • Proof the site with CircleCI. (#3427)
  • Update LICENSE to 2015. (#3477)
  • Upgrade tests to use Minitest (#3492)
  • Remove trailing whitespace (#3497)
  • Use fixture_site for Document tests (#3511)
  • Remove adapters deprecation warning (#3529)
  • Minor fixes to url.rb to follow GitHub style guide (#3544)
  • Minor changes to resolve deprecation warnings (#3547)
  • Convert remaining textile test documents to markdown (#3528)
  • Migrate the tests to use rspec-mocks (#3552)

Site Enhancements

  • Update the permalinks documentation to reflect the updates for 3.0 (#3556)
  • Add blog post announcing Jekyll Help (#3523)
  • Add Jekyll Talk to Help page on site (#3518)
  • Change Ajax pagination resource link to use HTTPS (#3570)
  • Add twa to the list of third-party plugins (#3384)
  • Remove extra spaces (#3388)
  • Fix small grammar errors on a couple pages (#3396)
  • Fix typo on Templates docs page (#3420)
  • s/three/four for plugin type list (#3424)
  • Release jekyllrb.com as a locally-compiled site. (#3426)
  • Add a jekyllrb.com/help page which elucidates places from which to get help (#3428)
  • Remove extraneous dash on Plugins doc page which caused a formatting error (#3431)
  • Fix broken link to Jordan Thornquest's website. (#3438)
  • Change the link to an extension (#3457)
  • Fix Twitter link on the help page (#3466)
  • Fix wording in code snippet highlighting section (#3475)
  • Add a / to paginate_path in the Pagination documentation (#3479)
  • Add a link on all the docs pages to "Improve this page". (#3510)
  • Add jekyll-auto-image generator to the list of third-party plugins (#3489)
  • Replace link to the proposed picture element spec (#3530)
  • Add frontmatter date formatting information (#3469)
  • Improve consistency and clarity of plugins options note (#3546)
  • Add permalink warning to pagination docs (#3551)
  • Fix grammar in Collections docs API stability warning (#3560)
  • Restructure excerpt_separator documentation for clarity (#3550)
  • Fix accidental line break in collections docs (#3585)
jekyll - v3.0.0.beta2

Published by parkr over 9 years ago

YANKED BECAUSE IT LACKED .pre IN THE VERSION NAME

THESE ARE CHANGES SINCE v3.0.0.pre.beta1

Major Enhancements

  • Remove most runtime deps (#3323)
  • Move to Rouge as default highlighter (#3323)
  • Mimic GitHub Pages .html extension stripping behavior in WEBrick (#3452)
  • Always include file extension on output files (#3490)
  • Improved permalinks for pages and collections (#3538)

Minor Enhancements

  • Show the regeneration time after the initial generation (#3378)
  • Site template: Switch default font to Helvetica Neue (#3376)
  • Make the include tag a teensy bit faster. (#3391)
  • Add pkill -f jekyll to ways to kill. (#3397)
  • Site template: collapsed, variable-driven font declaration (#3360)
  • Site template: Don't always show the scrollbar in code blocks (#3419)
  • Site template: Remove undefined text class from p element (#3440)
  • Site template: Optimize text rendering for legibility (#3382)
  • Add draft? method to identify if Post is a Draft & expose to Liquid (#3456)
  • Write regeneration metadata even on full rebuild (#3464)
  • Perf: Use String#end_with?("/") instead of regexp when checking paths (#3516)
  • Docs: document 'ordinal' built-in permalink style (#3532)
  • Upgrade liquid-c to 3.x (#3531)
  • Use consistent syntax for deprecation warning (#3535)
  • Added build --destination and --source flags (#3418)
  • Site template: remove unused page.meta attribute (#3537)
  • Improve the error message when sorting null objects (#3520)

Bug Fixes

  • Handle nil URL placeholders in permalinks (#3325)
  • Template: Fix nav items alignment when in "burger" mode (#3329)
  • Template: Remove !important from nav SCSS introduced in #3329 (#3375)
  • The :title URL placeholder for collections should be the filename slug. (#3383)
  • Trim the generate time diff to just 3 places past the decimal place (#3415)
  • The highlight tag should only clip the newlines before and after the entire block, not in between (#3401)
  • highlight: fix problem with linenos and rouge. (#3436)
  • Site#read_data_file: read CSV's with proper file encoding (#3455)
  • Ignore .jekyll-metadata in site template (#3496)
  • Template: Point documentation link to the documentation pages (#3502)
  • Removed the trailing slash from the example /blog baseurl comment (#3485)

Development Fixes

  • Factor out a read_data_file call to keep things clean (#3380)
  • Proof the site with CircleCI. (#3427)
  • Update LICENSE to 2015. (#3477)
  • Upgrade tests to use Minitest (#3492)
  • Remove trailing whitespace (#3497)
  • Use fixture_site for Document tests (#3511)
  • Remove adapters deprecation warning (#3529)
  • Minor fixes to url.rb to follow GitHub style guide (#3544)
  • Minor changes to resolve deprecation warnings (#3547)
  • Convert remaining textile test documents to markdown (#3528)

Site Enhancements

  • Add blog post announcing Jekyll Help (#3523)
  • Add Jekyll Talk to Help page on site (#3518)
  • Add twa to the list of third-party plugins (#3384)
  • Remove extra spaces (#3388)
  • Fix small grammar errors on a couple pages (#3396)
  • Fix typo on Templates docs page (#3420)
  • s/three/four for plugin type list (#3424)
  • Release jekyllrb.com as a locally-compiled site. (#3426)
  • Add a jekyllrb.com/help page which elucidates places from which to get help (#3428)
  • Remove extraneous dash on Plugins doc page which caused a formatting error (#3431)
  • Fix broken link to Jordan Thornquest's website. (#3438)
  • Change the link to an extension (#3457)
  • Fix Twitter link on the help page (#3466)
  • Fix wording in code snippet highlighting section (#3475)
  • Add a / to paginate_path in the Pagination documentation (#3479)
  • Add a link on all the docs pages to "Improve this page". (#3510)
  • Add jekyll-auto-image generator to the list of third-party plugins (#3489)
  • Replace link to the proposed picture element spec (#3530)
  • Add frontmatter date formatting information (#3469)
  • Improve consistency and clarity of plugins options note (#3546)
jekyll - v3.0.0.beta1

Published by parkr over 9 years ago

Major Enhancements

  • Incremental regeneration (#3116)
  • Drop support for Ruby 1.9.3. (#3235)
  • Upgrade to Liquid 3.0.0 (#3002)
  • Support Ruby v2.2 (#3234)
  • Support RDiscount 2 (#2767)

Minor Enhancements

  • Sort static files just once, and call site_payload once for all collections (#3204)
  • Separate jekyll docs and optimize external gem handling (#3241)
  • Improve Site#getConverterImpl and call it Site#find_converter_instance (#3240)
  • Use relative path for path Liquid variable in Documents for consistency (#2908)
  • Generalize Utils#slugify for any scripts (#3047)
  • Added basic microdata to post template in site template (#3189)
  • Store log messages in an array of messages. (#3244)
  • Allow collection documents to override output property in front matter (#3172)
  • Keep file modification times between builds for static files (#3220)
  • Only downcase mixed-case categories for the URL (#2571)
  • Added per post excerpt_separator functionality (#3274)
  • Allow collections YAML to end with three dots (#3134)
  • Add mode parameter to slugify Liquid filter (#2918)
  • Perf: Markdown#matches should avoid regexp (#3321)
  • Perf: Use frozen regular expressions for Utils#slugify (#3321)
  • Split off Textile support into jekyll-textile-converter (#3319)
  • Improve the navigation menu alignment in the site template on small
    screens (#3331)

Bug Fixes

  • Make permalink parsing consistent with pages (#3014)
  • time()pre-filter method should accept a Date object (#3299)
  • Remove unneeded end tag for link in site template (#3236)
  • Kramdown: Use enable_coderay key instead of use_coderay (#3237)
  • Unescape Document output path (#2924)
  • Fix nav items alignment when on multiple rows (#3264)
  • Highlight: Only Strip Newlines/Carriage Returns, not Spaces (#3278)
  • Find variables in front matter defaults by searching with relative file path. (#2774)
  • Allow variables (e.g :categories) in YAML front matter permalinks (#3320)

Development Fixes

  • Improve the grammar in the documentation (#3233)
  • Update the LICENSE text to match the MIT license exactly (#3253)
  • Update rake task site:publish to fix minor bugs. (#3254)
  • Switch to shields.io for the README badges. (#3255)
  • Use FileList instead of Dir.glob in site:publish rake task (#3261)
  • Fix test script to be platform-independent (#3279)
  • Instead of symlinking /tmp, create and symlink a local tmp in the tests (#3258)
  • Fix some spacing (#3312)
  • Fix comment typo in lib/jekyll/frontmatter_defaults.rb (#3322)
  • Move all regenerate? checking to Regenerator (#3326)

Site Enhancements

  • Fixing the default host on docs (#3229)
  • Add jekyll-thumbnail-filter to list of third-party plugins (#2790)
  • Add link to 'Adding Ajax pagination to Jekyll' to Resources page (#3186)
  • Add a Resources link to tutorial on building dynamic navbars (#3185)
  • Semantic structure improvements to the post and page layouts (#3251)
  • Add new AsciiDoc plugin to list of third-party plugins. (#3277)
  • Specify that all transformable collection documents must contain YAML front matter (#3271)
  • Assorted accessibility fixes (#3256)
  • Update configuration docs to mention keep_files for destination (#3288, #3296)
  • Break when we successfully generate nav link to save CPU cycles. (#3291)
  • Update usage docs to mention keep_files and a warning about destination cleaning (#3295)
  • Add logic to automatically generate the next_section and prev_section navigation items (#3292)
  • Some small fixes for the Plugins TOC. (#3306)
  • Added versioning comment to configuration file (#3314)
  • Add jekyll-minifier to list of third-party plugins (#3333)
  • Add blog post about the Jekyll meet-up (#3332)
  • Use highlight Liquid tag instead of the four-space tabs for code (#3336)
  • 3.0.0.beta1 release post (#3346)
jekyll - v2.5.3

Published by parkr over 9 years ago

Bug Fixes

  • When checking a Markdown extname, include position of the . (#3147)
  • Fix jsonify Liquid filter handling of boolean values (#3154)
  • Add comma to value of viewport meta tag (#3170)
  • Set the link type for the RSS feed to application/rss+xml (#3176)
  • Refactor #as_liquid (#3158)

Development Fixes

  • Exclude built-in bundles from being added to coverage report (#3180)

Site Enhancements

  • Add @alfredxing to the @jekyll/core team. 🎉 (#3218)
  • Document the -q option for the build and serve commands (#3149)
  • Fix some minor typos/flow fixes in documentation website content (#3165)
  • Add keep_files to configuration documentation (#3162)
  • Repeat warning about cleaning of the destination directory (#3161)
  • Add jekyll-500px-embed to list of third-party plugins (#3163)
  • Simplified platform detection in Gemfile example for Windows (#3177)
  • Add the jekyll-jalali plugin added to the list of third-party plugins. (#3198)
  • Add Table of Contents to Troubleshooting page (#3196)
  • Add inline_highlight plugin to list of third-party plugins (#3212)
  • Add jekyll-mermaid plugin to list of third-party plugins (#3222)
jekyll - v2.5.2

Published by parkr almost 10 years ago

Minor Enhancements

  • post_url should match post.name instead of slugs and dates (with backwards-compatibility) (#3058)

Bug Fixes

  • Fix bundle require for :jekyll_plugins (#3119)
  • Remove duplicate regexp phrase: ^\A (#3089)
  • Remove duplicate Conversion error: message in Convertible (#3088)
  • Print full conversion error message in Renderer#convert (#3090)

Site Enhancements

  • Change variable names in Google Analytics script (#3093)
  • Mention CSV files in the docs for data files (#3101)
  • Add trailing slash to paginate_path example. (#3091)
  • Get rid of noifniof (excerpt_separator) (#3094)
  • Sass improvements, around nesting mostly. (#3123)
  • Add webmentions.io plugin to the list of third-party plugins (#3127)
  • Add Sass mixins and use them. (#2904)
  • Slightly compress jekyll-sticker.jpg. (#3133)
  • Update gridism and separate out related but custom styles. (#3132)
  • Add remote-include plugin to list of third-party plugins (#3136)
jekyll - v2.5.1

Published by parkr almost 10 years ago

Bug Fixes

  • Fix path sanitation bug related to Windows drive names (#3077)

Notes

Hot on the heels of v2.5.0, this release brings relief to our Windows users. It includes a fix for a 2.5.0 path sanitation change that has been confirmed to work on Windows.

To our Windows users: while we don’t officially support Windows, we don’t wish to impede your normal use of Jekyll at all. Our lack of full support for Windows is due to our lack of a Windows machine for development testing (no one on the core team has a Windows machine upon which to test new release candidates), not due to any malice or willful oversight. If you come to us with an issue, we are more than happy to work through it with you to come to a solution that works for all platforms. Along those lines, we have created a Windows Test Force (WTF) which is a group of Jekyll users dedicated to making sure all future releases work on Windows before they’re released so we don’t have this issue again. A special thanks goes out to the initial WTF team members, XhmikosR, Julian Thilo, Pedro Rogério, and Alfred Xing.

Happy Jekylling!

jekyll - v2.5.0

Published by parkr almost 10 years ago

Minor Enhancements

  • Require gems in :jekyll_plugins Gemfile group unless JEKYLL_NO_BUNDLER_REQUIRE is specified in the environment. (#2865)
  • Centralize path sanitation in the Site object (#2882)
  • Allow placeholders in permalinks (#3031)
  • Allow users to specify the log level via JEKYLL_LOG_LEVEL. (#3067)
  • Fancy Indexing with WEBrick (#3018)
  • Allow Enumerables to be used with where filter. (#2986)
  • Meta descriptions in the site template now use page.excerpt if it's available (#2964)
  • Change indentation in head.html of site template to 2 spaces from 4 (#2973)
  • Use a $content-width variable instead of a fixed value in the site template CSS (#2972)
  • Strip newlines in site template <meta> description. (#2982)
  • Add link to atom feed in head of site template files (#2996)
  • Performance optimizations (#2994)
  • Use Hash#each_key instead of Hash#keys.each to speed up iteration
    over hash keys. (#3017)
  • Further minor performance enhancements. (#3022)
  • Add 'b' and 's' aliases for build and serve, respectively (#3065)

Bug Fixes

  • Fix Rouge's RedCarpet plugin interface integration (#2951)
  • Remove --watch from the site template blog post since it defaults
    to watching in in 2.4.0 (#2922)
  • Fix code for media query mixin in site template (#2946)
  • Allow post URL's to have .htm extensions (#2925)
  • Utils.slugify: Don't create new objects when gsubbing (#2997)
  • The jsonify filter should deep-convert to Liquid when given an Array. (#3032)
  • Apply jsonify filter to Hashes deeply and effectively (#3063)
  • Use 127.0.0.1 as default host instead of 0.0.0.0 (#3053)
  • In the case that a Gemfile does not exist, ensure Jekyll doesn't fail on requiring the Gemfile group (#3066)

Development Fixes

  • Fix a typo in the doc block for Jekyll::URL.escape_path (#3052)
  • Add integration test for jekyll new --blank in TestUnit (#2913)
  • Add unit test for jekyll new --force logic (#2929)
  • Update outdated comment for Convertible#transform (#2957)
  • Add Hakiri badge to README. (#2953)
  • Add some simple benchmarking tools. (#2993)

Site Enhancements

  • NOKOGIRI_USE_SYSTEM_LIBRARIES=true decreases installation time. (#3040)
  • Add FormKeep to resources as Jekyll form backend (#3010)
  • Fixing a mistake in the name of the new Liquid tag (#2969)
  • Update Font Awesome to v4.2.0. (#2898)
  • Fix link to #2895 in 2.4.0 release post. (#2899)
  • Add Big Footnotes for Kramdown plugin to list of third-party plugins (#2916)
  • Remove warning regarding GHP use of singular types for front matter defaults (#2919)
  • Fix quote character typo in site documentation for templates (#2917)
  • Point Liquid links to Liquid’s Github wiki (#2887)
  • Add HTTP Basic Auth (.htaccess) plugin to list of third-party plugins (#2931)
  • (Minor) Grammar & _config.yml filename fixes (#2911)
  • Added mathml.rb to the list of third-party plugins. (#2937)
  • Add --force_polling to the list of configuration options (#2943)
  • Escape unicode characters in site CSS (#2906)
  • Add note about using the github-pages gem via pages.github.com/versions.json (#2939)
  • Update usage documentation to reflect 2.4 auto-enabling of --watch. (#2954)
  • Add --skip-initial-build to configuration docs (#2949)
  • Fix a minor typo in Templates docs page (#2959)
  • Add a ditaa-ditaa plugin under Other section on the Plugins page (#2967)
  • Add build/serve -V option to configuration documentation (#2948)
  • Add 'Jekyll Twitter Plugin' to list of third-party plugins (#2979)
  • Docs: Update normalize.css to v3.0.2. (#2981)
  • Fix typo in Continuous Integration documentation (#2984)
  • Clarify behavior of :categories in permalinks (#3011)
jekyll - v2.4.0

Published by parkr about 10 years ago

Minor Enhancements

  • Support a new relative_include tag (#2870)
  • Auto-enable watch on 'serve' (#2858)
  • Render Liquid in CoffeeScript files (#2830)
  • Array Liquid filters: push, pop, unshift, shift (#2895)
  • Add :title to collection URL template fillers (#2864)
  • Add support for CSV files in the _data directory (#2761)
  • Add the name variable to collection permalinks (#2799)
  • Add inspect liquid filter. (#2867)
  • Add a slugify Liquid filter (#2880)

Bug Fixes

  • Use Jekyll.sanitized_path when adding static files to Collections (#2849)
  • Fix encoding of main.scss in site template (#2771)
  • Fix orientation bugs in default site template (#2862)

Development Fixes

  • Update simplecov gem to 0.9 (#2748)
  • Remove docs/ dir (#2768)
  • add class << self idiom to New command (#2817)
  • Allow Travis to 'parallelize' our tests (#2859)
  • Fix test for Liquid rendering in Sass (#2856)
  • Fixing "vertycal" typo in site template's _base.scss (#2889)

Site Enhancements

  • Document the name variable for collection permalinks (#2829)
  • Adds info about installing jekyll in current dir (#2839)
  • Remove deprecated jekyll-projectlist plugin from list of third-party
    plugins (#2742)
  • Remove tag plugins that are built in to Jekyll (#2751)
  • Add markdown-writer package for Atom Editor to list of third-party
    plugins (#2763)
  • Fix typo in site documentation for collections (#2764)
  • Fix minor typo on plugins docs page (#2765)
  • Replace markdown with HTML in sass_dir note on assets page (#2791)
  • Fixed "bellow" typo in datafiles docs (#2879)
  • Fix code/markdown issue in documentation for variables (#2877)
  • Remove Good Include third-party plugin from plugins page (#2881)
  • Add some more docs on include_relative (#2884)
jekyll - v2.3.0

Published by parkr about 10 years ago

Minor Enhancements

  • Allow Convertibles to be converted by >= 1 converters (#2704)
  • Allow Sass files to be rendered in Liquid, but never place them in layouts. (#2733)
  • Add jekyll help command (#2707)
  • Use .scss for site_template styles. (#2667)
  • Don't require the scope key in front matter defaults (#2659)
  • No longer set permalink: pretty in the _config.yml for the site template (#2680)
  • Rework site template to utilize Sass (#2687)
  • Notify the user when auto-regeneration is disabled. (#2696)
  • Allow partial variables in include tag filename argument (#2693)
  • Move instances of Time.parse into a Utils method (#2682)
  • Ignore subfolders in the _posts folder (#2705) REVERTS (#2633)
  • Front Matter default types should always be pluralized (#2732)
  • Read in static files into collection.files as StaticFiles (#2737)
  • Add sassify and scssify Liquid filters (#2739)
  • Replace classifier gem with classifier-reborn (#2721)

Bug Fixes

  • Use only the last extname when multiple converters exist (#2722)
  • Call #to_liquid before calling #to_json in jsonify filter (#2729)
  • Use non padded config in strftime to avoid parse string twice (#2673)
  • Replace deprecated Ruby methods with undeprecated ones (#2664)
  • Catch errors when parsing Post date front matter value & produce nice error message (#2649)
  • Allow static files in Collections (#2615)
  • Fixed typo in Deprecator#gracefully_require error message (#2694)
  • Remove preemptive loading of the 'classifier' gem. (#2697)
  • Use case-insensitive checking for the file extensions when loading config files (#2718)
  • When Reading Documents, Respect encoding Option (#2720)
  • Refactor based on jekyll-watch clean-up. (#2716)
  • Document#to_s should produce just the content of the document (#2731)

Development Fixes

  • Only include lib files in the gem (#2671)
  • Fix git diff command in proof script (#2672)
  • Make default rake task a multitask so tests run in parallel (#2735)

Site Enhancements

  • Use Sass and a Docs Collection (#2651)
  • Add latest_version.txt file to the site (#2740)
  • Be more ambiguous about page.content. But more transparent. (#2522)
  • Streamlining front matter wording (instead of front-matter/frontmatter) (#2674)
  • Add note that source directory cannot be modified in GitHub Pages (#2669)
  • Fix links from #2669 to be actual HTML. Whoops. (#2679)
  • Add link to jekyll-slim in list of third-party plugins (#2689)
  • Add Barry Clark's Smashing Magazine tutorial to resources page (#2688)
  • Reorganize and update default configuration settings (#2456)
  • Fixing indentation in the configuration docs about Redcarpet exts (#2717)
  • Use null in YAML instead of nil in default config list (#2719)
  • Fix typo in Continuous Integration docs (#2708)
jekyll - v2.0.3

Published by parkr about 10 years ago

Bug Fixes

  • Properly prefix links in site template with URL or baseurl depending upon
    need. (#2319)
  • Update gist tag comments and error message to require username (#2326)
  • Fix permalink setting in site template (#2331)
  • Don't fail if any of the path objects are nil (#2325)
  • Instantiate all descendants for converters and generators, not just
    direct subclasses (#2334)
  • Replace all instances of site.name with site.title in site template (#2324)
  • Jekyll::Filters#time now accepts UNIX timestamps in string or number form (#2339)
  • Use item_property for where filter so it doesn't break on collections (#2359)
  • Rescue errors thrown so --watch doesn't fail (#2364)

Site Enhancements

  • Add missing "as" to assets docs page (#2337)
  • Update docs to reflect new baseurl default (#2341)
  • Add links to headers who have an ID. (#2342)
  • Use symbol instead of HTML number in upgrading.md (#2351)
  • Fix link to front matter defaults docs (#2353)
  • Fix for History.markdown in order to fix history page in docs (#2363)
jekyll - v2.1.0

Published by parkr about 10 years ago

Minor Enhancements

  • Bump to the latest Liquid version, 2.6.1 (#2495)
  • Add support for JSON files in the _data directory (#2369)
  • Allow subclasses to override EXCERPT_ATTRIBUTES_FOR_LIQUID (#2408)
  • Add Jekyll.env and jekyll.environment (the Liquid var) (#2417)
  • Use _config.yaml or _config.yml (.yml takes precedence) (#2406)
  • Override collection url template (#2418)
  • Allow subdirectories in _data (#2395)
  • Extract Pagination Generator into gem: jekyll-paginate (#2455)
  • Utilize date_to_rfc822 filter in site template (#2437)
  • Add categories, last build datetime, and generator to site template
    feed (#2438)
  • Configurable, replaceable Logger-compliant logger (#2444)
  • Extract gist tag into a separate gem (#2469)
  • Add collection attribute to Document#to_liquid to access the
    document's collection label. (#2436)
  • Upgrade listen to 2.7.6 <= x < 3.0.0 (#2492)
  • Allow configuration of different Twitter and GitHub usernames in site template (#2485)
  • Bump Pygments to v0.6.0 (#2504)
  • Front matter defaults for documents in collections (#2419)
  • Include files with a url which ends in / in the site.html_pages list (#2524)
  • Make highlight tag use language- prefix in CSS class (#2511)
  • Lookup item property via item#to_liquid before #data or #[] in filters (#2493)
  • Skip initial build of site on serve with flag (#2477)
  • Add support for hl_lines in highlight tag (#2532)
  • Spike out --watch flag into a separate gem (#2550)

Bug Fixes

  • Liquid sort filter should sort even if one of the values is nil (#2345)
  • Remove padding on pre code in the site template CSS (#2383)
  • Set log_level earlier to silence info level configuration output (#2393)
  • Only list pages which have title in site template (#2411)
  • Accept Numeric values for dates, not Number values (#2377)
  • Prevent code from overflowing container in site template (#2429)
  • Encode URLs in UTF-8 when escaping and unescaping (#2420)
  • No Layouts or Liquid for Asset Files (#2431)
  • Allow front matter defaults to set post categories (#2373)
  • Fix command in subcommand deprecation warning (#2457)
  • Keep all parent directories of files/dirs in keep_files (#2458)
  • When using RedCarpet and Rouge without Rouge installed, fixed erroneous
    error which stated that redcarpet was missing, not rouge. (#2464)
  • Ignore all directories and files that merit it on auto-generation (#2459)
  • Before copying file, explicitly remove the old one (#2535)
  • Merge file system categories with categories from YAML. (#2531)
  • Deep merge front matter defaults (#2490)
  • Ensure exclude and include arrays are arrays of strings (#2542)
  • Allow collections to have dots in their filenames (#2552)
  • Collections shouldn't try to read in directories as files (#2552)
  • Be quiet very quickly. (#2520)

Development Fixes

  • Test Ruby 2.1.2 instead of 2.1.1 (#2374)
  • Add test for sorting UTF-8 characters (#2384)
  • Use https for GitHub links in documentation (#2470)
  • Remove coverage reporting with Coveralls (#2494)
  • Fix a bit of missing TomDoc to Jekyll::Commands::Build#build (#2554)

Site Enhancements

  • Set timezone to America/Los_Angeles (#2394)
  • Improve JavaScript in anchor_links.html (#2368)
  • Remove note on Quickstart page about default markdown converter (#2387)
  • Remove broken link in extras.md to a Maruku fork (#2401)
  • Update Font Awesome to v4.1.0. (#2410)
  • Fix broken link on Installation page to Templates page (#2421)
  • Prevent table from extending parent width in permalink style table (#2424)
  • Add collections to info about pagination support (#2389)
  • Add jekyll_github_sample plugin to list of third-party plugins (#2463)
  • Clarify documentation around front matter defaults and add details
    about defaults for collections. (#2439)
  • Add Jekyll Project Version Tag to list of third-party plugins (#2468)
  • Use https for GitHub links across whole site (#2470)
  • Add StickerMule + Jekyll post (#2476)
  • Add Jekyll Asset Pipeline Reborn to list of third-party plugins (#2479)
  • Add link to jekyll-compress-html to list of third-party plugins (#2514)
  • Add Piwigo Gallery to list of third-party plugins (#2526)
  • Set show_drafts to false in default configuration listing (#2536)
  • Provide an updated link for Windows installation instructions (#2544)
  • Remove url from configuration docs (#2547)
  • Documentation for Continuous Integration for your Jekyll Site (#2432)
jekyll - v2.1.1

Published by parkr about 10 years ago

Bug Fixes

  • Patch read vulnerabilities for data & confirm none for layouts (#2563)
  • Update Maruku dependency to allow use of the latest version (#2576)
  • Remove conditional assignment from document URL to prevent stale urls (#2575)

Site Enhancements

  • Add vertical margin to highlight to separate code blocks (#2558)
  • Add html_pages to Variables docs (#2567)
  • Fixed broken link to Permalinks page (#2572)
  • Update link to Windows installation guide (#2578)
Package Rankings
Top 5.25% on Conda-forge.org
Top 0.22% on Rubygems.org
Top 3.32% on Proxy.golang.org
Top 1.55% on Npmjs.org
Badges
Extracted from project README
Gem Version Build Status Backers on Open Collective Sponsors on Open Collective Jekyll Sponsor 0 Jekyll Sponsor 1 Jekyll Sponsor 2 Jekyll Sponsor 3 Jekyll Sponsor 4 Jekyll Sponsor 5 Jekyll Sponsor 6 Jekyll Sponsor 7 Jekyll Sponsor 8 Jekyll Sponsor 9 Jekyll Contributors Jekyll Backers