Commit Graph

10602 Commits

Author SHA1 Message Date
Ashwin Maroli 4e37fb6420 Use jekyll-sass-converter-2.0 by default (#7778)
Merge pull request 7778
2019-08-14 14:24:55 -04:00
jekyllbot 65773e19a8 Update history to reflect merge of #7290 [ci skip] 2019-08-14 13:36:15 -04:00
Ashwin Maroli de60632309 Remove configuration of theme sass files from Core (#7290)
Merge pull request 7290
2019-08-14 13:36:11 -04:00
Frank Taillandier 0490d71661
Fix 404 2019-08-04 22:25:14 +02:00
jekyllbot 272360a80b Update history to reflect merge of #7701 [ci skip] 2019-08-04 16:11:13 -04:00
Ashwin Maroli 8035a3e153 Use String#end_with? to check if entry is a backup (#7701)
Merge pull request 7701
2019-08-04 16:11:12 -04:00
jekyllbot 2736589ba1 Update history to reflect merge of #7728 [ci skip] 2019-08-04 16:09:29 -04:00
Ashwin Maroli a0c3a6bced Memoize fallback_data for Drop (#7728)
Merge pull request 7728
2019-08-04 16:09:27 -04:00
jekyllbot 93794d9239 Update history to reflect merge of #7758 [ci skip] 2019-08-04 16:08:55 -04:00
Ashwin Maroli 65f8831168 Reduce allocations by using #each_with_object (#7758)
Merge pull request 7758
2019-08-04 16:08:54 -04:00
jekyllbot 2c7cbddeba Update history to reflect merge of #7543 [ci skip] 2019-08-04 16:06:02 -04:00
Michelle Greer 764201dc8e Added Bonsai Search (#7543)
Merge pull request 7543
2019-08-04 16:06:00 -04:00
jekyllbot f8c66f02e1 Update history to reflect merge of #7627 [ci skip] 2019-08-04 16:03:58 -04:00
Ashwin Maroli f446aebf07 Delegate --profile tabulation to `terminal-table` (#7627)
Merge pull request 7627
2019-08-04 16:03:56 -04:00
Frank Taillandier 91f82907a3
update date 2019-08-04 21:34:17 +02:00
Matt Rogers 8e52cdbb6b
Release 💎 4.0.0.pre.beta1 2019-08-04 13:21:33 -05:00
jekyllbot 21202589de Update history to reflect merge of #7716 [ci skip] 2019-08-04 14:20:13 -04:00
Matt Rogers 6511342e15 Prepare Jekyll 4.0.0 beta1 (#7716)
Merge pull request 7716
2019-08-04 14:20:11 -04:00
jekyllbot 0e591f08da Update history to reflect merge of #7440 [ci skip] 2019-08-04 08:37:47 -04:00
Ashwin Maroli 0f5e15811f Remove warnings and fixes for deprecated config (#7440)
Merge pull request 7440
2019-08-04 08:37:45 -04:00
jekyllbot 9a10ff9b5a Update history to reflect merge of #7769 [ci skip] 2019-08-04 02:49:36 -04:00
Frank Taillandier 6a4f8bdbec Fix: rubocop offenses (#7769)
Merge pull request 7769
2019-08-04 02:49:34 -04:00
jekyllbot a87ca206da Update history to reflect merge of #7752 [ci skip] 2019-08-02 23:32:09 -04:00
Michael Bishop 07270c7cfd docs: improve how to include rouge stylesheets (#7752)
Merge pull request 7752
2019-08-02 23:32:07 -04:00
jekyllbot 532c499751 Update history to reflect merge of #7732 [ci skip] 2019-08-01 16:21:04 -04:00
Ashwin Maroli b55927e8f7 Add PathManager class to cache interim paths (#7732)
Merge pull request 7732
2019-08-01 16:21:00 -04:00
jekyllbot 4eec5a55c3 Update history to reflect merge of #7764 [ci skip] 2019-07-31 08:49:40 -04:00
Matt Kraai f3a03a14cd Fix misspelling (#7764)
Merge pull request 7764
2019-07-31 08:49:38 -04:00
jekyllbot 0f4b7be88d Update history to reflect merge of #7761 [ci skip] 2019-07-25 12:35:32 -04:00
Ashwin Maroli 1795996458 Replace redundant Array#map with Array#each (#7761)
Merge pull request 7761
2019-07-25 12:35:30 -04:00
Frank Taillandier 882279c307
Add default Sass dir 2019-07-24 15:15:27 +02:00
jekyllbot 384a874805 Update history to reflect merge of #7756 [ci skip] 2019-07-20 11:36:34 -04:00
Andrew Marcuse 5157bdc753 Update mime.types (#7756)
Merge pull request 7756
2019-07-20 11:36:32 -04:00
strangehill 8d5b5fa4dc Update .gitignore snippet in tutorial (#7748) 2019-07-18 14:43:59 +05:30
jekyllbot 7096885e98 Update history to reflect merge of #7720 [ci skip] 2019-07-15 11:38:55 -04:00
Chris Oliver 854e83230e Add recursive navigation tutorial (#7720)
Merge pull request 7720
2019-07-15 11:38:53 -04:00
Ashwin Maroli ffe8d168f2 Prefer Regexp#match? over String#match?
This commit fixes a minor regression introduced in the commit e10a909

Prefer using `Regexp#match` because `@file` or `file` in these lines
could be `nil` if the `tag_markup` is just whitespace. In that scenario,
Jekyll should proceed to the validation logic and bail instead of raising
a `NoMethodError` exception.
2019-07-14 12:33:46 +05:30
jekyllbot 4c9cbad677 Update history to reflect merge of #7749 [ci skip] 2019-07-12 10:44:47 -04:00
Ashwin Maroli 135ebe2660 Reduce Array objects generated from utility method (#7749)
Merge pull request 7749
2019-07-12 10:44:45 -04:00
Ashwin Maroli 77b6033f2f Update Jekyll version in docs header 2019-07-10 16:15:59 +05:30
Parker Moore fea0b69d39 3.8.6: add release note for 3c06609406 2019-07-02 16:51:40 -04:00
Frank Taillandier f7f5cbc6f8
Merge pull request #7736 from jekyll/386-release-notes-public
Forward-port: 3.8.6 release notes
2019-07-02 22:13:34 +02:00
Frank Taillandier 5bc21d82f6 Regenerate Contributing 2019-07-02 21:29:07 +02:00
Parker Moore f42e0e7169 Regenerate the History file bassed on our new date 2019-07-02 21:26:00 +02:00
Frank Taillandier 7c34db3991 Fix date 2019-07-02 21:26:00 +02:00
Parker Moore b7e3f10a08 Move 3.8.6 documentation to the correct location in the History.markdown 2019-07-02 21:26:00 +02:00
Parker Moore fcb8a1ecd3 Update contributing documentation on the website 2019-07-02 21:26:00 +02:00
Parker Moore e318d1c836 Create 3.8.6 release notes 2019-07-02 21:26:00 +02:00
Frank Taillandier 874bd2e5c7
Merge pull request #7737 from ashmaroli/move-auto-generated-to-source
Move updates from generated file to source file
2019-07-02 21:22:37 +02:00
Ashwin Maroli 5b195ffe74 Generate a new site to reflect unreleased changes 2019-07-03 00:14:23 +05:30