Parker Moore
7dccb6c996
Update history to reflect fix of #1041 .
2013-05-07 13:11:17 +02:00
Parker Moore
a0ad8a4031
Don't print deprecation warning if no arg is specified. Fixes #1041 .
2013-05-07 13:10:29 +02:00
Uwe Dauernheim
3770bcbdb7
Use newer `language-` class name prefix
...
This change makes it partly possible to use Jekyll+RedCarpet+Prism.js without using a plugin.
Another change will respect Jekyll's `pygments` configuration option and not render the code block using Pygments. Together, these two changes allow using prism.js with Jekyll out of the box.
2013-05-07 02:33:58 +03:00
Parker Moore
dde2d7c3f6
Update history to reflect merge of #1032
2013-05-06 22:10:18 +02:00
Parker Moore
b9a94123d6
Merge pull request #1032 from pborreli/typos
...
Fixed typos, add missing <div> to site_template
2013-05-06 12:51:49 -07:00
Pascal Borreli
29b3dc97f0
Fixed typos
2013-05-06 20:27:00 +01:00
Pascal Borreli
410e5912a2
Fixed html
2013-05-06 20:26:39 +01:00
Parker Moore
c7b707cdfd
Ignore --help and --version in Deprecator. Fixes #1030
2013-05-06 20:17:28 +02:00
Parker Moore
60bbcaa863
Update history to reflect merge of #1028
2013-05-06 20:06:53 +02:00
Parker Moore
7cea0657ba
Merge pull request #1028 from pborreli/site-typos
...
Fixed some typos
2013-05-06 11:05:31 -07:00
Pascal Borreli
d34991ce3d
Removed useless measure in css
2013-05-06 16:10:29 +01:00
Pascal Borreli
221c525057
Fixed duplicate attribute in css
2013-05-06 16:09:26 +01:00
Pascal Borreli
b61f81c64d
Removed duplicate css entry
2013-05-06 16:08:36 +01:00
Pascal Borreli
eacf7e948b
Fixed typos
2013-05-06 16:07:45 +01:00
Pascal Borreli
e4e73bddb3
Fixed select closing tag
2013-05-06 15:57:43 +01:00
Benjamin J. Balter
6f3fbc69e7
markdownify the changelog
2013-05-06 09:50:38 -04:00
Parker Moore
0c76792aa7
Update history to reflect merge of #1025
2013-05-06 15:27:36 +02:00
Parker Moore
494f0aac4f
Merge branch 'master' of github.com:mojombo/jekyll
...
* 'master' of github.com:mojombo/jekyll:
Removing manual install of Pip and Distribute
2013-05-06 15:27:00 +02:00
Parker Moore
4cf99f7de0
Merge pull request #1025 from Nikkau/patch-1
...
Removing manual install of Pip and Distribute
2013-05-06 06:26:36 -07:00
Nikkau
f4f2932cb8
Removing manual install of Pip and Distribute
...
Brew automatically install Pip and Distribute.
https://github.com/mxcl/homebrew/blob/master/Library/Formula/python.rb#L245-247
2013-05-06 16:19:47 +03:00
Parker Moore
dd242db3da
Update history to reflect merge of #1022
2013-05-06 11:15:00 +02:00
Parker Moore
cbe1448ad1
Merge pull request #1022 from olov/patch-1
...
Updated URL for Markdown references plugin (moved from Gist to project)
2013-05-06 02:14:19 -07:00
Olov Lassus
7a65f2d268
Updated URL for Markdown references plugin (moved from Gist to a GitHub project)
2013-05-06 11:53:52 +03:00
David Briggs
a5a6be1b1b
fix unescaped liquid tag, fixes #1019
2013-05-06 10:51:08 +02:00
Parker Moore
d30117aeb2
Update history to reflect merge of #1018
2013-05-06 02:07:51 +02:00
Parker Moore
21e99430bc
Update history to reflect release of 1.0.0.
2013-05-06 02:07:11 +02:00
Parker Moore
097ac95d49
Merge pull request #1018 from kivikakk/readme_links
...
Update README links.
2013-05-05 17:05:31 -07:00
Arlen Cuss
fadd53ab8b
Update README links.
2013-05-06 10:01:51 +10:00
Parker Moore
9f94eaf061
Release 1.0.0
2013-05-06 01:16:34 +02:00
Parker Moore
9f6da26bb4
remove failsave for docs publishing
2013-05-06 01:16:14 +02:00
Parker Moore
4d9d6b689b
Cleaning up the site template CSS.
2013-05-06 01:00:00 +02:00
Parker Moore
58103d11c9
Add Upgrading docs page to gemspec.
2013-05-05 23:51:10 +02:00
Parker Moore
24d694e6a0
We now have native drafts, wahoo
2013-05-05 23:42:08 +02:00
Parker Moore
0619265e5b
Update Upgrading docs. #965
2013-05-05 23:39:42 +02:00
Parker Moore
04837f7c78
Merge pull request #965 from benbalter/upgrading-docs
...
Add docs to help users upgrade from < 1.0, fixes #877
2013-05-05 14:10:44 -07:00
Parker Moore
06beb4b72b
Bump version for 1.0.0.
2013-05-05 23:02:45 +02:00
Parker Moore
0b1d22dd61
Merge pull request #1016 from mojombo/fix-pagination
...
Paginate in subdirectories properly
2013-05-05 14:01:29 -07:00
Parker Moore
bcf1464162
Update history to reflect merge of #992
2013-05-05 22:58:55 +02:00
Parker Moore
ce999f12fc
Merge pull request #992 from maul-esel/consistent-page.url
...
add leading slash to page.url and post.url
2013-05-05 13:56:15 -07:00
Parker Moore
8bd1e0f06e
Update history to reflect merge of #964 .
2013-05-05 21:08:03 +02:00
Parker Moore
50d66831ff
Merge pull request #964 from benbalter/html-template-site
...
Make Template site HTML5
2013-05-05 12:05:47 -07:00
Benjamin J. Balter
8ec08fceb6
Downgrade default site template for Internet exploder
...
Swap `<header>` and `<footer>` tags to `<div>`s, so we can support IE without the need for an html5 shim.
2013-05-05 14:28:58 -04:00
Parker Moore
dcd7b36269
Fixing Pager test for 1.8.7.
2013-05-05 18:08:03 +02:00
Parker Moore
1c146ec649
Instead of just a string name, Pager.pagination_enabled? now accepts a page
2013-05-05 17:26:48 +02:00
Parker Moore
050e982006
Add extra question to ensure that the index.html file is in thepagination path's directory
2013-05-05 17:26:29 +02:00
Parker Moore
2d0e65b5f7
In Cucumber step definitions, it'd be smart not to chdir into a dir we're about to kill
2013-05-05 17:25:42 +02:00
Parker Moore
5836b441f6
Fixing up pagination feature test
2013-05-05 17:25:09 +02:00
Parker Moore
ea71036e8c
Paginate in subdirectories properly. Fixes #878 .
2013-05-05 15:40:13 +02:00
Parker Moore
3e670e72ab
Update gemspec.
2013-05-05 15:20:18 +02:00
Parker Moore
20334aabbe
Test all cases for post_url modifications. #998
2013-05-05 15:13:17 +02:00