Ivan Tse
6684a8f914
Refactor logic into Command class. Add tests.
2014-06-04 14:23:40 -04:00
Ivan Tse
c4434f27af
Get relative paths of directories to ignore
...
Use `Pathname#realpath` to get absolute paths so that
`Pathname#relative_path_from` will not raise an exception. Also add the
config files to this list.
2014-05-28 01:16:34 -04:00
Ivan Tse
6ba077cf37
Remove `Command.globs` method
...
It is no longer being used.
2014-05-28 01:15:07 -04:00
Parker Moore
3893004f5e
Update history to reflect merge of #2457 [ci skip]
2014-05-27 16:45:39 -04:00
Parker Moore
ba5922f468
Merge pull request #2457 from marcransome/master
2014-05-27 16:44:49 -04:00
Marc Ransome
3b41a44050
Fixing help command in deprecation warning
2014-05-27 18:42:44 +01:00
Parker Moore
a68fb9d0b6
Update history to reflect merge of #2437 [ci skip]
2014-05-26 22:06:59 -04:00
Parker Moore
671a62e0fe
Merge pull request #2437 from pathawks/date_to_rfc822
2014-05-26 22:06:33 -04:00
Parker Moore
0f7d4f57d8
Update history to reflect merge of #2455 [ci skip]
2014-05-26 22:03:37 -04:00
Parker Moore
6b9a443c05
Merge pull request #2455 from jekyll/extract-pagination-generator
2014-05-26 22:03:16 -04:00
Parker Moore
4414c70b87
Bump to jekyll-paginate 1.0.0
2014-05-26 21:08:03 -04:00
Parker Moore
9e4ef3cbff
Add the paginator as a plugin: jekyll-paginate
2014-05-26 20:09:33 -04:00
Parker Moore
62129d9a2f
Output Jekyll output if ENV['DEBUG'] exists
2014-05-26 20:09:13 -04:00
Parker Moore
e5b7373298
Add link to #jekyll on irc.freenode.net
2014-05-25 00:41:14 -04:00
Parker Moore
c2fcf53e53
Update link to "Migrate" in README
2014-05-25 00:41:01 -04:00
Pat Hawks
43074632b3
Take advantage of date_to_rfc822
...
Jekyll has a filter built just for this purpose
2014-05-23 09:34:49 -05:00
Parker Moore
8d65c9c92f
Relax PATCH level in .travis.yml for ruby versions.
...
Ruby is now using SEMVER. Relaxing to 2.0 and 2.1 gives them the freedom to
release new patches and for us to take advantage of them without modifying
this file.
https://www.ruby-lang.org/en/news/2013/12/21/semantic-versioning-after-2-1-0/
2014-05-21 01:40:34 -04:00
Parker Moore
6b971f7200
Remove dependencies list from README. [ci skip]
...
We have a gemspec for that.
2014-05-21 01:16:33 -04:00
Parker Moore
eaf02f5a79
Update history to reflect merge of #2373 [ci skip]
2014-05-21 01:11:26 -04:00
Parker Moore
b9c3d8ba03
Merge pull request #2373 from tschmidt/handle-categories-in-site-config-defaults
2014-05-21 01:10:37 -04:00
Parker Moore
c0e333af53
Update history to reflect merge of #2389 [ci skip]
2014-05-21 01:10:11 -04:00
Parker Moore
f416c686af
Merge pull request #2389 from kleinfreund/patch-1
2014-05-21 01:09:54 -04:00
Parker Moore
581f34dced
Update history to reflect merge of #2395 [ci skip]
2014-05-21 01:09:27 -04:00
Parker Moore
3c6377d665
Merge pull request #2395 from rdumont/data-subdirectories
2014-05-21 01:09:15 -04:00
Parker Moore
b178960704
Update history to reflect merge of #2431 [ci skip]
2014-05-21 01:07:24 -04:00
Parker Moore
65275e5841
Merge pull request #2431 from jekyll/remove-collections-from-layouts
2014-05-21 01:07:01 -04:00
Parker Moore
e37b3ca8e1
Any assets read in as Pages shall not be rendered or layout'd
2014-05-21 00:52:21 -04:00
Parker Moore
1241f2debd
Update history to reflect merge of #2418 [ci skip]
2014-05-20 22:52:50 -04:00
Parker Moore
5aefaa1c48
Merge pull request #2418 from mathbruyen/collections_permalink
2014-05-20 22:52:29 -04:00
Parker Moore
c7fb38b606
Update history to reflect merge of #2420 [ci skip]
2014-05-20 22:36:12 -04:00
Parker Moore
7e05b6e0b3
Merge pull request #2420 from albertogg/fix-encoding-issue
2014-05-20 22:35:50 -04:00
Alberto Grespan
879184fe37
Update unescaped string test
...
Nothing was being tested without explicitly making the string
encoding ASCII.
2014-05-20 17:04:08 -04:30
Parker Moore
cbe7e3e80e
Don't place asset files or yaml files in layouts
...
Ref: #2402
2014-05-20 17:11:34 -04:00
Parker Moore
ebd87bfb78
WE WANT DOCS! Plz. ❤️
2014-05-20 16:52:22 -04:00
Parker Moore
beeca433ae
Update history to reflect merge of #2424 [ci skip]
2014-05-20 15:36:18 -04:00
Parker Moore
d3f9427e37
Merge pull request #2424 from kleinfreund/patch-2
2014-05-20 15:35:47 -04:00
Terry Schmidt
c76e41d157
Update `Utils#pluralized_array_from_hash` and `Utils#value_from_singular_key` per suggestion from @parkr
...
Switched to using the `#tap` method for more concise code. Also returning the value from
`value_from_singular_key` instead of returning an array wrapped presentation of the value.
This allows for a one-liner in `pluralized_array_from_hash`.
2014-05-20 12:32:59 -05:00
Parker Moore
f695603dec
Merge pull request #2430 from ivantsepp/doc_fix
...
Extra period in collections documentation
2014-05-20 12:13:22 -04:00
Parker Moore
5bb7c7eb9a
Update history to reflect merge of #2429 [ci skip]
2014-05-20 12:13:01 -04:00
Parker Moore
395d65454c
Merge pull request #2429 from jshawl/code-overflow-fix
2014-05-20 12:12:36 -04:00
Ivan Tse
27381b7f07
Remove extra period. [ci skip]
2014-05-20 09:58:43 -04:00
Jesse shawl
e7c4fa0e5f
Prevent code overflowing container
2014-05-20 09:51:57 -04:00
Alberto Grespan
7ce849a2b6
Revert changes and add encoding to the test file
...
* Add encoding to the test file as Ruby 1.9.3 doesn’t defaults to utf-8.
* Remove the forced encoding as encode seems too aggressive.
2014-05-20 00:03:40 -04:30
Parker Moore
a07f690509
Update history to reflect merge of #2406 [ci skip]
2014-05-20 00:16:58 -04:00
Parker Moore
54fba9af4b
Merge pull request #2406 from yihangho/config-yaml
2014-05-20 00:15:58 -04:00
Alberto Grespan
2a1054b1a8
Change test to make it pass in Ruby 1.9.3
2014-05-19 22:08:14 -04:30
Alberto Grespan
77cef764d6
Force encoding before escaping or unescaping
...
This will reassure not having any errors when escaping or
unescaping.
2014-05-19 18:50:25 -04:30
Alberto Grespan
2f3390750d
Add tests to validate encoding of URLs
...
Added tests to validate the encoding of returned URL strings
after been escaped or unescaped.
2014-05-19 18:45:47 -04:30
Philipp Rudloff
936a00a974
Prevent table from extending parent width
...
The table containing the _Permalink style examples_ [in the docs](http://jekyllrb.com/docs/permalinks/#permalink-style-examples ) extends the width of the content container.
The solution I propose is a bit dirty, because I remove `permalink: ` in the left column to make the table fit.
Another way would be using `white-space: normal;` for code inside tables. That would lead to _ugly_ line-breaks within the code.
What do you think?
2014-05-19 16:41:33 +02:00
Yihang Ho
658a4d0b47
Try to load _config.yaml if _config.yml is nonexistent.
2014-05-19 09:06:55 +08:00