Commit Graph

4467 Commits

Author SHA1 Message Date
Parker Moore 1f877fde1e Make the intro text on the site template post a bit nicer. 2014-08-13 01:27:36 -04:00
Parker Moore d70f9d4a29 Layout for site template feed.xml should be 'null'. 2014-08-13 01:23:19 -04:00
Parker Moore 17a4d15d3b Update site history. [ci skip] 2014-08-13 01:19:36 -04:00
Parker Moore 135c5f313b Update history to reflect merge of #2740 [ci skip] 2014-08-13 01:19:19 -04:00
Parker Moore 72cfee7ea6 Merge pull request #2740 from jekyll/latest-version 2014-08-13 01:18:56 -04:00
Parker Moore 7c266e0fb9 Add latest_version.txt file to the site. 2014-08-13 01:18:12 -04:00
Parker Moore a97659a4a1 Add docs for https://github.com/jekyll/jekyll/issues/2691 2014-08-13 01:09:44 -04:00
Parker Moore 4e7dd8a563 Add emoji to the release commit message. 2014-08-13 01:09:37 -04:00
Parker Moore 038baa12c7 Update history to reflect merge of #2721 [ci skip] 2014-08-13 00:59:41 -04:00
Parker Moore e5306284ff Merge pull request #2721 from jekyll/fork-classifier 2014-08-13 00:59:19 -04:00
Parker Moore c4abe6ec8f Add linke to https://github.com/jekyll/jekyll/issues/2676 in Jekyll 2.3.0 release post. 2014-08-13 00:31:59 -04:00
Parker Moore 4d8e335da1 The mighty classifier --- reborn!!!!!
Use classifier-reborn v2.0 in place of classifier 1.3.
Code at https://github.com/jekyll/classifier-reborn
2014-08-13 00:29:40 -04:00
Parker Moore f84cd4e4ed Update 2.3.0 release post. [ci skip] 2014-08-13 00:07:20 -04:00
Parker Moore adb6d4d2d7 Update site history. 2014-08-13 00:04:47 -04:00
Parker Moore 9738ea452f Merge pull request #2723 from jekyll/release-2-3-0 2014-08-13 00:04:15 -04:00
Parker Moore 839501e012 Add some minimal docs for scssify and sassify filters. #2739 [ci skip] 2014-08-13 00:03:57 -04:00
Parker Moore 59b32626a8 Update history to reflect merge of #2739 [ci skip] 2014-08-12 23:54:50 -04:00
Parker Moore fac5a2eb02 Merge pull request #2739 from DynamicDyno/sassify-filters 2014-08-12 23:54:17 -04:00
Kevin 566d3718b0 added sassify and scssify filters fot converting sass and scss strings to css 2014-08-12 21:24:04 -06:00
Parker Moore 2b81e5ed19 Update history to reflect merge of #2737 [ci skip] 2014-08-12 21:05:08 -04:00
Parker Moore 315cc386e5 Merge pull request #2737 from jekyll/fix-reading-imgs 2014-08-12 21:04:50 -04:00
Parker Moore 10cc45fc45 Add StaticFile#destination_rel_dir 2014-08-12 18:07:13 -04:00
Parker Moore 141ce32382 Custom formatter. 2014-08-12 18:06:47 -04:00
Parker Moore 56b9238af5 Fix up script/cucumber and script/test 2014-08-12 16:38:39 -04:00
Parker Moore 5031dfa3b9 Update history to reflect merge of #2735 [ci skip] 2014-08-12 16:07:58 -04:00
Parker Moore c0df4b1047 Merge pull request #2735 from jekyll/multitask-defaut 2014-08-12 16:07:40 -04:00
Parker Moore 530e049d2d Read in static files info `collection.files` as `StaticFile`s. 2014-08-12 15:59:45 -04:00
Parker Moore f16a5cbae1 Add Utils.has_yaml_header? so we can check the front matter existence in one place 2014-08-12 15:58:02 -04:00
Parker Moore bcc539999b Allow for parallel test execution. 2014-08-12 15:56:56 -04:00
Parker Moore 7b1763a124 Release 💎 v2.3.0 2014-08-12 14:39:21 -04:00
Parker Moore b0e144065c Update history to reflect merge of #2733 [ci skip] 2014-08-12 14:36:32 -04:00
Parker Moore eabde41267 Merge pull request #2733 from jekyll/sass-in-liquid 2014-08-12 14:36:15 -04:00
Parker Moore 14b73667b8 Make default rake task a multitask so tests run in parallel. 2014-08-12 14:34:17 -04:00
Parker Moore 707278f099 Use the proper extname getter. 2014-08-12 14:11:27 -04:00
Parker Moore a330bb0801 Update history to reflect merge of #2731 [ci skip] 2014-08-12 13:49:26 -04:00
Parker Moore 5c9eb324e8 Update history to reflect merge of #2731 [ci skip] 2014-08-12 13:47:45 -04:00
Parker Moore ba63a2c6d1 Merge pull request #2731 from jekyll/doc-to_s 2014-08-12 13:47:32 -04:00
Parker Moore 8ff9074ce5 Allow Sass files to be rendered, but never place them in layouts.
Fixes #2573.
2014-08-12 13:38:53 -04:00
Parker Moore db34c48927 Just like for Convertible, place the un-layouted content in document.content. 2014-08-12 12:52:38 -04:00
Parker Moore 5367bc3416 Update history to reflect merge of #2732 [ci skip] 2014-08-12 12:48:09 -04:00
Parker Moore 871e425fa0 Merge pull request #2732 from jekyll/type-should-be-similar-in-number 2014-08-12 12:46:42 -04:00
Parker Moore 90ec93373b Ensure the new type works. 2014-08-12 12:24:28 -04:00
Parker Moore 2fd155615f Forgot a question mark == broken tests. 2014-08-12 12:22:48 -04:00
Parker Moore e36d433100 FrontmatterDefaults#update_deprecated_types deals with a set, not a scope 2014-08-12 12:22:39 -04:00
Parker Moore 9c090c862f Ask about 'Draft' before asking about 'Post'
`Draft`s are a subclass of `Post` so `draft.is_a?(Post)` will return
`true`, thus making all `Draft`s `Post`s, which is not desired. If
asking about `Draft` first, then we avoid this problem.

Fixes #2726
2014-08-12 11:52:16 -04:00
Parker Moore 60c29561f2 Use plural 'type' in front matter defaults for pages/posts/drafts
Fixes #2657
2014-08-12 11:50:02 -04:00
Parker Moore d57c4f1c01 Document#to_s should produce just the content of the document.
Fixes #2655
2014-08-12 11:25:28 -04:00
Parker Moore f190a960a1 Update history to reflect merge of #2722 [ci skip] 2014-08-12 11:20:20 -04:00
Parker Moore 1dcf241677 Merge pull request #2722 from jekyll/don-t-concat-extnames 2014-08-12 11:19:53 -04:00
Parker Moore 1de1ab9303 Update history to reflect merge of #2729 [ci skip] 2014-08-12 11:19:02 -04:00