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
Parker Moore
9179f56ed7
Quick clean-up from #998 .
2013-05-05 14:59:50 +02:00
Parker Moore
0edbbc1641
Update history to reflect merge of #998
2013-05-05 14:22:01 +02:00
Parker Moore
290ba131e2
Merge pull request #998 from dhcole/master
...
Use post's directory path when matching for the post_url tag
2013-05-05 05:16:39 -07:00
Parker Moore
0d49aacc29
Update history to reflect merge of #1015
2013-05-05 13:49:34 +02:00
Parker Moore
1b994a9682
Merge pull request #1015 from mojombo/loose-pygments-dep
...
Loosen Pygments Dependency
2013-05-05 04:48:37 -07:00
Parker Moore
bd0ff6644e
Update history to reflect merge of #1014
2013-05-05 13:44:09 +02:00
Parker Moore
dcf3911176
Merge pull request #1014 from mojombo/string-times
...
Parse strings into Time objects for date-related parsing
2013-05-05 04:42:26 -07:00
Parker Moore
ca888cad76
When pygments is required after Jekyll::Logger is required, its internal require to Ruby's stdlib Logger class chokes. This is an ugly-ass work-around.
2013-05-04 15:31:02 +02:00
Parker Moore
3feb18bb56
Redcarpet Parser requires pygments
2013-05-04 15:29:43 +02:00
Parker Moore
3c218d2dcd
Only require pygments where it's needed.
2013-05-04 15:04:57 +02:00
Parker Moore
67aaada839
Clean up some copy in the limit_posts error handling.
2013-05-04 14:57:27 +02:00
Parker Moore
c9bd1437a3
Testing parsing of String objects which represent times to Date filters
2013-05-04 14:41:21 +02:00
Parker Moore
7554c4ce61
Parse strings into Time objects for date-related parsing. Fixes #997 .
2013-05-04 14:01:44 +02:00
Parker Moore
1c4f5b4ee5
Update history to reflect the merge of #860
2013-05-02 23:55:49 +02:00
Parker Moore
1404a97cd4
Merge pull request #860 from cobyism/responsify
...
Responsive jekyllrb.com (thanks to @cobyism)
2013-05-02 14:53:46 -07:00
Coby Chapple
e419029b93
update github logo in footer
2013-05-02 21:56:45 +01:00
Coby Chapple
eaaba892a2
derp
2013-05-02 21:56:35 +01:00
Coby Chapple
f0fc262812
tweak some of the code blocks on the troubleshooting page to work better on mobiles
2013-05-02 21:46:43 +01:00
Coby Chapple
cdcb92bb38
make these clone instructions behave as blocks
2013-05-02 21:43:22 +01:00
Coby Chapple
6cc77dfeee
this code block was sticking way out, usage detailed on gist anyway
2013-05-02 21:38:24 +01:00
Coby Chapple
72d4e1f65b
oops, pagination page got left out
2013-05-02 21:34:47 +01:00
Coby Chapple
04bbca5871
use <th> instead of <td> for table headers on variable page
2013-05-02 21:32:41 +01:00
Coby Chapple
6f2f296578
more padding for extra quick-start command line
2013-05-02 21:32:07 +01:00
Parker Moore
4c7b9cb953
#583 has been merged, but should wait for #860 .
2013-05-02 22:19:01 +02:00
Coby Chapple
6a57d5248b
merge in changes from latest master
...
conflicts:
- site/_posts/2012-07-01-permalinks.md
- site/css/style.css
- site/index.html
2013-05-02 21:16:47 +01:00
Coby Chapple
e0640d6687
side scrolling wrappers for remaining tables
2013-05-02 21:08:18 +01:00
Coby Chapple
0d80d10ebf
wrappers for permalinks page
2013-05-02 14:17:16 +01:00
Coby Chapple
c6ce15e435
notes, warnings etc should break out rightwards too, come to think of it
2013-05-02 14:16:19 +01:00
Coby Chapple
8446f47247
wrapper classes for frontmatter page
2013-05-02 14:05:44 +01:00
Coby Chapple
951cb11d48
padding should be even when table fits without overflow
2013-05-02 13:52:21 +01:00
Coby Chapple
fb642bb97f
break side scrolling tables out of the grid/parent containers 🤘
2013-05-02 13:51:26 +01:00
Coby Chapple
f924a04733
scroll tables sideways on mobiles
2013-05-02 13:50:46 +01:00
Parker Moore
40b587c46c
Update history to reflect change to solve #1008
2013-04-30 22:18:58 +02:00
Parker Moore
c32b570114
Checking the arguments to ensure we have a subcommand before proceeding. ( #1008 )
2013-04-30 22:17:22 +02:00
Parker Moore
463ea15a3e
Update history to reflect merge of #1007
2013-04-30 22:02:36 +02:00
Parker Moore
1f02150ee9
Merge pull request #1007 from michaelklishin/patch-1
...
Catch all exceptions, not just StandardError descendents
2013-04-30 12:59:02 -07:00
Michael Klishin
82ec02905e
Catch all exceptions, not just StandardError descendents
...
We've hit a few edge cases in Liquid/Markdown rendering
with http://clojurewerkz.org documentation sites.
They resulted in exceptions Jekyll silently swallowed because
they were not StandardException subclasses.
2013-04-30 23:33:08 +04:00
Dave Cole
b1cf3d5dd5
Adjust expected post count for tests.
2013-04-30 12:46:31 -04:00
Parker Moore
48fe514c54
Updating Configuration page in docs with the defaults
2013-04-30 16:08:21 +02:00