Commit Graph

  • 898d9d13a8 Remove the word 'also' when describing Typo migrations. Matt Rogers 2013-04-18 22:17:11 -0500
  • 35a59ab766 Use 'newer' instead of 'future' Matt Rogers 2013-04-18 22:15:07 -0500
  • 205e65d017 Be explicit about what we require when migrating systems Matt Rogers 2013-04-18 22:02:33 -0500
  • 96fa05ac3d Make the text clearer for the layout option Matt Rogers 2013-04-18 21:47:45 -0500
  • a8361315ed Add a missing 'the' Matt Rogers 2013-04-18 21:32:26 -0500
  • f5a4d36efc Add a missing comma Matt Rogers 2013-04-18 21:18:14 -0500
  • c06bb76610 Fix a verb tense mismatch Matt Rogers 2013-04-18 21:04:40 -0500
  • ef6ae8c073 Add a word that was missing Matt Rogers 2013-04-18 21:01:10 -0500
  • 2e65658920 Fix up some verbiage that didn't jive quite right. Matt Rogers 2013-04-18 20:57:39 -0500
  • 8d7be33dfb Wrap at 80 columns Matt Rogers 2013-04-18 21:48:17 -0500
  • e1f04968e8 Use pages for documentation, not posts, fixes #980. Benjamin J. Balter 2013-04-18 10:10:59 -0400
  • ba64a9fe30 Fail if destination directory for jekyll new exists and is not empty. Fixes #981. Parker Moore 2013-04-16 18:24:10 +0200
  • 11419868dc CSS reorganization Benjamin J. Balter 2013-04-16 09:48:18 -0400
  • 6ed41e373c Remove code duplication: #write in Page and Post is the same. Parker Moore 2013-04-16 02:55:31 +0200
  • aba0e3a79e Release 1.0.0.rc1 Parker Moore 2013-04-16 00:49:31 +0200
  • c0c0150bb5 Release 1.0.0.rc1 Parker Moore 2013-04-16 00:47:31 +0200
  • 82f32d5c02 Merge configuration properly. Closes #978. Parker Moore 2013-04-16 00:41:10 +0200
  • 55b890b407 Move site title to H1 tag, wrap header in header tag. Benjamin J. Balter 2013-04-15 16:50:01 -0400
  • 3bf38ad0d3 significant rewrite of baseurl section for clarity, props mattr- Benjamin J. Balter 2013-04-15 16:25:40 -0400
  • db31c1a453 s/mardown/markdown/ part deux Benjamin J. Balter 2013-04-15 16:16:27 -0400
  • 4063e47fb9 s/--server/serve/ part deux Benjamin J. Balter 2013-04-15 16:15:38 -0400
  • 766ef9e3da s/mardown/markdown, props @mattr Benjamin J. Balter 2013-04-15 16:13:46 -0400
  • 7a0b6da5ed s/along side/alongside/ h/t @mattr Benjamin J. Balter 2013-04-15 16:13:22 -0400
  • 6b624fb699 upper case P dangit Benjamin J. Balter 2013-04-15 16:12:54 -0400
  • 075e14aaad moar hard word wrapping Benjamin J. Balter 2013-04-15 16:12:13 -0400
  • 380e7a9744 s/--server/serve Benjamin J. Balter 2013-04-15 16:10:19 -0400
  • 783d59045b remove stray comma Benjamin J. Balter 2013-04-15 16:09:24 -0400
  • 343d56dfe3 hard wrap *all* the things! Benjamin J. Balter 2013-04-15 16:09:02 -0400
  • 223dbdc155 86'd conditional IE classes Benjamin J. Balter 2013-04-15 13:37:05 -0400
  • 91bcb83c8a plurlize file(s) Benjamin J. Balter 2013-04-15 13:34:38 -0400
  • 55368898f5 Clarify new way to do server and auto, props @parkr Benjamin J. Balter 2013-04-15 13:33:53 -0400
  • e7546a98f6 Remove unnecessary override of #read_yaml in Page. Parker Moore 2013-04-15 19:24:23 +0200
  • f6f3aa6218 Update history to reflect merge of #977. Repealed #580. Parker Moore 2013-04-15 19:21:15 +0200
  • 9571e4c536 Merge pull request #977 from maul-esel/no-layout-defaults Parker Moore 2013-04-15 10:19:32 -0700
  • e4b8dbc112 Add files to the manifest in the gemspec Parker Moore 2013-04-15 19:15:55 +0200
  • db76121d89 Make --config usage more explicit. Benjamin J. Balter 2013-04-15 12:56:33 -0400
  • 14ca57893f 86'd Chrome Frame in template site Benjamin J. Balter 2013-04-15 12:04:27 -0400
  • 532adddbb8 quick shout out to jekyll new Benjamin J. Balter 2013-04-15 12:02:06 -0400
  • f8e8160358 clarify baseurl usage Benjamin J. Balter 2013-04-15 11:56:46 -0400
  • cc5ce06d78 remove tests for default layouts maul.esel 2013-04-15 17:24:18 +0200
  • b7064a4bc3 remove 'post' and 'page' default layouts maul.esel 2013-04-15 17:24:09 +0200
  • 5a8a04391c Update history to reflect merge of #957. Parker Moore 2013-04-15 16:25:42 +0200
  • afa3ef90b9 Merge pull request #957 from mojombo/timezonify Parker Moore 2013-04-15 07:23:53 -0700
  • 457e90fd41 Just remove the darn TEST_DIR Parker Moore 2013-04-15 15:42:21 +0200
  • b4f68baafb Jekyll.set_timezone accepts just the timezone, not the config Parker Moore 2013-04-15 15:39:36 +0200
  • b68d33ed8b Remove 'shell' from description of changing TZ Parker Moore 2013-04-15 14:37:37 +0200
  • aa1f52fce8 Renamed timezone feature scenarios Parker Moore 2013-04-15 14:35:28 +0200
  • 83cb01dd59 Using File.exists? more generally instead of File.directory? so /tmp/jekyll is always removed before running tests Parker Moore 2013-04-15 14:33:52 +0200
  • 88e68e038a Extract out date parsing in feature steps Parker Moore 2013-04-15 14:32:14 +0200
  • 9c57fad430 Finished feature for timezone shifting. Parker Moore 2013-04-15 00:31:40 +0200
  • df868b308a Set Jekyll path relative to the env file, not to CWD Parker Moore 2013-04-14 21:00:03 +0200
  • 48795462c2 Cucumber: remove test dir if it's there Parker Moore 2013-04-14 20:59:40 +0200
  • b51b796a1e Feature for timezone switching Parker Moore 2013-04-14 20:59:31 +0200
  • fbf818b618 Add example TZ and default value note. Parker Moore 2013-04-14 20:23:20 +0200
  • d6a08b093a Add docs for timezone setting. Parker Moore 2013-04-14 20:20:56 +0200
  • c0a2d0f888 Fixed syntax error Parker Moore 2013-04-13 16:45:42 +0200
  • b249289b9d Set the timezone for the process Parker Moore 2013-04-13 16:40:05 +0200
  • 5bcce7a1f1 Fix unit tests for Configuration#backwards_compatibilize Parker Moore 2013-04-15 00:41:46 +0200
  • d33f45ff05 Merge branch 'master' of github.com:mojombo/jekyll Parker Moore 2013-04-15 00:32:17 +0200
  • f7310f554e Whitespace in post.rb Parker Moore 2013-04-15 00:32:04 +0200
  • 55a964a7da Print deprecation warnings for 'server', 'watch' and 'auto' when loaded from files. Fixes #972 Parker Moore 2013-04-14 23:18:47 +0200
  • e531925cae Fixes multiple config loading. Closes #973. Rel: #945. Parker Moore 2013-04-14 23:04:20 +0200
  • e0335e2167 .formatted_topic has moved back to Jekyll::Logger. Update Build.watch to use it Parker Moore 2013-04-14 20:21:39 +0200
  • 85fc27bdd5 Update history to reflect merge of #959. Parker Moore 2013-04-14 20:06:58 +0200
  • 398cd633b6 Merge pull request #959 from mojombo/deprecator Parker Moore 2013-04-14 11:05:07 -0700
  • 6a4a607aea Merge pull request #968 from maul-esel/cucumber-fix Parker Moore 2013-04-14 10:42:27 -0700
  • 47e9c978bf Direct users to the proper command when previewing drafts. Benjamin J. Balter 2013-04-14 13:35:24 -0400
  • 38e7d61858 fix typo in draft post explanation, props @parkr Benjamin J. Balter 2013-04-14 13:31:17 -0400
  • 6133252f06 s/root/source/, props @parkr Benjamin J. Balter 2013-04-14 13:30:14 -0400
  • 4ef107f3e8 Remove Logger methods from main Jekyll module. Parker Moore 2013-04-14 19:27:19 +0200
  • 30859cd979 First pass at baseurl documentation Benjamin J. Balter 2013-04-14 13:27:14 -0400
  • 87d3ddc1d9 Add draft functionality explanation to upgrading docs Benjamin J. Balter 2013-04-14 13:18:03 -0400
  • f4c61e59a6 clean up language a bit to clarify meaning Benjamin J. Balter 2013-04-14 13:11:37 -0400
  • 37f332d58e Note that `--auto` is not `--watch` Benjamin J. Balter 2013-04-14 13:06:55 -0400
  • ff88254ccb De-deprecate `--safe`, props @mojombo Benjamin J. Balter 2013-04-14 13:03:06 -0400
  • c038ea6cc2 s/problematically/programmatically/, props @mojombo Benjamin J. Balter 2013-04-14 13:00:59 -0400
  • 652b548ca5 Hard line wrap FTW! Benjamin J. Balter 2013-04-14 12:59:09 -0400
  • ba2281c4a3 Strip CSS, JS, and IMG from template site Benjamin J. Balter 2013-04-14 12:52:27 -0400
  • 64702f2faf minor test fix: the variable is named page.path maul.esel 2013-04-14 09:52:30 +0200
  • c0dfe3165c test per-post permalinks maul.esel 2013-04-14 09:47:40 +0200
  • 91b9d974b2 Update history to reflect merge of #955 Parker Moore 2013-04-14 05:26:32 +0200
  • 81e44bf5f4 Merge pull request #955 from mojombo/refactor-markdown Parker Moore 2013-04-13 20:25:37 -0700
  • 7a7990fb9a Moved markdown converters into lib/jekyll/converters/markdown Parker Moore 2013-04-14 05:23:42 +0200
  • 30b49e7d4d Update history to reflect merge of #907 Parker Moore 2013-04-14 04:22:29 +0200
  • c708d1d71b Merge pull request #907 from advatar/pkpass_mime_type_support Parker Moore 2013-04-13 19:17:35 -0700
  • 7557e732a2 Update history to reflect addition of docs for page.path #951 Parker Moore 2013-04-13 20:42:35 +0200
  • 0ba7bc12b0 Update history to reflect merge of #956 Parker Moore 2013-04-13 20:41:43 +0200
  • db3a2ab941 Update history to reflect merge of #966 Parker Moore 2013-04-13 20:39:52 +0200
  • 10c2445003 Merge pull request #966 from benbalter/quick-start-scaffold Parker Moore 2013-04-13 11:38:56 -0700
  • ef51b0f9e4 Error message is red Parker Moore 2013-04-13 20:27:44 +0200
  • ef9d8ddb7d Matching tests to new colorized output Parker Moore 2013-04-13 20:24:45 +0200
  • f69a716d93 Update quickstart instructions with `new` command Benjamin J. Balter 2013-04-13 14:09:58 -0400
  • c2dc80b95e Add docs to help users upgrade from < 1.0, fixes #877 Benjamin J. Balter 2013-04-13 14:03:16 -0400
  • b99baeae27 Colorize warns as yellow Parker Moore 2013-04-13 19:58:41 +0200
  • 97dbadb5dd Add colorator gem Parker Moore 2013-04-13 19:46:25 +0200
  • cef0a80897 Update history to reflect merge of #961 Parker Moore 2013-04-13 19:27:21 +0200
  • 9b5ebb874f Merge pull request #961 from benbalter/default-markdown-engine Parker Moore 2013-04-13 10:26:34 -0700
  • 3e04655025 Merge pull request #962 from dracula2000/refactor-site Parker Moore 2013-04-13 10:24:35 -0700
  • 1163fa905e Make template site HTML5 Benjamin J. Balter 2013-04-13 13:15:31 -0400
  • 40e44a2051 do not force the permalink to be a dir if it ends on .html maul.esel 2013-04-13 18:45:40 +0200