Parker Moore
0c6d56365a
Upgrading to safe_yaml v0.7
2013-02-10 19:07:05 +01:00
Parker Moore
382b1b5a11
Updated History to reflect merge of #806
2013-02-10 17:06:46 +01:00
Parker Moore
78c37180f2
Merge pull request #806 from scribu/patch-1
...
Explicitly mention defacto styleguide
2013-02-10 08:05:32 -08:00
Cristi Burcă
311bcbb7ed
mention styleguide to new contributors
2013-02-10 17:19:22 +02:00
scribu
538c2086a5
whitespace fixes
2013-02-10 04:49:27 +02:00
scribu
3e164d6daf
don't check if draft is published or if its date is in the future
2013-02-09 23:48:38 +02:00
scribu
2588d681c9
fix draft filename processing
2013-02-09 23:38:13 +02:00
scribu
78831d94cd
don't mess with dir parameter
2013-02-09 23:19:35 +02:00
scribu
642349f797
implement and use Draft.valid?
2013-02-09 22:41:47 +02:00
scribu
1ac46b17c4
Don't require date in draft filenames.
2013-02-09 21:35:41 +02:00
Parker Moore
372628c22a
Merge pull request #799 from apodlaski/remove-migrators-from-gemspec
...
Remove migrator files from jekyll.gemspec
2013-02-07 14:36:05 -08:00
Kevin Suttle
b4c5d707a5
Bump .ruby-version to 1.9.3-p374
2013-02-07 15:19:33 -05:00
Aleksander Podlaski
fae771d1a0
Remove migrator files from jekyll.gemspec
...
Some files no longer exists but was not removed from jekyll.gemspec:
- lib/jekyll/commands/migrate.rb
- lib/jekyll/migrators/*.rb
2013-02-07 07:21:55 +01:00
Parker Moore
8e48848b7a
Removed migrate tasks from Rakefile.
2013-02-07 00:42:37 +01:00
Alexander Ekdahl
4cd7c22ee7
Now uses the more semantically correct AND operator
2013-02-04 22:17:03 +01:00
Alexander Ekdahl
7512e6bb66
Allow symlinked folders in unsafe mode
2013-02-04 17:16:01 +01:00
Parker Moore
a3d95957dd
Updating tests for new config output.
2013-02-03 21:31:05 +01:00
Parker Moore
f6d38def5a
Reworking errors with configuration file.
2013-02-03 21:30:52 +01:00
Parker Moore
90fa3f2921
Improved output for auto-regeneration.
2013-02-03 20:36:34 +01:00
Parker Moore
dd7c5870d9
Cleaner output when generating site.
2013-02-03 20:29:58 +01:00
Parker Moore
e4042e56b7
Update history to reflect merge of #792 . Closes #789 .
2013-02-03 18:56:42 +01:00
Parker Moore
f002ee4f9f
Merge pull request #792 from mojombo/alias-serve-to-server
...
Aliased jekyll server to jekyll serve
2013-02-03 09:55:14 -08:00
Parker Moore
7a44965c88
Updated history to reflect merge of #793 . Closes #787 .
2013-02-03 01:54:52 +01:00
Parker Moore
9ea1becf13
Merge pull request #793 from mojombo/remove-migrators
...
Remove migrators - move to jekyll-import gem.
2013-02-02 16:34:07 -08:00
Parker Moore
f5137850e4
Using abort instead of puts & exit when jekyll-import gem isn't available.
2013-02-03 01:24:38 +01:00
scribu
daa9e11994
fix whitespace in drafts.feature
2013-01-31 05:35:19 +02:00
Parker Moore
9bb0bfc0b2
Eliminating migrator tests (in this repo).
2013-01-31 01:19:56 +01:00
Parker Moore
e8384e6a97
Eliminating migrator dependencies.
2013-01-31 01:19:34 +01:00
Parker Moore
82f29bb627
The jekyll-import gem provides Jekyll::Commands::Import, not Jekyll::Commands::Migrate.
2013-01-31 00:18:54 +01:00
Parker Moore
28a074ff7a
Remove Jekyll::Commands::Migrate
2013-01-31 00:18:22 +01:00
Parker Moore
b70c59667c
Requiring jekyll-import gem. Printing error and exiting if it does not exist.
2013-01-30 23:43:26 +01:00
Parker Moore
221c2f4c0e
Aliased jekyll server to jekyll serve
2013-01-30 23:30:04 +01:00
Parker Moore
2e73671cf4
Updated Kramdown tests to reflect numeral HTML entities.
2013-01-30 23:25:49 +01:00
Parker Moore
1cfd0c8b15
Updated history to reflect merging of #744 .
2013-01-30 23:21:23 +01:00
Parker Moore
04b60ffe7f
Merge pusewicz/bump-gems from #744
2013-01-30 23:20:23 +01:00
Parker Moore
62bba37c1f
Update history to reflect merge of #768
2013-01-30 22:19:24 +01:00
Parker Moore
6e8202f9a6
Added in --limit-posts
2013-01-30 22:04:56 +01:00
Parker Moore
7023a5e622
Added the --future switch back to the CLI
2013-01-30 21:56:54 +01:00
Parker Moore
cff4ec72ea
Using .erb file for the new post
2013-01-30 21:05:52 +01:00
Leonard Ehrenfried
a7f0d04bda
Improve error message for malformed highlight tags
2013-01-29 12:16:33 +01:00
Parker Moore
704307d7fe
Added very basic code snippet example to sample post
2013-01-27 23:30:32 +01:00
Parker Moore
bf78fe9b75
Move post scaffold content to a separate method.
2013-01-27 23:23:53 +01:00
Parker Moore
a68b67c65e
Added newline to New command for stylistic congruence.
2013-01-27 23:21:31 +01:00
Parker Moore
ac691a1465
removed related posts segment of scaffold site.
2013-01-27 23:21:02 +01:00
Parker Moore
a8671ed52b
Using modularized commands (Jekyll::Commands) as per @tombell's latest PR merge
2013-01-27 23:17:45 +01:00
Parker Moore
f3856a444a
Added command to primary binary.
2013-01-27 23:16:34 +01:00
Parker Moore
2bc04e4a60
Added the site_template files to the gemspec manifest.
2013-01-27 23:16:34 +01:00
Parker Moore
272dd5ef35
Added the NewCommand class
2013-01-27 23:16:34 +01:00
Parker Moore
ce7e307cba
Scaffold site, based on @mojombo's site (with permission).
2013-01-27 23:16:34 +01:00
Parker Moore
b4bea4a586
Merge branch 'code-cleanup' of git://github.com/tombell/jekyll into code-cleanup
...
Module Cleanup
* 'code-cleanup' of git://github.com/tombell/jekyll:
Remove new lines between module and class
Update tag classes moving into a module
Update pagination classes moving into a module
Update converter classes moving into a module
Strip extra newlines
Update command classes moving into a module
Conflicts:
lib/jekyll/commands/serve.rb
2013-01-27 23:13:16 +01:00