Parker Moore
1c5399b947
Benchmark cached includes.
...
Calculating -------------------------------------
cached 634 i/100ms
uncached 543 i/100ms
-------------------------------------------------
cached 6570.6 (±3.0%) i/s - 32968 in 5.022063s
uncached 5613.0 (±2.1%) i/s - 28236 in 5.032667s
2015-01-08 11:30:24 -08:00
Parker Moore
0d6064b1a1
add benchmark-ips to BENCHMARK gemfile
2015-01-08 11:22:35 -08:00
Parker Moore
32ff033f9f
Add a cache for the includes.
...
https://github.com/jekyll/jekyll/issues/3202
2015-01-08 11:13:18 -08:00
Parker Moore
d47b882af2
Update history to reflect merge of #3264 [ci skip]
2015-01-07 14:27:17 -08:00
Parker Moore
2f4e5fa28b
Merge pull request #3264 from tkrotoff/fix-nav-items-gaps
2015-01-07 14:25:59 -08:00
Tanguy Krotoff
c4d617e6aa
Fix nav items alignment when on multiple lines
2015-01-07 12:30:48 +01:00
Parker Moore
f95d0ba840
Update history to reflect merge of #3172 [ci skip]
2015-01-05 23:19:47 -08:00
Parker Moore
502fd94f2c
Merge pull request #3172 from alfredxing/docs-output-overrides
2015-01-05 23:19:12 -08:00
Alfred Xing
c58ac78a5e
Expose Publisher in Site
2015-01-05 16:13:04 -08:00
Alfred Xing
7655b533c9
Allow documents to set published in front matter
2015-01-05 16:11:02 -08:00
Parker Moore
620115a986
Update history to reflect merge of #3261 [ci skip]
2015-01-05 00:08:08 -08:00
Parker Moore
1ca06e70d3
Merge branch 'master' of github.com:jekyll/jekyll
...
* 'master' of github.com:jekyll/jekyll:
Use FileList instead of Dir.glob
2015-01-05 00:07:39 -08:00
Parker Moore
919d37fb37
Merge pull request #3261 from flyinprogrammer/master
2015-01-05 00:07:35 -08:00
Parker Moore
f7dafb1f04
Update history to reflect merge of #3255 [ci skip]
2015-01-05 00:06:51 -08:00
Parker Moore
6504645c60
Merge pull request #3255 from XhmikosR/readme-badges
2015-01-05 00:06:01 -08:00
Alan Scherger
fc0ea20a85
Use FileList instead of Dir.glob
2015-01-04 20:46:43 -08:00
XhmikosR
b20a175c27
Switch to shields.io for the README badges.
...
This way we have consistent badges.
[ci skip]
2015-01-04 13:13:16 +02:00
Parker Moore
2f06f4aad7
Update history to reflect merge of #3254 [ci skip]
2015-01-03 23:06:17 -08:00
Parker Moore
ff3fa84b8a
Merge pull request #3254 from flyinprogrammer/master
2015-01-03 23:05:57 -08:00
Alan Scherger
7f370cb82f
Update rake task site:publish to fix minor bugs.
...
* Automate creating gh-pages directory
* Ensure gh-pages dir always has correct branch checked out
* Purge gh-pages of files so that a sync of site truly occurs
* Ensure dot files are synced
* Be exact with our exclusions to eliminate guess work
2015-01-03 19:50:33 -08:00
Matt Rogers
51951c43e8
Update history to reflect merge of #3253 [ci skip]
2015-01-03 09:49:54 -06:00
Matt Rogers
a88f2567f7
Merge pull request #3253 from SuriyaaKudoIsc/master
2015-01-03 09:49:51 -06:00
Suriyaa Kudo
d159684f87
Update LICENSE
2015-01-03 11:59:24 +01:00
Matt Rogers
d29dd11ae3
Update history to reflect merge of #3233 [ci skip]
2015-01-02 13:39:01 -06:00
Matt Rogers
8d968ebae0
Merge pull request #3233 from jessepinho/punctuation-fixes
2015-01-02 13:38:58 -06:00
Matt Rogers
86f7196ef5
Update history to reflect merge of #3251 [ci skip]
2015-01-02 13:27:10 -06:00
Matt Rogers
064d6de48d
Merge pull request #3251 from nternetinspired/article-semantics
2015-01-02 13:27:07 -06:00
Seth Warburton
21bd3e6c5a
[imp] Semantic structure improvements
2015-01-02 12:14:58 +00:00
Jesse Pinho
07bd3a3759
Clarify paragraph on the return value of generate
2015-01-01 23:58:40 -06:00
Parker Moore
e40e12fabd
Update history to reflect merge of #3234 [ci skip]
2014-12-29 20:49:25 -05:00
Parker Moore
a098dc80cd
Merge pull request #3234 from jekyll/ruby-2-2
2014-12-29 20:49:04 -05:00
Parker Moore
419aaba07c
Update history to reflect merge of #3244 [ci skip]
2014-12-29 20:48:31 -05:00
Parker Moore
7cd5847826
Merge pull request #3244 from jekyll/store-messages
2014-12-29 20:48:23 -05:00
Parker Moore
9109da32f9
Update test for the date() Liquid filter.
2014-12-29 20:44:10 -05:00
Parker Moore
7bcf8d689e
Always call Time#localtime to translate to TZ'd time.
2014-12-29 20:12:35 -05:00
Parker Moore
f66862c508
Install rake if the lib isn't there; upgrade to cucumber 1.3.18
2014-12-29 18:40:53 -05:00
Parker Moore
cb95a72f5a
Update history to reflect merge of #2924 [ci skip]
2014-12-29 18:00:54 -05:00
Parker Moore
9b81f29625
Merge pull request #2924 from nitoyon/unescape-document
2014-12-29 18:00:44 -05:00
nitoyon
5e10958faa
Unescape Document output path
...
Document#destination wasn't unescaped properly.
For example, when we have a document named '_langs/c#.md',
we expect its url to be '/langs/c#.html',
but it was actually '/langs/c%23.html'.
We now unecape URL at Document#destination like Post#destination and
Page#destination.
2014-12-29 22:38:50 +09:00
Parker Moore
7f034f51e3
Improvments to script/stackprof. [ci skip]
2014-12-29 02:16:04 -05:00
Parker Moore
1fc99bdd97
Test LogAdapter#messages
2014-12-29 01:21:01 -05:00
Parker Moore
7fc47bfc43
Initialize @messages at instantiation time.
2014-12-29 01:14:16 -05:00
Parker Moore
b2146e8659
Store log messages in an array of messages.
2014-12-29 01:14:16 -05:00
Parker Moore
e0a011c917
Update history to reflect merge of #3185 [ci skip]
2014-12-29 00:52:47 -05:00
Parker Moore
63ec07a062
Merge pr #3185 .
...
add link to tutorial on building dynamic navbars
Conflicts:
site/_docs/resources.md
2014-12-29 00:51:47 -05:00
Parker Moore
5f03314d85
Update history to reflect merge of #3186 [ci skip]
2014-12-29 00:50:57 -05:00
Parker Moore
442deb6a7e
Merge pull request #3186 from eduardoboucas/master
2014-12-29 00:50:24 -05:00
Parker Moore
d7d7d924f7
Update history to reflect merge of #3189 [ci skip]
2014-12-29 00:50:12 -05:00
Parker Moore
35a5af783a
Merge pull request #3189 from robschia/patch-1
2014-12-29 00:49:40 -05:00
Parker Moore
a6781bda30
Always, always rebuild (by default) in tests.
2014-12-29 00:37:16 -05:00
Parker Moore
bab7ef4b1d
Use backticks here. [ci skip].
2014-12-29 00:32:14 -05:00
Parker Moore
6f7ea381b3
Update history to reflect merge of #3047 [ci skip]
2014-12-29 00:31:53 -05:00
Parker Moore
612eb737a5
Merge pull request #3047 from karouf/slugify-non-latin
2014-12-29 00:31:34 -05:00
Parker Moore
191c2279d2
Update history to reflect merge of #2908 [ci skip]
2014-12-29 00:26:58 -05:00
Parker Moore
e39dfa3f0b
Merge pull request #2908 from alfredxing/document-path
2014-12-29 00:26:35 -05:00
Parker Moore
5af7694f3b
Update history to reflect merge of #2790 [ci skip]
2014-12-29 00:23:57 -05:00
Parker Moore
6e5850c6ab
Merge PR #2790 .
...
Add jekyll-thumbnail-filter to plugins list
2014-12-29 00:22:55 -05:00
Parker Moore
be23e18555
Say 'since 2.0'
2014-12-28 23:54:03 -05:00
Parker Moore
928be16fab
Add Ruby 2.2 to Travis build matrix.
2014-12-28 23:40:32 -05:00
Parker Moore
eac3ac095f
Update history to reflect merge of #3240 [ci skip]
2014-12-28 23:36:37 -05:00
Parker Moore
aa4beda868
Merge pull request #3240 from jekyll/snake_case
2014-12-28 23:36:08 -05:00
Parker Moore
1fad3a074f
Update history to reflect merge of #3241 [ci skip]
2014-12-28 23:35:54 -05:00
Parker Moore
0fe2094dd2
Merge pull request #3241 from jekyll/separate-jekyll-docs
2014-12-28 23:35:36 -05:00
Parker Moore
c576d23908
Use External instead of Deprecator for requiring gracefully
2014-12-28 14:37:49 -05:00
Parker Moore
8c19a6f430
Print an error message in bin/jekyll with no arguments
2014-12-28 14:37:14 -05:00
Parker Moore
ac41312c5d
Separate jekyll-docs out into a separate gem & bless it
2014-12-28 14:37:02 -05:00
Parker Moore
232a58d5b4
Fix test use of Site#getConverterImpl.
2014-12-28 14:14:24 -05:00
Parker Moore
0c0aea3ad7
Improve Site#getConverterImpl and call it Site#find_converter_instance
2014-12-28 14:12:09 -05:00
Parker Moore
657b16519e
Update history to reflect merge of #3204 [ci skip]
2014-12-26 23:10:21 -05:00
Parker Moore
f81601ee53
Merge pull request #3204 from jekyll/sort-static-files-once
2014-12-26 23:05:04 -05:00
Parker Moore
b6641be8ef
Call it site_payload instead of payload.
2014-12-26 22:40:18 -05:00
Parker Moore
a8ec9cd507
Put the development dependencies in the Gemfile directly.
2014-12-26 22:37:56 -05:00
Parker Moore
2f8248a6f1
Only call #site_payload once for all collection work.
2014-12-26 22:24:18 -05:00
Parker Moore
0eb2796a66
Sort static files just once.
...
Ref: #2075 .
2014-12-26 22:23:45 -05:00
Parker Moore
e120c255ff
Update history to reflect merge of #3237 [ci skip]
2014-12-26 22:22:36 -05:00
Parker Moore
990a9e6e6d
Merge pull request #3237 from jekyll/enable_coderay
2014-12-26 22:22:15 -05:00
Parker Moore
c24c6b7f3d
Use 'enable_coderay' in the tests.
2014-12-26 22:17:33 -05:00
Parker Moore
039c521e8c
Update the documentation.
2014-12-26 22:17:07 -05:00
Parker Moore
d35af9c1f3
Read 'enable_coderay' in the Kramdown parser
2014-12-26 22:16:57 -05:00
Parker Moore
f6bff6fb61
Have a deprecation fallback for 'use_coderay'
2014-12-26 22:16:47 -05:00
Parker Moore
a103898980
Set 'use_coderay' to 'enable_coderay'
2014-12-26 22:16:33 -05:00
Parker Moore
3957efac15
Update history to reflect merge of #3002 [ci skip]
2014-12-26 22:00:45 -05:00
Parker Moore
38309569c4
Merge pull request #3002 from jekyll/liquid-3
2014-12-26 22:00:33 -05:00
Parker Moore
8bfc696569
liquid-c 0.0.3
2014-12-26 21:53:56 -05:00
Parker Moore
b68dd3a5cb
Add liquid c if it's available.
2014-12-26 21:53:56 -05:00
Parker Moore
3940e1e9df
Bump to Liquid 3.0
2014-12-26 21:53:56 -05:00
Parker Moore
70a331d854
Set the error mode to :strict
2014-12-26 21:53:56 -05:00
Parker Moore
5bf1596414
Refactor Highlight tag tests to use a helper method to create the tag.
2014-12-26 21:53:56 -05:00
Parker Moore
3234041510
Update history to reflect merge of #3235 [ci skip]
2014-12-26 16:46:57 -05:00
Parker Moore
37631eefac
Merge pull request #3235 from jekyll/drop-ruby-1-9
2014-12-26 16:46:38 -05:00
Parker Moore
82b1ad0552
Update history to reflect merge of #3236 [ci skip]
2014-12-26 16:35:56 -05:00
Parker Moore
2c2347fac1
Merge pull request #3236 from tkrotoff/remove-end-tag
2014-12-26 16:35:33 -05:00
Tanguy Krotoff
0aa61f66a8
Remove unneeded end tag
2014-12-26 12:10:03 +01:00
Jesse Pinho
b1a517ccb6
Remove unnecessary 'where'
2014-12-25 18:29:50 -06:00
Jesse Pinho
4070143d5b
Tweak sentence structure
2014-12-25 15:17:21 -06:00
Parker Moore
6e4e290ab0
Requires >= 2.0.0
2014-12-25 16:11:14 -05:00
Parker Moore
d6995d347a
Drop support for Ruby 1.9.3.
2014-12-25 16:00:59 -05:00
Jesse Pinho
52085d2e34
Fix a few punctuation errors
2014-12-24 17:01:51 -06:00
Parker Moore
f3a274377a
Update history to reflect merge of #3229 [ci skip]
2014-12-23 16:49:43 -05:00
Parker Moore
0fcba080c3
Merge pull request #3229 from megalomono/master
2014-12-23 16:49:25 -05:00
Fonso
922ba5d0ea
Fixing the default host on docs
2014-12-23 13:26:08 +01:00
Parker Moore
cb2eea0e41
Release 💎 2.5.3
2014-12-22 09:16:40 -05:00
Parker Moore
8284714d8a
Release 💎 2.5.3
2014-12-22 09:15:57 -05:00
Parker Moore
aaf6f28fde
Update history to reflect merge of #3116 [ci skip]
2014-12-22 08:58:29 -05:00
Parker Moore
7227ad4ebb
Merge pull request #3116 from alfredxing/incremental
2014-12-22 08:57:50 -05:00
Parker Moore
c3e47437a3
Update history to reflect merge of #3222 [ci skip]
2014-12-20 10:45:15 -08:00
Parker Moore
76301722e9
Merge pull request #3222 from jasonbellamy/jekyll-mermaid-plugin
2014-12-20 10:44:47 -08:00
Jason Bellamy
d05df326b9
Add jekyll-mermaid to the list of plugins.
2014-12-19 22:55:40 -05:00
Parker Moore
dc12bd3023
Update history to reflect merge of #3218 [ci skip]
2014-12-18 23:03:27 -08:00
Parker Moore
878c689f76
Merge pull request #3218 from jekyll/alfredxing
2014-12-18 23:02:48 -08:00
Parker Moore
68a7ebf2ee
Add @alfredxing to the @jekyll/core team.
2014-12-18 23:01:16 -08:00
Parker Moore
63ed335463
Update history to reflect merge of #3212 [ci skip]
2014-12-17 19:00:57 -08:00
Parker Moore
fe14434f8d
Merge pull request #3212 from bdesham/add-inline-highlight-plugin
2014-12-17 18:59:22 -08:00
Benjamin Esham
a069ad77c0
Add link to inline_highlight plugin
2014-12-14 15:36:59 -05:00
Parker Moore
5343fc3b54
Update history to reflect merge of #3196 [ci skip]
2014-12-09 18:10:02 -08:00
Parker Moore
2dad0d3304
Merge pull request #3196 from jekyll/site-troubleshooting-updates
2014-12-09 18:09:16 -08:00
Joel Glovier
f789168522
use rake instructions instead
2014-12-09 20:45:01 -05:00
Parker Moore
7656b9d295
Update history to reflect merge of #3198 [ci skip]
2014-12-09 10:55:08 -08:00
Parker Moore
176dc3cef7
Merge pull request #3198 from mehdisadeghi/master
2014-12-09 10:54:19 -08:00
Parker Moore
360412364e
Update history to reflect merge of #3158 [ci skip]
2014-12-09 10:51:11 -08:00
Parker Moore
49115dbdab
Merge pull request #3158 from afeld/as-liquid-refactor
2014-12-09 10:50:42 -08:00
Aidan Feldman
383a0d0aa7
modify as_liquid to use case statement
2014-12-09 07:42:14 -05:00
Mehdi Sadeghi
b735170ceb
Jekyll-jalali plugin added to the plugins list.
2014-12-09 12:44:50 +01:00
robschia
59acdaab9a
Fixed itemprop="author name"
...
You are right, I tried to oversimplify it. Also, {{ page.date | %Y-%m-%d }} doesn't output what I expected. I think it's fixed now, I tried the code with a couple of validators and everything seems fine.
2014-12-08 19:46:49 +01:00
Joel Glovier
12651c19e5
further clarify local dev steps
2014-12-08 10:15:25 -05:00
Joel Glovier
1694f8609c
update site dir readme
...
Add some helpful info to the readme.
2014-12-08 10:08:54 -05:00
Joel Glovier
e80469b7b0
add in page nav to troubleshooting file
2014-12-08 10:08:13 -05:00
Parker Moore
032139bd2f
Ensure only one converter is found for .Rmd in the tests. Ref: #3147 .
2014-12-07 16:08:16 -08:00
Parker Moore
6deed4c66b
Update history to reflect merge of #3180 [ci skip]
2014-12-07 15:38:45 -08:00
Parker Moore
253bcc2faf
Merge pull request #3180 from jekyll/fix-coverage-reporting
2014-12-07 15:38:03 -08:00
Alfred Xing
43a28aed96
Fix indentation
2014-12-05 19:38:43 -08:00
Alfred Xing
5d9662f80f
Always regenerate asset files
2014-12-05 19:07:18 -08:00
robschia
ed9cc80ff9
Update post.html
2014-12-06 00:49:04 +01:00
robschia
9b6eeba81e
Added basic microdata
2014-12-06 00:32:05 +01:00
Eduardo Boucas
40e4c031e3
Add site to Resources page
2014-12-05 12:36:34 +00:00
Jordan Thornquest
f80dc07f82
add link to tutorial on building dynamic navbars
2014-12-04 21:54:02 -07:00
Alfred Xing
52f0b36558
Add incremental rebuild info to build command output
2014-12-04 20:09:49 -08:00
Matt Rogers
f8af94431d
Fix coverage reporting for built-in bundles
2014-12-02 20:50:39 -06:00
Parker Moore
89bdd47ebc
Update history to reflect merge of #3176 [ci skip]
2014-12-02 14:23:45 -08:00
Parker Moore
2c85f4ef24
Merge pull request #3176 from rud/bugfix/site-feed-is-rss
2014-12-02 14:23:02 -08:00
Laust Rud Jacobsen
c8fc567c8d
Site /feed.xml is RSS 2.0, fix auto-discovery header
...
Refs #2996
2014-12-02 22:40:22 +01:00
Parker Moore
460dd81fe1
Update history to reflect merge of #3177 [ci skip]
2014-12-01 14:41:42 -08:00
Parker Moore
7c8c41f0d7
Merge pull request #3177 from rpherbig/master
2014-12-01 14:41:14 -08:00
Robert Herbig
3b57879e71
Simplified platform detection for Windows
2014-12-01 05:40:07 -06:00
Parker Moore
19527b47ab
Update history to reflect merge of #3170 [ci skip]
2014-11-30 15:17:43 -08:00
Parker Moore
8298733e67
Merge pull request #3170 from tkrotoff/fix-viewport
2014-11-30 15:16:51 -08:00
Tanguy Krotoff
64b0102686
Fix viewport meta tag
2014-11-29 12:30:43 +01:00
Parker Moore
bfab00a65a
Update history to reflect merge of #3163 [ci skip]
2014-11-28 21:38:49 -08:00
Parker Moore
fea79dcbab
Merge pull request #3163 from lkorth/patch-1
2014-11-28 21:38:27 -08:00
Parker Moore
b4bc3b0aa0
Update history to reflect merge of #3161 [ci skip]
2014-11-28 21:38:15 -08:00
Parker Moore
ac7f592839
Merge pull request #3161 from dnozay/patch-3
2014-11-28 21:32:23 -08:00
Parker Moore
4ccf9ea683
Update history to reflect merge of #3162 [ci skip]
2014-11-28 21:27:32 -08:00
Parker Moore
7de9433fbc
Merge pull request #3162 from dnozay/patch-4
2014-11-28 21:27:07 -08:00
Parker Moore
9c8acdd3ea
Update history to reflect merge of #3165 [ci skip]
2014-11-28 21:22:58 -08:00
Parker Moore
e9904fd44b
Merge pull request #3165 from fabschurt/fix-doc-typos
2014-11-28 21:22:32 -08:00
Damien Nozay
ba9a309572
Update configuration.md
...
`keep_files` is a very useful option when using tools such as `grunt-build-control`, `grunt`, `gulp` or `yeoman`.
2014-11-28 21:09:08 -08:00
Alfred Xing
d0e12d69bc
Last few revisions
2014-11-28 14:05:40 -08:00
Fabien Schurter
75cf2d73f6
Fix erroneous 'next_section' value
...
According to /site/_data/docs.yml, the document next to
'deployment-methods' is 'continuous-integration', not 'troubleshooting'
(the 'prev_section' value in 'troubleshooting' is correctly set to
'deployment-methods' though).
2014-11-28 04:26:22 +01:00
Fabien Schurter
974fab6c9c
Fix a typo
...
Replaced "capaibilities" with correct spelling: "capabilities".
2014-11-28 04:14:26 +01:00
Luke Korth
2a37f459d4
Add jekyll-500px-embed to tag plugins
2014-11-27 16:35:23 -08:00
Damien Nozay
5a554572e3
Update configuration.md
...
repeat warning about `destination` that is found in <http://jekyllrb.com/docs/usage/ >
(see also pull request #3159 )
2014-11-27 15:11:28 -08:00
Alfred Xing
a701e59c07
Add lots more unit tests
2014-11-27 10:40:31 -08:00
Alfred Xing
b6d81c58df
Perform less expensive operation first
2014-11-27 10:00:29 -08:00
Aidan Feldman
4776b27ff3
reduce nesting of #as_liquid
2014-11-27 04:20:05 -06:00
Aidan Feldman
87d08ec827
refactor #as_liquid
2014-11-27 04:16:29 -06:00
Aidan Feldman
229303bbc8
compare resulting data in jsonify test
2014-11-27 04:01:31 -06:00
Parker Moore
8603738a89
Update history to reflect merge of #3154 [ci skip]
2014-11-27 01:14:35 -08:00
Parker Moore
932cd3b575
Merge pull request #3154 from afeld/jsonify-bool
2014-11-27 01:14:04 -08:00
Alfred Xing
02f281eef3
Add unit and cucumber tests
2014-11-26 21:15:53 -08:00
Alfred Xing
8a257aca6b
Implement more suggestions
2014-11-26 20:15:42 -08:00
Parker Moore
588f21f5cd
Compress SCSS when pushing to jekyllrb.com.
...
Fixes #3153 .
Rel: #3145 .
Since d26202936e .
2014-11-26 11:32:09 -08:00
Aidan Feldman
0662d31bf6
fix jsonify filter when used with boolean values
2014-11-26 02:40:41 -06:00
Matt Rogers
a6f8b6c7d6
Update history to reflect merge of #3149 [ci skip]
2014-11-25 12:34:38 -06:00
Matt Rogers
e51f94a038
Merge pull request #3149 from jekyll/document-build-serve-quiet-option
2014-11-25 12:34:34 -06:00
Parker Moore
1aa5c7a820
Update history to reflect merge of #3147 [ci skip]
2014-11-25 10:21:03 -08:00
Parker Moore
37af23b5d7
Merge pull request #3147 from blbradley/markdown-file-ext-regexp
2014-11-25 10:20:27 -08:00
Matt Rogers
df87a51ade
Expand the description for the -q option.
2014-11-25 08:40:37 -06:00
Ruslan Korolev
2a138e4ca9
jekyll build/serve -q option to docs
2014-11-25 08:21:08 -06:00
Brandon Bradley
e546eb3e9f
force markdown regexp to match the full extension
2014-11-24 20:08:31 -06:00
Brandon Bradley
d250efccb9
add test for broken markdown regexp
2014-11-24 19:56:26 -06:00
Alfred Xing
dc30114605
Use site.in_source_dir
2014-11-23 16:16:19 -08:00
Alfred Xing
2a5cf11ee2
Add --no-metadata option
2014-11-23 15:38:00 -08:00
Parker Moore
e23a74aad9
Release 💎 2.5.2
2014-11-23 15:02:08 -08:00
Parker Moore
5b77d02e3b
Merge pull request #3141 from jekyll/bundle-require-is-borking-pygments
...
Fix Bundler-integration Plugin Manager
2014-11-23 14:18:06 -08:00
Parker Moore
c2b24e82e5
Refactor the case statement in highlighter for better readability. [ci skip]
2014-11-23 14:17:21 -08:00
Parker Moore
10030ae8cd
Put that Bundle.require statement back.
2014-11-23 14:13:47 -08:00
Alfred Xing
75c5c16297
Handle path overrides
2014-11-23 14:06:29 -08:00
Parker Moore
ef53e677a4
Better tests for plugin manager.
2014-11-23 13:14:51 -08:00
Parker Moore
03d9396b85
Capture the output of Jekyll::Commands::New when looking for an error.
2014-11-23 12:53:36 -08:00
Alfred Xing
4acf343fea
Add clean command
2014-11-23 12:51:19 -08:00
Parker Moore
665178d210
Merge pull request #3117 from jekyll/release-2-5-2
2014-11-23 12:39:58 -08:00
Parker Moore
b1bba1945a
Prepare for a v2.5.2 release.
2014-11-22 15:37:07 -08:00
Parker Moore
8ed6c7b077
Update history to reflect merge of #3119 [ci skip]
2014-11-22 14:27:06 -08:00
Parker Moore
9a94829bcb
Merge pull request #3119 from jekyll/fix-bundle-require
2014-11-22 14:25:07 -08:00
Parker Moore
d17b80bf2a
Keep track of the required gems.
2014-11-22 12:38:36 -08:00
Alfred Xing
ac03af3229
Implement @mattr-'s suggestions
2014-11-21 22:12:21 -08:00
Alfred Xing
fe6bfc6f1b
Fix failing tests
2014-11-21 22:12:21 -08:00
Alfred Xing
d438362971
Add regenerate front-matter variable
2014-11-21 22:12:21 -08:00
Alfred Xing
842470b0c4
Refinements
2014-11-21 22:12:21 -08:00
Alfred Xing
11917645f2
Incremental regeneration
2014-11-21 22:12:20 -08:00
Parker Moore
cb8a4b4d62
Update history to reflect merge of #3136 [ci skip]
2014-11-21 10:09:54 -08:00
Parker Moore
a75ed0b33d
Merge pull request #3136 from knorthfield/patch-1
2014-11-21 10:09:10 -08:00
Kris Northfield
58511822e6
Add remote-include plugin to list
2014-11-21 17:37:54 +00:00
Parker Moore
876253edce
Add Slack build notifications.
2014-11-20 20:50:47 -08:00
Parker Moore
0f669ba9b1
Update history to reflect merge of #3132 [ci skip]
2014-11-20 12:37:27 -08:00
Parker Moore
a9a21e6572
Merge pull request #3132 from XhmikosR/gridism
2014-11-20 12:37:06 -08:00
Parker Moore
3b05b0d867
Update history to reflect merge of #3133 [ci skip]
2014-11-20 12:36:33 -08:00
Parker Moore
b16d47a444
Merge pull request #3133 from XhmikosR/patch-11
2014-11-20 12:36:08 -08:00
XhmikosR
d2d3087d3b
Slightly compress jekyll-sticker.jpg.
2014-11-20 22:18:02 +02:00
XhmikosR
b9a4cf0485
Update gridism.
2014-11-20 22:11:50 +02:00
Parker Moore
848e402937
Update history to reflect merge of #2904 [ci skip]
2014-11-20 10:36:10 -08:00
Parker Moore
c0951b0a19
Merge pull request #2904 from XhmikosR/mixins
2014-11-20 10:35:27 -08:00
Parker Moore
3592284969
Update history to reflect merge of #3127 [ci skip]
2014-11-18 12:50:28 -08:00
Parker Moore
0f458edf2b
Merge pull request #3127 from aarongustafson/master
2014-11-18 12:50:07 -08:00
Aaron Gustafson
1adf8974bf
Adding Webmentions in the right place this time :-)
2014-11-18 15:06:24 -05:00
XhmikosR
da443039e1
Move custom code from _font-awesome.scss to _style.scss.
...
Also change the order of includes so that _style.scss is last for precedence reasons.
2014-11-18 08:15:53 +02:00
XhmikosR
4aee950418
Add Sass mixins and use them.
...
Reduces code duplication and makes things cleaner.
2014-11-18 08:15:53 +02:00
Parker Moore
9e454d24a0
Update history to reflect merge of #3123 [ci skip]
2014-11-17 13:06:29 -08:00
Parker Moore
5185c8d72b
Merge pull request #3123 from jekyll/site-sass-improvements
2014-11-17 13:05:57 -08:00
Joel Glovier
6f9d28f398
use sass selector nesting in pygments
2014-11-17 14:55:32 -05:00
Joel Glovier
2195e5e469
use sass selector nesting for styles
2014-11-17 14:48:34 -05:00
Parker Moore
60202782ea
Only try bundler if the Gemfile is there.
2014-11-16 21:21:50 -08:00
Parker Moore
32b14d6402
First, setup Bundler. Then, require it.
...
Per a conversation in
https://github.com/bundler/bundler/issues/3252#issuecomment-63208769
2014-11-16 21:18:23 -08:00
Parker Moore
22275e571d
Add note about page vs post. [ci skip]
...
Closes #3056 .
2014-11-16 20:40:23 -08:00
Parker Moore
4142630614
Use the text lexer instead of the non-existant CSV one. [ci skip]
...
Ref #3101 .
2014-11-16 20:29:17 -08:00
Parker Moore
3d8368fa4f
Update history to reflect merge of #3058 [ci skip]
2014-11-16 20:21:09 -08:00
Parker Moore
687b9cdf19
Merge pull request #3058 from alfredxing/fix-post-url-equality
2014-11-16 20:19:37 -08:00
Parker Moore
ecca3accdc
Update history to reflect merge of #3094 [ci skip]
2014-11-16 20:17:27 -08:00
Parker Moore
5aa747e99a
Merge branch 'master' of github.com:jekyll/jekyll
...
* 'master' of github.com:jekyll/jekyll:
Get rid of noifniof
2014-11-16 20:16:48 -08:00
Parker Moore
b5a32a6d46
Merge pull request #3094 from alfredxing/no-noifniof
2014-11-16 20:16:45 -08:00
Parker Moore
426f2a79fc
Update history to reflect merge of #3091 [ci skip]
2014-11-16 20:15:13 -08:00
Parker Moore
d9cdc7992a
Merge pull request #3091 from rovrov/master
2014-11-16 20:14:50 -08:00
Matt Rogers
829133cf98
Update history to reflect merge of #3101 [ci skip]
2014-11-13 21:34:48 -06:00
Matt Rogers
27362a1984
Merge pull request #3101 from ndarville/patch-1
2014-11-13 21:34:31 -06:00
Niclas Darville
3014fbd344
Added CSV example for data-file docs
2014-11-13 16:04:28 +01:00
Niclas Darville
596b9e0785
Mentioned CSV extension in docs for data files
...
Since CSV files are supported as collections.
2014-11-13 10:30:00 +01:00
Parker Moore
39c9fb120f
Update history to reflect merge of #3089 [ci skip]
2014-11-12 18:47:03 -08:00
Parker Moore
314fb875b5
Merge pull request #3089 from jekyll/remove-duplication-in-regexp
2014-11-12 18:46:44 -08:00
Parker Moore
3b40d964fb
Update history to reflect merge of #3093 [ci skip]
2014-11-11 18:22:37 -08:00
Parker Moore
a48379a715
Merge pull request #3093 from shinnn/ga
2014-11-11 18:22:14 -08:00
Alfred Xing
d4c15efff9
Cache name matching regex
2014-11-11 17:35:09 -08:00
Alfred Xing
2a41945014
Get rid of noifniof
2014-11-11 15:14:24 -08:00
Shinnosuke Watanabe
dc248345a9
Change variables of Google Analytics script
...
`i` `s` `o` `g` `r` `a` `m` -> `j` `e` `k` `y` `l` `L`
Generated by isogram
https://github.com/shinnn/isogram
2014-11-11 18:42:54 +09:00
rovrov
b6f3adb6e3
Add trailing slash to paginate_path example.
...
https://github.com/jekyll/jekyll-paginate/issues/15#issuecomment-62322554
2014-11-10 16:02:52 -05:00
Parker Moore
472c18e409
Update history to reflect merge of #3090 [ci skip]
2014-11-10 12:02:26 -08:00
Parker Moore
e42f5ac2dc
Merge pull request #3090 from alfredxing/fix-error-output
2014-11-10 12:01:46 -08:00
Alfred Xing
06750b8502
Print error message in renderer
2014-11-10 11:45:56 -08:00
Parker Moore
bd907c5be6
Remove duplicate regexp phrase: ^\A.
...
Addresses @mastahyeti's comment in #3077 : https://github.com/jekyll/jekyll/pull/3077#discussion_r20077150
2014-11-10 11:36:05 -08:00
Parker Moore
c79fe1125c
Update history to reflect merge of #3088 [ci skip]
2014-11-10 10:51:01 -08:00
Parker Moore
20f0940455
Merge pull request #3088 from alfredxing/fix-error-output
2014-11-10 10:50:32 -08:00
Alfred Xing
84cef2202d
Remove duplicate 'Conversion error:' message
2014-11-10 09:12:51 -08:00
Alfred Xing
eaa132c65b
Fall back to old method with deprecation warning
2014-11-09 11:55:47 -08:00
Parker Moore
2d31d07602
Update site history page with v2.5.1
2014-11-09 10:39:18 -08:00
Parker Moore
d99814baa5
v2.5.1 was released on Nov 9, not Nov 8.
2014-11-09 09:48:21 -08:00
Parker Moore
ab05a2cd4f
Release 💎 2.5.1
2014-11-09 09:45:05 -08:00
Parker Moore
db8163b6e8
Merge pull request #3080 from jekyll/release-2-5-1
...
Release v2.5.1
2014-11-09 09:42:31 -08:00
Parker Moore
22d11bef2d
Prepare a 💎 v2.5.1 release.
2014-11-08 22:29:47 -08:00
Parker Moore
70159ac8cb
Use paginator.(next|previous)_page_path instead of just the number.
...
Closes #3074
2014-11-08 22:25:05 -08:00
Parker Moore
5eb300043f
Update history to reflect merge of #3077 [ci skip]
2014-11-08 22:10:03 -08:00
Parker Moore
95b62e564b
Merge pull request #3077 from jekyll/fix-windows-path-sanitation
2014-11-08 22:07:52 -08:00
Parker Moore
ad745702ca
New title for new times.
2014-11-08 22:05:02 -08:00
Parker Moore
4b0089712e
Add the contributors to the v2.5.0 release post.
...
I'm such a doofus for forgetting!!!!
2014-11-08 22:03:54 -08:00
Parker Moore
264caac94c
Update history to reflect merge of #3075 [ci skip]
2014-11-08 21:15:13 -08:00
Parker Moore
58180b1ac1
Merge pull request #3075 from joshk/patch-1
2014-11-08 21:14:46 -08:00
Parker Moore
067f8b6be7
Strip the drive name from both paths when checking the prefix.
2014-11-08 13:10:28 -08:00
Parker Moore
4df73ced0d
Add benchmark for Jekyll.sanitized_path
2014-11-08 12:54:02 -08:00
Josh Kalderimis
c7603f3ebf
use built in travis caching
...
also run bundle update to make sure the cache is not too old
2014-11-08 16:12:03 +13:00
Parker Moore
ae7f10b922
Something about a Travis Beta Build that @joshk mentioned
2014-11-06 18:17:28 -08:00
Parker Moore
023e4e6ceb
Update history to reflect merge of #3064 [ci skip]
2014-11-06 13:19:00 -08:00
Parker Moore
742893410c
Merge pull request #3064 from ribbons/cygwin-env
2014-11-06 13:18:38 -08:00
Parker Moore
c1aba46a1e
Release 💎 2.5.0
2014-11-06 12:59:52 -08:00
Parker Moore
23712cf4dc
Update site with 2 new v2.5.0 PR's.
2014-11-06 12:07:21 -08:00
Parker Moore
21de59a90e
Update history to reflect merge of #3067 [ci skip]
2014-11-06 12:05:28 -08:00
Parker Moore
e11fb4d427
Merge pull request #3067 from jekyll/specify-log-level
2014-11-06 12:05:07 -08:00
Parker Moore
328fbd83d4
Update history to reflect merge of #3066 [ci skip]
2014-11-06 12:04:31 -08:00
Parker Moore
ffe7860625
Merge pull request #3066 from jekyll/catch-no-gemfile
2014-11-06 12:03:35 -08:00
Parker Moore
5b54f78875
Allow users to specify the log level via JEKYLL_LOG_LEVEL.
2014-11-06 12:03:07 -08:00
Parker Moore
989c70fe4a
In the case that a Gemfile does not exist, ensure Jekyll doesn't fail.
2014-11-06 10:48:09 -08:00
Parker Moore
2f4448eab6
Merge pull request #3062 from jekyll/release-2-5-0
...
Release v2.5.0
2014-11-06 10:35:51 -08:00
Matt Robinson
90bdcaddb7
Add development dependencies for Cygwin
...
In the Cygwin environment, minitest and test-unit aren't bundled with
Ruby. Add these as explicit development dependencies when running under
Cygwin.
2014-11-06 09:28:52 +00:00
Parker Moore
a0afa19e9a
Release 💎 v2.5.0
2014-11-05 22:07:23 -08:00
Parker Moore
7918dad26f
Update history to reflect merge of #2865 [ci skip]
2014-11-05 22:03:06 -08:00
Parker Moore
13bb7360c0
Merge pull request #2865 from jekyll/some-kind-of-bundler-thingy
2014-11-05 22:01:37 -08:00
Parker Moore
5d23760280
Documentation for Bundler group.
2014-11-05 21:53:48 -08:00
Parker Moore
5a350788e7
Test JEKYLL_NO_BUNDLER_REQUIRE.
2014-11-05 21:04:34 -08:00
Parker Moore
e543fedf3f
Update history to reflect merge of #3065 [ci skip]
2014-11-05 20:49:27 -08:00
Parker Moore
b02a5ba76a
Merge pull request #3065 from cllns/master
2014-11-05 20:49:05 -08:00
Sean Collins
5a288e7de4
Add 'b' and 's' aliases for build and serve, respectively
2014-11-05 23:13:08 -05:00
Parker Moore
8ee1b2a1fd
Finish up the plugin manager
...
And so it shall be.
2014-11-05 19:29:54 -08:00
Parker Moore
b0a7f9c8c9
Require plugins from Gemfile :jekyll_plugins group.
2014-11-05 18:50:38 -08:00
Parker Moore
519b60d012
Fix 2 syntax errors.
2014-11-05 18:39:54 -08:00
Parker Moore
0ad2c338c4
Reorganize tests for plugins.
2014-11-05 18:39:54 -08:00
Parker Moore
34de676713
Require gems in :jekyll_plugins group in a Gemfile in unsafe mode.
...
Replaces #1658 . /cc @imathis
2014-11-05 18:39:54 -08:00
Parker Moore
01b11d098e
Update history to reflect merge of #3063 [ci skip]
2014-11-05 18:38:27 -08:00
Parker Moore
1b68a29f29
Merge pull request #3063 from jekyll/jsonify-on-hashes
2014-11-05 18:37:26 -08:00
Parker Moore
18930b01f6
Fix up the assertions.
2014-11-05 11:39:15 -08:00
Parker Moore
b29fd6d380
Add tests.
...
Need to fix up the assertions to match the output.
2014-11-05 11:37:51 -08:00
Parker Moore
9a15a09028
Add {{ | jsonify }} support for hashes.
2014-11-05 11:37:34 -08:00
Parker Moore
774c65a869
Add a rake site:generate command and use Ruby instead of a subprocess.
2014-11-05 11:13:04 -08:00
Parker Moore
a822219086
Update history to reflect merge of #2882 [ci skip]
2014-11-05 10:22:28 -08:00
Parker Moore
2ec1dc1831
Merge pull request #2882 from jekyll/security/centralize-path-sanitation
2014-11-05 10:21:57 -08:00
Alfred Xing
50d0fc3c85
Match post.name instead of slugs and dates
2014-11-04 16:13:04 -08:00
Parker Moore
90cddade53
Commit the paths one by one to Jekyll.sanitized_path with the proper initial base.
...
Prevents errors like these:
[39/78] TestPost#test_: A Post processing posts should not be writable outside of destination. /Users/parker/jekyll/jekyll/test/dest
/Users/parker/jekyll/jekyll/test/dest/Users/parker/jekyll/baddie.html
= 0.01 s
1) Failure:
TestPost#test_: A Post processing posts should not be writable outside of destination. [/Users/parker/jekyll/jekyll/test/test_post.rb:152]:
Failed assertion, no message given.
2014-11-03 22:27:55 -08:00
Parker Moore
2ee8d690c4
More conversion of Jekyll.sanitized_path ~> site.in_(source|dest)_dir
2014-11-03 22:16:48 -08:00
Parker Moore
ca40c771d0
Only allow CWD _layouts outside of safe mode.
2014-11-03 22:16:48 -08:00
Parker Moore
0c6137b2d3
Fix site tests.
2014-11-03 22:16:48 -08:00
Parker Moore
4bccbdead4
If no overrides are passed in, just default to a Hash.
2014-11-03 22:16:48 -08:00
Parker Moore
8d02c5cd94
Allow override of destination in site_configuration in tests
2014-11-03 22:16:48 -08:00
Parker Moore
68e9c84a18
Flatten paths sent into #in_dest_dir
2014-11-03 22:16:48 -08:00
Parker Moore
f7b1782294
Fix post.rb permalink stuff in light of merge of #2925 .
2014-11-03 22:16:48 -08:00
Parker Moore
2690c045ec
Fix the tests so they are *PERFECT*.
2014-11-03 22:16:48 -08:00
Parker Moore
656e772388
Cache the related posts most_recent_posts
...
/cc @mattr- is this safe to do, you think? it only happens at render
time...
2014-11-03 22:16:47 -08:00
Parker Moore
817f6cb658
Fix problem where entries weren't stripped of their trailing slashes.
2014-11-03 22:16:47 -08:00
Parker Moore
179b5ab193
Use site.in_source_dir as @mastahyeti suggested
2014-11-03 22:16:47 -08:00
Parker Moore
b4a2788626
Just swallow it if there is no content for the excerpt to parse.
2014-11-03 22:16:47 -08:00
Parker Moore
3762878381
Correctly access the StaticFile's site variable.
2014-11-03 22:16:47 -08:00
Parker Moore
9cbc24fce5
More safety. 🔒
2014-11-03 22:16:47 -08:00
Parker Moore
4078bde3ba
More passing tests.
2014-11-03 22:15:41 -08:00
Parker Moore
3b634134a0
Another test passing. 😄
2014-11-03 22:15:41 -08:00
Parker Moore
461e16f8bc
More tests are passing. Hooray.
2014-11-03 22:15:40 -08:00
Parker Moore
0bc88975c8
More removal of File.join
2014-11-03 22:15:40 -08:00
Parker Moore
98182aab4a
Use site.in_source_dir in Collection.
2014-11-03 22:15:40 -08:00
Parker Moore
3a3be7e5a7
Add Site#in_dest_dir
2014-11-03 22:15:40 -08:00
Parker Moore
7e1cc4b684
Add Site#in_source_dir
2014-11-03 22:15:40 -08:00
Parker Moore
0f2a3a606b
Append the site to Jekyll.sites upon creation
2014-11-03 22:15:40 -08:00
Parker Moore
314dce62cf
Make Site.source and Site.dest "immutable"
2014-11-03 22:15:40 -08:00
Parker Moore
bd72265e74
Reformat the Jekyll module's static methods.
2014-11-03 22:15:40 -08:00
Parker Moore
ab8441259e
Update history to reflect merge of #3053 [ci skip]
2014-11-03 12:10:18 -08:00
Parker Moore
ccd1941378
Merge pull request #3053 from alfredxing/fix-serve-host
2014-11-03 12:09:34 -08:00
Parker Moore
4272537f69
Update history to reflect merge of #3052 [ci skip]
2014-11-03 12:01:02 -08:00
Parker Moore
23f4c5804c
Merge pull request #3052 from vlajos/typofixes20141102
2014-11-03 12:00:02 -08:00
Alfred Xing
a16dfef840
Use 127.0.0.1 as host instead of 0.0.0.0
2014-11-02 15:31:23 -08:00
Veres Lajos
e1f7139b9c
typo fixes
2014-11-02 23:00:09 +00:00
Renaud Martinet
f9e249ae20
Generalize Utils#slugify for any scripts
...
It replaces any non alphanumeric glyphs by an hyphen.
2014-10-31 15:56:03 +01:00
Parker Moore
81f4abdbcd
Update history to reflect merge of #3040 [ci skip]
2014-10-30 09:37:24 -07:00
Parker Moore
9a82b474aa
Merge pull request #3040 from mitaa/master
2014-10-30 09:35:47 -07:00
mitaa
57ca3a04d5
Update continuous-integration.md
...
Fix miswording
2014-10-30 10:05:19 +01:00
Parker Moore
257f852b96
Update history to reflect merge of #3031 [ci skip]
2014-10-29 15:13:51 -07:00
Parker Moore
8dcf7a6680
Merge pull request #3031 from alfredxing/frontmatter-permalinks
2014-10-29 15:13:12 -07:00
Alfred Xing
02e53fb6ff
Implement @parkr's suggestions
2014-10-27 22:59:15 -07:00
Parker Moore
485f7634bd
Update history to reflect merge of #3032 [ci skip]
2014-10-27 17:40:30 -07:00
Parker Moore
0fc256dbef
Merge pull request #3032 from jekyll/jsonify-deeply
2014-10-27 17:40:05 -07:00
Parker Moore
3fb1356593
The jsonify filter should deep-convert to Liquid when given an Array.
...
Fixes https://github.com/github/choosealicense.com/issues/225
2014-10-27 15:58:42 -07:00
Alfred Xing
cd9d38c5ea
Remove duplicate code
2014-10-26 21:38:19 -07:00
Alfred Xing
0fe1d0686a
Allow placeholders in permalinks
2014-10-26 18:23:58 -07:00
Parker Moore
4e8ebd999a
Update history to reflect merge of #3022 [ci skip]
2014-10-24 11:35:22 -07:00
Parker Moore
578f38748d
Merge pull request #3022 from jekyll/perf
2014-10-24 11:34:41 -07:00
Parker Moore
ae01b1d5df
😦
2014-10-22 02:16:50 -07:00
Parker Moore
5cb0aee251
Have to go back on all these...
2014-10-22 02:10:21 -07:00
Parker Moore
2eb318a929
Replace costly Hash#fetch with arity=2 with arity=1 + block.
2014-10-22 01:43:46 -07:00
Parker Moore
ab3f27e674
Add benchmark for sequential assignment.
...
Calculating -------------------------------------
parallel assignment 126425 i/100ms
multi-line assignment
136492 i/100ms
-------------------------------------------------
parallel assignment 6382145.2 (±10.1%) i/s - 31606250 in 5.006184s
multi-line assignment
9281041.8 (±11.7%) i/s - 45724820 in 5.001599s
2014-10-22 01:40:55 -07:00
Parker Moore
e028d50b3f
Add benchmark around string replacement.
...
Calculating -------------------------------------
#tr 62416 i/100ms
#gsub 33750 i/100ms
#gsub! 29695 i/100ms
#sub 60774 i/100ms
#sub! 64955 i/100ms
-------------------------------------------------
#tr 989348.8 (±5.0%) i/s - 4993280 in 5.060836s
#gsub 422892.9 (±4.3%) i/s - 2126250 in 5.037741s
#gsub! 364115.6 (±4.0%) i/s - 1841090 in 5.064496s
#sub 964336.6 (±4.4%) i/s - 4861920 in 5.051775s
#sub! 1016598.5 (±4.7%) i/s - 5131445 in 5.058987s
2014-10-22 01:36:43 -07:00
Parker Moore
a30498ba42
Add benchmark for #flat_map
...
Calculating -------------------------------------
.map.flatten with nested arrays
4718 i/100ms
.flat_map with nested arrays
6048 i/100ms
.map.flatten with no nested arrays
9804 i/100ms
.flat_map with no nested arrays
9302 i/100ms
-------------------------------------------------
.map.flatten with nested arrays
48118.3 (±4.8%) i/s - 240618 in 5.011942s
.flat_map with nested arrays
63838.6 (±5.1%) i/s - 320544 in 5.034864s
.map.flatten with no nested arrays
104879.3 (±4.4%) i/s - 529416 in 5.057802s
.flat_map with no nested arrays
99935.3 (±6.6%) i/s - 502308 in 5.049506s
2014-10-22 01:27:45 -07:00
Parker Moore
7c05312d5c
Add benchmark for yield vs proc.call
...
Calculating -------------------------------------
yield 70018 i/100ms
block.call 42809 i/100ms
-------------------------------------------------
yield 1099624.2 (±7.3%) i/s - 5531422 in 5.056107s
block.call 604006.1 (±7.1%) i/s - 3039439 in 5.058794s
2014-10-22 01:18:09 -07:00
Parker Moore
7e37892bbd
Add a benchmark for symbol-to-proc
...
Calculating -------------------------------------
block 5403 i/100ms
&:to_s 6094 i/100ms
-------------------------------------------------
block 60023.4 (±5.3%) i/s - 302568 in 5.055537s
&:to_s 59047.0 (±4.9%) i/s - 298606 in 5.068991s
2014-10-22 01:17:22 -07:00
Parker Moore
4e07dfef1f
Add benchmark for hash-fetch
...
Calculating -------------------------------------
fetch with no block 66979 i/100ms
fetch with a block 138257 i/100ms
brackets with an || 145792 i/100ms
-------------------------------------------------
fetch with no block 1255521.2 (±5.2%) i/s - 6296026 in 5.028856s
fetch with a block 6402972.5 (±8.1%) i/s - 31799110 in 5.002554s
brackets with an || 8536511.4 (±8.1%) i/s - 42425472 in 5.005831s
2014-10-22 01:11:34 -07:00
Parker Moore
0511ece2f5
Use String#<< instead of String#+=
...
I just couldn’t believe this but look:
~/jekyll/jekyll#master$ ruby benchmark/string-concat
Calculating -------------------------------------
+= 6367 i/100ms
<< 128697 i/100ms
-------------------------------------------------
+= 1704.3 (±0.6%) i/s - 12734 in 7.472170s
<< 4381212.4 (±6.3%) i/s - 21878490 in 5.014899s
WOW.
2014-10-22 00:58:20 -07:00
Parker Moore
1395d5686b
Optimize more URL#sanitize_url
2014-10-22 00:57:53 -07:00
Parker Moore
3227c4ecea
Use #tr instead of #gsub
2014-10-22 00:57:25 -07:00
Parker Moore
b9c4fc93d7
Use flat_map instead of map.flatten
2014-10-22 00:57:06 -07:00
Parker Moore
95e96a0f83
Add a benchmarking script for string-concat
2014-10-22 00:56:54 -07:00
Parker Moore
c92ad3b595
Update history to reflect merge of #3018 [ci skip]
2014-10-20 21:29:31 -07:00
Parker Moore
3285aebd4f
Merge pull request #3018 from jekyll/webrick-fancy-indexing
2014-10-20 21:28:35 -07:00
Parker Moore
9cc3085dd0
Turn on FancyIndexing.
2014-10-20 21:23:30 -07:00
Parker Moore
5b37ad57cc
If --verbose is given, debug the sh*t out of that.
2014-10-20 21:23:22 -07:00
Parker Moore
3dedcbf894
Sort webrick_options
2014-10-20 21:23:00 -07:00
Parker Moore
2ca2990f6b
Update history to reflect merge of #2997 [ci skip]
2014-10-20 20:11:26 -07:00
Parker Moore
7fd9f102c0
Merge pull request #2997 from jekyll/utils-slugify
2014-10-20 20:11:04 -07:00
Parker Moore
cc3a31e363
Update history to reflect merge of #2986 [ci skip]
2014-10-20 20:09:39 -07:00
Parker Moore
5ed4638400
Merge pull request #2986 from tamagokun/where_filters_enumerable
2014-10-20 20:09:21 -07:00
Parker Moore
a64e7e8814
Update history to reflect merge of #3011 [ci skip]
2014-10-20 20:08:04 -07:00
Parker Moore
6723db8157
Merge pull request #3011 from fhemberger/master
2014-10-20 20:07:09 -07:00
Parker Moore
996db6912d
Update history to reflect merge of #3017 [ci skip]
2014-10-20 09:57:50 -07:00
Parker Moore
c77d06446d
Merge pull request #3017 from glaucocustodio/master
2014-10-20 09:57:04 -07:00
Glauco Custódio
68c0e8f847
Hash#each_key instead of Hash#keys.each. Faster code.
2014-10-20 10:10:29 -02:00
Parker Moore
4b4a46579a
Update history to reflect merge of #3013 [ci skip]
2014-10-18 12:30:42 -07:00
Parker Moore
c95f4c0f5b
Merge pull request #3013 from jekyll/revert-2921-post-dest
2014-10-18 12:21:28 -07:00
Parker Moore
078b2785e4
Revert "Make permalink parsing consistent with pages"
2014-10-18 12:07:44 -07:00
Frederic Hemberger
1d726a87b9
Docs: Clarify behavior of 'categories' in permalinks
2014-10-18 08:29:26 +02:00
Parker Moore
90b6723288
Update history to reflect merge of #3010 [ci skip]
2014-10-17 12:30:47 -07:00
Parker Moore
a9d7031e7c
Merge pull request #3010 from croaky/master
2014-10-17 12:25:22 -07:00
Dan Croak
db220a9de6
Add FormKeep to resources as Jekyll form backend
...
Launched by [thoughtbot] today.
Intended to be Jekyll-friendly with
no iframes, JavaScript embeds, or CSS overrides.
It just generates a URL to use as your form's `action` endpoint.
It has a very simple webhook system, which means
it can automatically forward all submissions to a webhook of your choosing.
We've been using [Zapier] to handle the heavy lifting of
sending form data along from FormKeep to MailChimp, Trello, etc.
[thoughtbot]: https://thoughtbot.com
[Zapier]: http://zapier.com
2014-10-17 11:00:44 -07:00
Parker Moore
9f5835871b
Utils.slugify: Don't create new objects when gsubbing
2014-10-12 16:18:40 -07:00
Parker Moore
b62415019b
Update history to reflect merge of #2994 [ci skip]
2014-10-12 15:49:51 -07:00
Parker Moore
00d29e7e77
Merge pull request #2994 from jekyll/fixes-from-benchmarking
2014-10-12 15:49:20 -07:00
Parker Moore
5b5a25a03a
Install with multiple jobs. [ci skip]
2014-10-12 15:47:01 -07:00
Parker Moore
be3d723d73
Update history to reflect merge of #2996 [ci skip]
2014-10-12 15:19:29 -07:00
Parker Moore
7cad48a3ee
Merge pull request #2996 from hickford/link-feed-from-head
2014-10-12 15:18:12 -07:00
Parker Moore
b564214535
Pass the context on to IncludeRelativeTag#page_path
2014-10-12 15:16:38 -07:00
Matt Hickford
63a6d595c4
Fix feed link to respect baseurl
2014-10-12 23:14:41 +01:00
Parker Moore
22cc393cd4
Ignore the stackprof tmp files.
2014-10-12 15:12:30 -07:00
Parker Moore
0400ffe377
Only re-run the stackprof if I delete the prof output file.
2014-10-12 15:11:53 -07:00
Parker Moore
b07cbcecbd
Don't print the location of the stackprof executable
2014-10-12 15:11:44 -07:00
Parker Moore
626706c8c5
Cache the @includes_dir in each instance so the method isn't called all the time
2014-10-12 15:11:28 -07:00
Parker Moore
a7c0fffcec
Only run script/bootstrap in stackprof if stackprof executable isn't there
2014-10-12 14:39:04 -07:00
Parker Moore
73ca205a5c
Add test for Document#basename_without_ext
2014-10-12 14:33:13 -07:00
Parker Moore
4942b2947b
Only compile the Converter#matches regexp when asked for
2014-10-12 14:31:49 -07:00
Parker Moore
fbe98df488
Cache variables that won't change through the life of an object
2014-10-12 14:06:17 -07:00
Parker Moore
44c9f81921
Cache the extname regexp in Converters::Markdown and Textile
2014-10-12 14:06:16 -07:00
Parker Moore
681d71ac04
Move script/benchmark to script/stackprof. [ci skip]
2014-10-12 14:05:55 -07:00
Parker Moore
3902e373d8
Update history to reflect merge of #2993 [ci skip]
2014-10-12 14:05:34 -07:00
Parker Moore
ce8d8d929c
Merge pull request #2993 from jekyll/benchmarking
2014-10-12 14:04:03 -07:00
Matt Hickford
3994d9116d
Link atom feed from html head
...
This makes it possible for browsers to autodiscover the feed. Fixes https://github.com/jekyll/jekyll/issues/2995
2014-10-12 20:09:14 +01:00
Parker Moore
c2caaeaf11
Add rbtrace and stackprof and a script/benchmark script.
2014-10-12 02:02:42 -07:00
Mike Kruk
56ac50c568
where filter - test return value when filtering a Hash
2014-10-08 17:02:36 -04:00
Parker Moore
25d77cb05a
Update history to reflect merge of #2982 [ci skip]
2014-10-08 13:57:51 -07:00
Parker Moore
70174e8831
Merge pull request #2982 from XhmikosR/page-description
2014-10-08 13:57:19 -07:00
Mike Kruk
f6ea8b4d50
Allow Enumerables to be used with "where" filter.
2014-10-08 16:19:55 -04:00
Parker Moore
9083511de3
Remove reverted #2980 from History.
2014-10-08 12:48:36 -07:00
Parker Moore
8cc07231df
Merge pull request #2985 from jekyll/revert-2980-patch-1
...
Revert "Allow Enumerables to be used with "where" filter"
2014-10-08 12:47:25 -07:00
Parker Moore
94a1330d61
Revert "Allow Enumerables to be used with "where" filter"
2014-10-08 12:47:17 -07:00
Parker Moore
13919b4f3c
Update history to reflect merge of #2980 [ci skip]
2014-10-08 12:46:32 -07:00
Parker Moore
8fe9c76d08
Merge pull request #2980 from tamagokun/patch-1
2014-10-08 12:45:50 -07:00
Parker Moore
d674305092
Update history to reflect merge of #2984 [ci skip]
2014-10-08 11:51:32 -07:00
Parker Moore
ac1d1a4053
Merge pull request #2984 from kevgathuku/patch-1
2014-10-08 11:51:08 -07:00
Parker Moore
66578b0c90
Update history to reflect merge of #2981 [ci skip]
2014-10-08 11:50:37 -07:00
Parker Moore
a84af462d4
Merge pull request #2981 from XhmikosR/normalize
2014-10-08 11:50:21 -07:00
Parker Moore
ceaa2eb267
Fix site:update_normalize_css so it works with new integrated Sass workflow. [ci skip]
...
Ref: #2981
2014-10-08 11:50:07 -07:00
Kevin Ndung'u
ec0e1dcb14
Update continuous-integration.md
...
Fix minor typo
2014-10-08 21:44:57 +03:00
Parker Moore
fb435c2c7e
Update history to reflect merge of #2979 [ci skip]
2014-10-08 11:43:16 -07:00
Parker Moore
ba31c5c387
Merge pull request #2979 from rob-murray/add-twitter-tag-plugin
2014-10-08 11:42:41 -07:00
XhmikosR
5ea3286b09
Update normalize.css to v3.0.2.
2014-10-08 10:37:44 +03:00
XhmikosR
b0c0fbd70b
site_template/feed.xml: Remove unneeded space.
2014-10-08 10:37:01 +03:00
XhmikosR
28bb15d4ee
site_template/_includes/head.html: Minor refactoring.
...
Remove unneeded end tag, and also strip newlines.
Move `X-UA-Compatible` just after `meta charset`.
2014-10-08 10:33:39 +03:00
Mike Kruk
1db62cca9e
allow Enumerables to be used with "where" filter
...
Enumerable module responds to `select` so this shouldn't be a problem here. Typical use case would be an object from a plugin being passed through a where filter.
2014-10-07 23:05:23 -04:00
Rob Murray
ad9a656d8d
Add Tag plugin link for 'Jekyll Twitter Plugin'; A Liquid tag plugin that renders Tweets from Twitter API.
2014-10-07 13:12:08 +01:00
Parker Moore
cae5958362
Update history to reflect merge of #2972 [ci skip]
2014-10-05 20:02:16 -07:00
Parker Moore
f0e22be32b
Merge pull request #2972 from tkrotoff/wrapper-width-hardcoded
2014-10-05 19:23:49 -07:00
Parker Moore
6657e374b2
Update history to reflect merge of #2973 [ci skip]
2014-10-05 10:47:57 -07:00
Parker Moore
b965d44b5f
Merge pull request #2973 from tkrotoff/indent-head.html
2014-10-05 10:47:28 -07:00
Tanguy Krotoff
1ccd2156c5
Fix head.html indentation
2014-10-05 18:53:53 +02:00
Tanguy Krotoff
8e481cdf8e
New Sass variable $content-width instead of hardcoded value
2014-10-05 18:49:39 +02:00
Parker Moore
7aa43f37fb
Update history to reflect merging of #2948
...
Closes #2948
See 10c8184942 for more
2014-10-04 19:56:18 -07:00
Ruslan Korolev
2a83bdccd5
jekyll build/serve -V option to docs
2014-10-04 19:55:22 -07:00
Parker Moore
97ed8622c7
Update history to reflect merge of #2964 [ci skip]
2014-10-04 19:52:57 -07:00
Parker Moore
7a2f7a569b
Merge pull request #2964 from nternetinspired/meta-description
2014-10-04 19:51:32 -07:00
Parker Moore
aed5554a1b
Update history to reflect merge of #2967 [ci skip]
2014-10-04 19:48:12 -07:00
Parker Moore
961a3504ba
Merge pull request #2967 from tmthrgd/master
2014-10-04 19:47:39 -07:00
Parker Moore
592cee9596
Update history to reflect merge of #2969 [ci skip]
2014-10-03 10:27:32 -07:00
tmthrgd
7869586e43
Add my ditaa-ditaa plugin under Other
...
ditaa-ditaa is a drastic revision of jekyll-ditaa that renders diagrams drawn using ASCII art into PNG images.
It is not immediately clear where ditaa-ditaa would belong as it provides both generator functionality, tag functionality and other functionality.
2014-10-03 01:34:30 +09:30
Seth Warburton
42a8dba642
Page specific descriptions
2014-09-30 22:17:49 +01:00
Parker Moore
98b5ff0d17
Update history to reflect merge of #2959 [ci skip]
2014-09-28 20:40:33 -07:00
Parker Moore
dd25ca30d4
Update history to reflect merge of #2949 [ci skip]
2014-09-27 11:31:25 -07:00
Parker Moore
d57d248152
Merge pull request #2949 from rusikf/patch-10
2014-09-27 11:30:29 -07:00
Parker Moore
314f476d11
Update history to reflect merge of #2953 [ci skip]
2014-09-27 11:29:51 -07:00
Parker Moore
0e6dc41db5
Merge pull request #2953 from vasinov/master
2014-09-27 11:29:20 -07:00
Parker Moore
1b923fb504
Update history to reflect merge of #2954 [ci skip]
2014-09-27 11:29:04 -07:00
Parker Moore
7539e2109b
Merge pull request #2954 from chrisfinazzo/remove-explicit-serve-from-docs
2014-09-27 11:28:31 -07:00
chrisfinazzo
4a5f70b315
Clarify instructions
2014-09-27 13:06:45 -04:00
chrisfinazzo
bec32b14cb
Add a note about the separate commands, show an example without the watcher
2014-09-27 12:54:47 -04:00
Parker Moore
a041d50681
Update history to reflect merge of #2957 [ci skip]
2014-09-26 17:09:16 -07:00
Parker Moore
0553dc2f85
Merge pull request #2957 from walpurgisriot/master
2014-09-26 17:08:42 -07:00
feivel
0701fa7b16
Update outdated comment
...
incorrect as of 6 Aug 2014.
2014-09-26 19:49:58 -04:00
chrisfinazzo
f80d82cfcc
Remove references to the watch command in the sample
2014-09-26 12:46:41 -04:00
Vasily Vasinov
aaf813902a
Update README.markdown
...
Someone added Jekyll to Hakiri for monitoring gems' security. I'm adding a security shield to README.markdown in this commit.
2014-09-26 08:45:12 -06:00
Parker Moore
e3c74d5365
Update history to reflect merge of #2921 [ci skip]
2014-09-24 23:46:10 -07:00
Parker Moore
1f2250e7a4
Merge pull request #2921 from alfredxing/post-dest
2014-09-24 23:45:44 -07:00
Ruslan Korolev
6dbe112f79
Merge remote-tracking branch 'upstream/master' into patch-10
2014-09-25 10:40:10 +04:00
Alfred Xing
ccef84a803
Update Cucumber tests to match new permalink parsing
2014-09-24 22:08:25 -07:00
Alfred Xing
3a96d01e4a
Make permalink parsing consistent with pages
...
Require permalink to end in a slash to write an index file.
Addresses #2920 .
2014-09-24 22:08:25 -07:00
Parker Moore
95644a844f
Update history to reflect merge of #2925 [ci skip]
2014-09-24 17:08:21 -07:00
Parker Moore
bd0eebdb05
Merge pull request #2925 from pathawks/htm-extension
2014-09-24 17:08:02 -07:00
Parker Moore
3319c0ab56
Update history to reflect merge of #2946 [ci skip]
2014-09-24 17:07:10 -07:00
Parker Moore
dc0add15af
Merge pull request #2946 from kleinfreund/patch-1
2014-09-24 17:06:53 -07:00
Parker Moore
6f585e5da5
Update history to reflect merge of #2951 [ci skip]
2014-09-24 17:06:30 -07:00
Parker Moore
0c32f389bc
Merge pull request #2951 from jekyll/fix-rouge
2014-09-24 17:06:00 -07:00
Parker Moore
8990d7199e
Latest version of Rouge so we know the API is right.
2014-09-22 23:04:51 -07:00
Parker Moore
e6f89074d4
Rouge's Redcarpet plugin now has a different API
...
See for more:
- 18ec938e9c
- https://github.com/jneen/rouge/issues/182
2014-09-22 23:03:49 -07:00
Parker Moore
633c9be95c
Update history to reflect merge of #2939 [ci skip]
2014-09-22 22:53:46 -07:00
Parker Moore
14c58213c7
Merge pull request #2939 from jekyll/ghp-gem
2014-09-22 22:53:25 -07:00
Parker Moore
f2689ddf8f
Merge branch 'ghp-gem' of github.com:jekyll/jekyll into ghp-gem
...
* 'ghp-gem' of github.com:jekyll/jekyll:
Move it down a little
2014-09-22 22:52:36 -07:00
Parker Moore
a5a8be97de
Make it a little nicer.
2014-09-22 22:52:23 -07:00
Ruslan Korolev
1a88178fbf
jekyll serve --skip-initial-build to docs
2014-09-22 19:16:23 +04:00
Philipp Rudloff
e013c16ba9
Fix code example for media query mixin
...
It was using an old variable name (`$palm`) instead of the current one (`$on-paln`).
2014-09-22 08:18:14 +02:00
Parker Moore
52c76b5d93
Update history to reflect merge of #2906 [ci skip]
2014-09-21 13:37:18 -07:00
Parker Moore
e68a584a27
Merge pull request #2906 from pathawks/escape-css-characters
2014-09-21 13:36:57 -07:00
Parker Moore
bc9699e420
Update history to reflect merge of #2943 [ci skip]
2014-09-21 13:34:11 -07:00
Parker Moore
951fa8981f
Merge pull request #2943 from rusikf/patch-7
2014-09-21 13:32:58 -07:00
Ruslan Korolev
6a06a627f8
jekyll build/serve --force_polling option to docs
2014-09-21 14:52:19 +04:00
Parker Moore
a7eeeda99f
Move it down a little
2014-09-19 19:58:45 -07:00
Parker Moore
0f008c02d8
Add note about using the github-pages gem properly
2014-09-19 19:56:36 -07:00
Parker Moore
3086ea3036
Update history to reflect merge of #2937 [ci skip]
2014-09-19 00:32:54 -07:00
Parker Moore
2efe14d656
Merge pull request #2937 from tmthrgd/patch-1
2014-09-19 00:32:29 -07:00
Tom Thorogood
c03dadbe2c
Include my mathml.rb plugin under Tags.
...
mathml.rb is a plugin to convert TeX mathematics into MathML.
2014-09-19 14:29:48 +09:30
Parker Moore
9efb68f957
Update history to reflect merge of #2922 [ci skip]
2014-09-17 12:22:56 -07:00
Parker Moore
2c9f6b0bd5
Merge pull request #2922 from igas/patch-1
2014-09-17 12:22:16 -07:00
Parker Moore
84ce5c3589
Update history to reflect merge of #2911 [ci skip]
2014-09-17 12:18:32 -07:00
Parker Moore
bfe83cdec2
Merge pull request #2911 from charlesbaynham/minor-grammatical-error
2014-09-17 12:17:47 -07:00
Parker Moore
51ebd69162
Update history to reflect merge of #2931 [ci skip]
2014-09-16 16:36:06 -07:00
Parker Moore
c11edf5272
Merge pull request #2931 from snrbrnjna/master
2014-09-16 16:35:16 -07:00
snrbrnjna
a3f8336571
Jekyll Http Basic Auth Plugin added
2014-09-17 00:09:29 +02:00
Parker Moore
36baf435b5
Put #2929 History entry in the right place.
...
Not enough ☕ yet today. 💤
2014-09-16 09:47:24 -07:00
Parker Moore
1416e0e0ce
Update history to reflect merge of #2929 [ci skip]
2014-09-16 09:46:49 -07:00
Parker Moore
c789a93bc8
Merge pull request #2929 from rusikf/patch-5
2014-09-16 09:46:14 -07:00
Ruslan Korolev
121a06a9eb
unit test for jekyll new --force
2014-09-16 16:42:33 +04:00
Parker Moore
24d13fcc55
Update history to reflect merge of #2887 [ci skip]
2014-09-14 14:54:38 -07:00
Parker Moore
bf1a2320e2
Merge pull request #2887 from pathawks/Update-Liquid-Links
2014-09-14 14:54:17 -07:00
Pat Hawks
fdf58c5ce2
Allow per post permalinks to end in .htm
...
Fixes #2920
2014-09-14 11:58:16 -07:00
Pat Hawks
5445a1bead
Add test for Use per-post permalinks ending in .htm
2014-09-14 11:36:26 -07:00
Igor Kapkov
566eb6ef3b
remove watch since it default in 2.4.0
2014-09-14 11:28:29 +08:00
Parker Moore
19b2d2eeb6
Update history to reflect merge of #2917 [ci skip]
2014-09-13 12:24:26 -07:00
Parker Moore
c08a7f3fbd
Merge pull request #2917 from nitoyon/fix-template-doc
2014-09-13 12:24:05 -07:00
Parker Moore
a0d46942b9
Update history to reflect merge of #2919 [ci skip]
2014-09-13 12:23:10 -07:00
Parker Moore
7cf64b6ab5
Merge pull request #2919 from bcomnes/singular-docs
2014-09-13 12:22:16 -07:00
Parker Moore
a34dbd45cf
Update latest_version.txt file on the site.
2014-09-13 12:22:00 -07:00
Bret Comnes
44506bf376
Removed github-pages warning about singular types now that gh-pages is running 2.3.0
2014-09-13 12:03:25 -07:00
nitoyon
86af9952ce
Fix quote character typo in site documentation for templates
2014-09-13 23:55:17 +09:00
Parker Moore
12046270a6
Update history to reflect merge of #2913 [ci skip]
2014-09-12 09:59:38 -07:00
Parker Moore
f7ef16ba06
Merge pull request #2913 from rusikf/patch-3
2014-09-12 09:59:04 -07:00
Parker Moore
65bcf2adb2
Update history to reflect merge of #2916 [ci skip]
2014-09-12 09:58:29 -07:00
Parker Moore
7790b42f8c
Merge pull request #2916 from TheFox/bigfootnotes
2014-09-12 09:58:02 -07:00
Christian Mayer
6ed54bd31a
Bigfootnotes Plugin added.
2014-09-12 18:13:44 +02:00
Ruslan Korolev
d9e5fdde5b
test for jekyll new --blank
2014-09-12 18:30:06 +04:00
Alfred Xing
c3ec158f2d
Keep backwards compatibility
...
Re-add `relative_path` Liquid variable too keep compatibility
2014-09-11 18:25:21 -07:00
Charles Baynham
bf8cc236ee
Correction of grammatical error and also consistent formatting/correct filename of _config.yml
2014-09-12 00:08:46 +01:00
Alfred Xing
6c0e791236
Use relative path for path Liquid variable in Documents
2014-09-10 21:04:40 -07:00
Pat Hawks
960a918330
Escape unicode characters
...
Fixes #2905
2014-09-10 12:28:45 -07:00
Parker Moore
671b435b3b
Update history to reflect merge of #2899 [ci skip]
2014-09-10 10:21:30 -07:00
Parker Moore
219a52e37b
Merge pull request #2899 from XhmikosR/master
2014-09-10 10:20:56 -07:00
Parker Moore
a4f0f0dd0c
Update history to reflect merge of #2898 [ci skip]
2014-09-10 10:07:49 -07:00
Parker Moore
838753cc96
Merge pull request #2898 from XhmikosR/font-awesome
2014-09-10 10:05:19 -07:00
XhmikosR
8f41d3db61
Fix transition property.
...
http://caniuse.com/#feat=css-transitions
2014-09-10 13:23:01 +03:00
XhmikosR
928e5e1c07
Remove the unused fontawesome-webfont.eot.
2014-09-10 13:22:02 +03:00
XhmikosR
b99ec48407
Update Font Awesome to v4.2.0.
2014-09-10 13:21:47 +03:00
XhmikosR
7c128bc7a2
Fix link to #2895 .
2014-09-10 13:18:46 +03:00
Pat Hawks
99b5569ffa
Point Liquid links to Liquid’s Github wiki
...
Provide a more helpful resource for questions like #2883
2014-09-09 23:20:40 -07:00
Parker Moore
1c2f7cb182
Update site history.
2014-09-09 22:24:38 -07:00
Parker Moore
e72f8cf5b1
Release 💎 2.4.0
2014-09-09 22:24:09 -07:00
Parker Moore
39783a6f46
Release 💎 2.3.0
2014-09-09 22:23:46 -07:00
Parker Moore
88244ff71d
Add #2895 to release post.
...
#2896 .
2014-09-09 22:23:39 -07:00
Parker Moore
1cb1cbba50
Merge pull request #2896 from jekyll/release-2-4
...
Release Jekyll 💎 v2.4.0
2014-09-09 22:21:46 -07:00
Parker Moore
87f72f0c63
Update history to reflect merge of #2895 [ci skip]
2014-09-09 22:21:13 -07:00
Parker Moore
c776a657af
Merge pull request #2895 from jekyll/array-filters
2014-09-09 22:20:15 -07:00
Parker Moore
568a0b0e08
Release Jekyll 💎 v2.4.0
2014-09-09 21:34:37 -07:00
Parker Moore
196a56e3ec
Add push, pop, shift, and unshift Liquid filters.
...
Fixes #2892 .
2014-09-09 21:29:23 -07:00
Parker Moore
80106f1b67
Allow use of script/cibuild outside Travis. [ci skip]
2014-09-09 21:10:17 -07:00
Parker Moore
3994faaeaa
Give script/proof the ability to be force-run. [ci skip]
2014-09-09 20:54:27 -07:00
Parker Moore
95dd0dc479
Update history to reflect merge of #2884 [ci skip]
2014-09-09 00:22:04 -07:00
Parker Moore
4fb6e1cde9
Merge pull request #2884 from gjtorikian/improve-docs-for-include-relative
2014-09-09 00:21:42 -07:00
Parker Moore
cab4333f70
Update history to reflect merge of #2889 [ci skip]
2014-09-09 00:12:31 -07:00
Parker Moore
d786e81f46
Merge pull request #2889 from pdehaan/patch-1
2014-09-09 00:12:03 -07:00
Peter deHaan
06c9b1b33c
Fixing "vertycal" typo
...
s/vertycal/vertical
Unless, like, "vertycal" was on purpose or something.
2014-09-08 22:48:23 -07:00
Garen Torikian
deb4e0d24a
Set tag name as ivar
...
This lets us use just one syntax_example method for both classes.
2014-09-08 14:27:51 -07:00
Garen Torikian
5fe73a6671
Add some more docs on include_relative
2014-09-07 21:24:05 -07:00
Garen Torikian
0675f2a423
Update include_relative tests
...
This verifies you can’t go “up” in the include
2014-09-07 21:23:45 -07:00
Parker Moore
41a6037a11
Update history to reflect merge of #2870 [ci skip]
2014-09-07 13:06:13 -07:00
Parker Moore
6644c77d23
Merge pull request #2870 from gjtorikian/support-relative-include
2014-09-07 13:05:38 -07:00
Garen Torikian
a569799ffc
Sanitize the resolved includes path
2014-09-07 12:18:54 -07:00
Garen Torikian
3668437c96
Rename method to resolved_includes_dir
2014-09-07 12:18:35 -07:00
Garen Torikian
afd30b0a9b
Add documentation on the include_relative tag
2014-09-07 12:14:19 -07:00
Garen Torikian
4da07bb2c3
Add tests around nasty include attempts
2014-09-07 12:00:37 -07:00
Garen Torikian
e7c8bbf5df
Test that includes relative to self are included
2014-09-07 11:24:44 -07:00
Garen Torikian
934c37b578
Separate include_relative test out into its own context
2014-09-07 11:21:50 -07:00
Garen Torikian
0e4549013d
Define methods for shared vars between include & include_relative
2014-09-07 11:21:40 -07:00
Parker Moore
39172e53bf
Update history to reflect merge of #2881 [ci skip]
2014-09-07 10:41:36 -07:00
Parker Moore
0422c5fde6
Merge pull request #2881 from penibelst/patch-1
2014-09-07 10:41:11 -07:00
Parker Moore
192e5b9188
Update history to reflect merge of #2880 [ci skip]
2014-09-07 10:40:33 -07:00
Parker Moore
c3dc5cceee
Merge pull request #2880 from kansaichris/slugify-liquid-filter
2014-09-07 10:40:01 -07:00
Anatol Broder
1a11a994ea
Remove Good Include
...
The plugin is deprecated.
2014-09-07 14:01:53 +02:00
Chris Frederick
a2fedfc615
Document the slugify Liquid filter
2014-09-07 17:01:53 +09:00
Chris Frederick
77297744ce
Add a test for the slugify Liquid filter
2014-09-07 16:49:14 +09:00
Chris Frederick
394eab4a3a
Add the slugify Liquid filter
2014-09-07 16:48:57 +09:00
Parker Moore
2d3ca08d91
Update history to reflect merge of #2877 [ci skip]
2014-09-07 00:38:40 -07:00
Parker Moore
d950680bbe
Merge pull request #2877 from nitoyon/fix-variables-doc
2014-09-07 00:37:59 -07:00
Garen Torikian
9f558d1cec
Rename tag to include_relative
2014-09-06 21:48:15 -07:00
Garen Torikian
787bb582da
Trash the subclass
2014-09-06 21:48:00 -07:00
Parker Moore
b5020bc590
Update history to reflect merge of #2879 [ci skip]
2014-09-06 11:52:43 -07:00
Parker Moore
64b2e11106
Merge pull request #2879 from SpectrumPixel/patch-1
2014-09-06 11:52:25 -07:00
TJ
7215c44146
Fixed "bellow" typo
...
Changed "bellow" to "below"
2014-09-06 13:53:49 -04:00
nitoyon
4435bcb1f8
Fix typo in site documentation for variables
2014-09-06 17:25:13 +09:00
Parker Moore
fa86afb336
Update history to reflect merge of #2864 [ci skip]
2014-09-05 10:05:13 -07:00
Parker Moore
58a76911bb
Merge pull request #2864 from kansaichris/add-title-to-collection-urls
2014-09-05 10:04:38 -07:00
Garen Torikian
aa97f1025d
Support a new relative_include tag
2014-09-03 15:43:51 -07:00
Chris Frederick
62a3961739
Add tests for Utils#slugify
2014-09-02 14:33:03 +09:00
Chris Frederick
4adc35aaf3
Revise Utils#slugify with inspiration from Rails
2014-09-02 14:32:14 +09:00
Chris Frederick
702b39dec5
Replace the 'name' parameter with 'string'
2014-09-02 13:34:44 +09:00
Chris Frederick
3ca1245027
Move Document#sluggify to Utils#slugify
2014-09-02 13:29:28 +09:00
Parker Moore
5674226b68
Update history to reflect merge of #2867 [ci skip]
2014-09-01 17:32:27 -07:00
Parker Moore
6928adf501
Merge pull request #2867 from chibicode/add-inspect-filter
2014-09-01 17:32:05 -07:00
Shu Uesugi
cfd17b2e7d
Add inspect filter
2014-09-01 14:51:09 -07:00
Parker Moore
e4975836f4
Update history to reflect merge of #2862 [ci skip]
2014-09-01 11:48:11 -07:00
Parker Moore
820d6b3543
Merge pull request #2862 from mischah/fix-orientation-bugs
2014-09-01 11:47:44 -07:00
Chris Frederick
05d65f0341
Rename 'slug' to 'sluggify' and clean up code
2014-09-01 16:25:42 +09:00
Chris Frederick
be2b16507e
Test documents without a title
2014-09-01 13:32:31 +09:00
Chris Frederick
a5e51cfdbe
Properly handle titles with trailing punctuation
2014-09-01 13:25:38 +09:00
Chris Frederick
93f63df172
Document the :title variable
2014-09-01 13:16:14 +09:00
Chris Frederick
4dec3c8c6b
Test titles in document permalinks
2014-09-01 13:04:54 +09:00
Chris Frederick
cca9c50c26
Add 'title' to url_placeholders
2014-09-01 12:53:31 +09:00
Chris Frederick
bcb6798838
Pass the filename as an argument to Document#slug
2014-09-01 12:45:41 +09:00
Michael Kühnel
9e9f4f1c53
Fix orientation bugs
...
Maintain fontsize and and adapt width when switching to landscape mode.
2014-08-31 15:27:51 +02:00
Parker Moore
18eb8e6fb7
Update history to reflect merge of #2829 [ci skip]
2014-08-31 00:09:22 -07:00
Parker Moore
8993cbe445
Merge pull request #2829 from kansaichris/collections-permalink-docs
2014-08-31 00:07:08 -07:00
Parker Moore
5b6b558c5a
Update history to reflect merge of #2858 [ci skip]
2014-08-31 00:05:57 -07:00
Parker Moore
081e34a5ab
Merge pull request #2858 from jekyll/auto-enable-watch
2014-08-31 00:05:42 -07:00
Parker Moore
8f46e23aa1
Update history to reflect merge of #2849 [ci skip]
2014-08-30 23:59:42 -07:00
Parker Moore
27d3126d54
Merge pull request #2849 from jekyll/maybe-secure-doc-reading
2014-08-30 23:58:33 -07:00
Parker Moore
b5dbc36975
Use Jekyll.sanitized_path when adding static files to Collections.
...
h/t @benbalter https://github.com/jekyll/jekyll/pull/2737#discussion_r16713423
Not sure if the previous code can be exploited, but being super safe is never a bad thing.
2014-08-30 23:09:47 -07:00
Parker Moore
6cee2a87cc
Auto-enable watch on 'serve'.
...
Addresses @kneath's and @chibicode's comments in #2695 .
2014-08-30 22:52:41 -07:00
Parker Moore
7de681ef58
Update history to reflect merge of #2856 [ci skip]
2014-08-30 22:50:36 -07:00
Parker Moore
ba05d00ac4
Merge pull request #2856 from jekyll/fix-liquid-in-sas
2014-08-30 22:50:07 -07:00
Parker Moore
943dc27e78
Add a space because regexp.
2014-08-30 22:40:32 -07:00
Parker Moore
eea5921856
Fix test for Liquid rendering in Sass.
2014-08-30 21:54:50 -07:00
Parker Moore
ca2e291306
prettier exceptions for cucumber. [ci skip]
2014-08-30 19:42:15 -07:00
Parker Moore
7baa56e1b2
Update history to reflect merge of #2859 [ci skip]
2014-08-30 19:34:52 -07:00
Parker Moore
7ff5505e97
Merge pull request #2859 from jekyll/parallelize-tests
2014-08-30 19:34:25 -07:00
Parker Moore
106148280d
Use POSIX::Spawn instead of system to launch Jekyll
2014-08-30 19:29:01 -07:00
Parker Moore
f9bc50e010
Fix the custom Cucumber output.
2014-08-30 19:28:37 -07:00
Parker Moore
efd2c17eba
Don't print out docstrings.
2014-08-30 18:37:00 -07:00
Parker Moore
f90d8db827
Run the scripts properly.
2014-08-30 18:27:42 -07:00
Parker Moore
2d485ab6fe
It's a matrix env.
2014-08-30 17:16:03 -07:00
Parker Moore
30d1f90b44
Allow Travis to 'parallelize' our tests.
2014-08-30 17:14:47 -07:00
Parker Moore
cd50388781
Update history to reflect merge of #2830 [ci skip]
2014-08-28 19:40:49 -07:00
Parker Moore
190ab7f6b8
Merge pull request #2830 from kansaichris/render-liquid-in-coffeescript
2014-08-28 19:35:44 -07:00
Parker Moore
0c42174917
Merge pull request #2845 from farukaydin/where_filter
...
refactored where filter comment
2014-08-28 14:19:02 -07:00
Faruk AYDIN
d395183ee2
refactored where filter comment
2014-08-28 22:46:53 +03:00
Parker Moore
5330980c5f
Update history to reflect merge of #2839 [ci skip]
2014-08-27 14:07:19 -07:00
Parker Moore
5475c64d89
Merge pull request #2839 from jglovier/patch-1
2014-08-27 14:05:34 -07:00
Joel Glovier
41311841f4
Adds info about installing jekyll in current dir
...
Closes #2838
2014-08-27 16:42:24 -04:00
Chris Frederick
98ed3b1c8f
Might as well hard-wrap this to be consistent
2014-08-27 22:58:31 +09:00
Chris Frederick
d84b801fec
Add a note about Liquid and template languages
2014-08-27 22:22:24 +09:00
Chris Frederick
1238ccefcc
Fix Cucumber scenario
2014-08-26 22:24:18 +09:00
Chris Frederick
55de135467
Test Liquid syntax in CoffeeScript files
2014-08-26 17:24:27 +09:00
Chris Frederick
79992fc3c8
Fix inaccurate comments
2014-08-26 17:17:13 +09:00
Chris Frederick
71b10e2d4a
Make render_with_liquid? true for CoffeeScript
2014-08-26 17:14:33 +09:00
Chris Frederick
927edfc078
Mention :name for collections in the documentation
2014-08-26 16:23:15 +09:00
Parker Moore
568464bc0e
Add note to datafiles docs around CSV's.
...
Ref: #2761
2014-08-25 23:18:03 -07:00
Parker Moore
37db35dc10
Update history to reflect merge of #2799 [ci skip]
2014-08-25 23:16:32 -07:00
Parker Moore
56cd73eb35
Merge pull request #2799 from kansaichris/add-title-to-collection-permalinks
2014-08-25 23:15:23 -07:00
Chris Frederick
a72706ace6
Add Document#slug
2014-08-26 11:46:01 +09:00
Chris Frederick
cc4a0d1704
Change :title to :name
2014-08-26 11:26:19 +09:00
Parker Moore
67422e42c6
Update history to reflect merge of #2817 [ci skip]
2014-08-25 10:37:27 -07:00
Parker Moore
ac1f2e2049
Merge pull request #2817 from rusikf/patch-2
2014-08-25 10:36:53 -07:00
Ruslan Korolev
d9da7cbd76
add class << self idiom to new command
2014-08-25 10:59:58 +04:00
Chris Frederick
e8b00fb6f2
Add the 'title' variable to collection permalinks
2014-08-23 14:50:55 +09:00
Parker Moore
069805c6f7
Add note about GitHub Pages using Jekyll 2.2.0 and thus singular types for FMD.
...
Closes #2796 .
2014-08-22 15:02:43 -07:00
Parker Moore
caec5339e8
Update history to reflect merge of #2791 [ci skip]
2014-08-21 12:54:30 -07:00
Parker Moore
9560429ac3
Merge pull request #2791 from gjtorikian/patch-2
2014-08-21 12:53:28 -07:00
Garen Torikian
ca1e6071e3
Make this phrase use HTML
2014-08-21 12:28:19 -07:00
Carlos Matallín
1aa9d6255e
Add jekyll-thumbnail-filter to plugins list
2014-08-20 22:34:43 +02:00
Parker Moore
00c898b2e9
Update history to reflect merge of #2771 [ci skip]
2014-08-19 17:53:49 -04:00
Parker Moore
25f5bb2795
Merge pull request #2771 from ghprince/minor-tweaks-to-site-template
2014-08-19 17:53:24 -04:00
Gordon Gao
9df020f7e9
add .sass-cache to .gitignore and fix main.scss fileformat
2014-08-19 17:39:22 +08:00
Parker Moore
9b5f766333
Update history to reflect merge of #2768 [ci skip]
2014-08-18 01:42:05 -04:00
Parker Moore
11f629b00e
Merge pull request #2768 from jekyll/remove-docs
2014-08-18 01:41:52 -04:00
Parker Moore
a90a7b2fba
Remove docs/ directory.
...
Japanese docs available at http://jekyllrb-ja.github.io
2014-08-18 01:41:26 -04:00
Parker Moore
c54fb1aa20
Update history to reflect merge of #2761 [ci skip]
2014-08-18 01:39:46 -04:00
Parker Moore
c4a2ac2c4b
Merge pull request #2761 from theodi/csv-data
2014-08-18 01:39:40 -04:00
Parker Moore
e8f2272918
Update history to reflect merge of #2765 [ci skip]
2014-08-17 14:39:09 -04:00
Parker Moore
be74029960
Merge pull request #2765 from alfredxing/fix-site-plugins-typo
2014-08-17 14:38:56 -04:00
Alfred Xing
74c812b565
Fix minor typo on plugins docs page
2014-08-17 11:35:29 -07:00
Parker Moore
8959ec448d
Update history to reflect merge of #2764 [ci skip]
2014-08-17 14:09:13 -04:00
Parker Moore
034b3e94a5
Merge pull request #2764 from MinnSoe/doc-typo
2014-08-17 14:08:55 -04:00
Parker Moore
ce37de30a5
Update history to reflect merge of #2763 [ci skip]
2014-08-17 13:58:03 -04:00
Parker Moore
f7a4cdbf2b
Merge pull request #2763 from zhuochun/master
2014-08-17 13:57:42 -04:00
Minn Soe
133463235a
Fix typo in site documentation for collections.
2014-08-17 18:42:05 +02:00
Zhuochun
5d67438612
add markdown-writer package
...
add markdown-writer package for Atom editor
2014-08-17 18:22:25 +08:00
James Smith
cccfda7de8
hashrockets in CSV loading
2014-08-17 08:34:38 +01:00
Parker Moore
4fb022ce33
Update history to reflect merge of #2751 [ci skip]
2014-08-16 22:13:57 -04:00
Parker Moore
9d4c3fbbdf
Merge pull request #2751 from pathawks/kill-redundant-plugins
2014-08-16 22:13:43 -04:00
Parker Moore
5931b80ef3
Update history to reflect merge of #2748 [ci skip]
2014-08-16 20:34:25 -04:00
Parker Moore
7b09a80dc7
Merge pull request #2748 from rusikf/hack
2014-08-16 20:34:05 -04:00
James Smith
866935dadf
map with proc for CSV loading
2014-08-16 20:26:29 +01:00
James Smith
3a89923142
link issue number
2014-08-16 14:55:37 +01:00
James Smith
687176e22c
Autoload csv files from data directory
2014-08-16 14:54:14 +01:00
Pat Hawks
166298e3f5
Remove tag plugins that are built in to Jekyll
2014-08-14 10:41:22 -07:00
Ruslan Korolev
f2b9154fa9
update simplecov gem to 0.9
2014-08-14 18:17:50 +04:00
Parker Moore
59b6cafef7
Update history to reflect merge of #2742 [ci skip]
2014-08-13 18:01:13 -04:00
Parker Moore
f4726d0ebc
Merge pull request #2742 from fhemberger/patch-1
2014-08-13 18:00:49 -04:00
Parker Moore
1591557bc4
Nix that newline. [ci skip]
2014-08-13 18:00:36 -04:00
Frederic Hemberger
20f1cce6a5
Remove deprecated plugin 'jekyll-projectlist'
...
My plugin 'jekyll-projectlist' has been replaced by the data file feature in Jekyll 2.0 and thus became obsolete.
2014-08-13 09:35:38 +02:00
Parker Moore
7f6b1dd458
Release 💎 2.3.0
2014-08-13 01:49:46 -04:00
Parker Moore
bc954683cb
Add mention of Parker Moore (@parkr) in README.
...
By now, I have almost entirely rewritten Jekyll with the help of our awesome
contributors. Taking a look at the contributions graphs GitHub provides,
I have to date pushed 1,452 commits to master with 24,991 additions and
17,330 deletions. In contrast, Tom Preston-Werner has pushed 295 commits
and 13,461 additions and 6,806 deletions. I don't need to have my name all
over it, but I think I have worked hard enough over the last 21 months
to deserve to put my name alongside Tom's and Nick's.
The lovely thing about version control is that changes can always be reverted.
Thanks for launching this great product, @mojombo and @qrush. I hope I haven't
let you down.
2014-08-13 01:46:37 -04:00
Parker Moore
1f877fde1e
Make the intro text on the site template post a bit nicer.
2014-08-13 01:27:36 -04:00
Parker Moore
d70f9d4a29
Layout for site template feed.xml should be 'null'.
2014-08-13 01:23:19 -04:00
Parker Moore
17a4d15d3b
Update site history. [ci skip]
2014-08-13 01:19:36 -04:00
Parker Moore
135c5f313b
Update history to reflect merge of #2740 [ci skip]
2014-08-13 01:19:19 -04:00
Parker Moore
72cfee7ea6
Merge pull request #2740 from jekyll/latest-version
2014-08-13 01:18:56 -04:00
Parker Moore
7c266e0fb9
Add latest_version.txt file to the site.
2014-08-13 01:18:12 -04:00
Parker Moore
a97659a4a1
Add docs for https://github.com/jekyll/jekyll/issues/2691
2014-08-13 01:09:44 -04:00
Parker Moore
4e7dd8a563
Add emoji to the release commit message.
2014-08-13 01:09:37 -04:00
Parker Moore
038baa12c7
Update history to reflect merge of #2721 [ci skip]
2014-08-13 00:59:41 -04:00
Parker Moore
e5306284ff
Merge pull request #2721 from jekyll/fork-classifier
2014-08-13 00:59:19 -04:00
Parker Moore
c4abe6ec8f
Add linke to https://github.com/jekyll/jekyll/issues/2676 in Jekyll 2.3.0 release post.
2014-08-13 00:31:59 -04:00
Parker Moore
4d8e335da1
The mighty classifier --- reborn!!!!!
...
Use classifier-reborn v2.0 in place of classifier 1.3.
Code at https://github.com/jekyll/classifier-reborn
2014-08-13 00:29:40 -04:00
Parker Moore
f84cd4e4ed
Update 2.3.0 release post. [ci skip]
2014-08-13 00:07:20 -04:00
Parker Moore
adb6d4d2d7
Update site history.
2014-08-13 00:04:47 -04:00
Parker Moore
9738ea452f
Merge pull request #2723 from jekyll/release-2-3-0
2014-08-13 00:04:15 -04:00
Parker Moore
839501e012
Add some minimal docs for scssify and sassify filters. #2739 [ci skip]
2014-08-13 00:03:57 -04:00
Parker Moore
59b32626a8
Update history to reflect merge of #2739 [ci skip]
2014-08-12 23:54:50 -04:00
Parker Moore
fac5a2eb02
Merge pull request #2739 from DynamicDyno/sassify-filters
2014-08-12 23:54:17 -04:00
Kevin
566d3718b0
added sassify and scssify filters fot converting sass and scss strings to css
2014-08-12 21:24:04 -06:00
Parker Moore
2b81e5ed19
Update history to reflect merge of #2737 [ci skip]
2014-08-12 21:05:08 -04:00
Parker Moore
315cc386e5
Merge pull request #2737 from jekyll/fix-reading-imgs
2014-08-12 21:04:50 -04:00
Parker Moore
10cc45fc45
Add StaticFile#destination_rel_dir
2014-08-12 18:07:13 -04:00
Parker Moore
141ce32382
Custom formatter.
2014-08-12 18:06:47 -04:00
Parker Moore
56b9238af5
Fix up script/cucumber and script/test
2014-08-12 16:38:39 -04:00
Parker Moore
5031dfa3b9
Update history to reflect merge of #2735 [ci skip]
2014-08-12 16:07:58 -04:00
Parker Moore
c0df4b1047
Merge pull request #2735 from jekyll/multitask-defaut
2014-08-12 16:07:40 -04:00
Parker Moore
530e049d2d
Read in static files info collection.files as StaticFiles.
2014-08-12 15:59:45 -04:00
Parker Moore
f16a5cbae1
Add Utils.has_yaml_header? so we can check the front matter existence in one place
2014-08-12 15:58:02 -04:00
Parker Moore
bcc539999b
Allow for parallel test execution.
2014-08-12 15:56:56 -04:00
Parker Moore
7b1763a124
Release 💎 v2.3.0
2014-08-12 14:39:21 -04:00
Parker Moore
b0e144065c
Update history to reflect merge of #2733 [ci skip]
2014-08-12 14:36:32 -04:00
Parker Moore
eabde41267
Merge pull request #2733 from jekyll/sass-in-liquid
2014-08-12 14:36:15 -04:00
Parker Moore
14b73667b8
Make default rake task a multitask so tests run in parallel.
2014-08-12 14:34:17 -04:00
Parker Moore
707278f099
Use the proper extname getter.
2014-08-12 14:11:27 -04:00
Parker Moore
a330bb0801
Update history to reflect merge of #2731 [ci skip]
2014-08-12 13:49:26 -04:00
Parker Moore
5c9eb324e8
Update history to reflect merge of #2731 [ci skip]
2014-08-12 13:47:45 -04:00
Parker Moore
ba63a2c6d1
Merge pull request #2731 from jekyll/doc-to_s
2014-08-12 13:47:32 -04:00
Parker Moore
8ff9074ce5
Allow Sass files to be rendered, but never place them in layouts.
...
Fixes #2573 .
2014-08-12 13:38:53 -04:00
Parker Moore
db34c48927
Just like for Convertible, place the un-layouted content in document.content.
2014-08-12 12:52:38 -04:00
Parker Moore
5367bc3416
Update history to reflect merge of #2732 [ci skip]
2014-08-12 12:48:09 -04:00
Parker Moore
871e425fa0
Merge pull request #2732 from jekyll/type-should-be-similar-in-number
2014-08-12 12:46:42 -04:00
Parker Moore
90ec93373b
Ensure the new type works.
2014-08-12 12:24:28 -04:00
Parker Moore
2fd155615f
Forgot a question mark == broken tests.
2014-08-12 12:22:48 -04:00
Parker Moore
e36d433100
FrontmatterDefaults#update_deprecated_types deals with a set, not a scope
2014-08-12 12:22:39 -04:00
Parker Moore
9c090c862f
Ask about 'Draft' before asking about 'Post'
...
`Draft`s are a subclass of `Post` so `draft.is_a?(Post)` will return
`true`, thus making all `Draft`s `Post`s, which is not desired. If
asking about `Draft` first, then we avoid this problem.
Fixes #2726
2014-08-12 11:52:16 -04:00
Parker Moore
60c29561f2
Use plural 'type' in front matter defaults for pages/posts/drafts
...
Fixes #2657
2014-08-12 11:50:02 -04:00
Parker Moore
d57c4f1c01
Document#to_s should produce just the content of the document.
...
Fixes #2655
2014-08-12 11:25:28 -04:00
Parker Moore
f190a960a1
Update history to reflect merge of #2722 [ci skip]
2014-08-12 11:20:20 -04:00
Parker Moore
1dcf241677
Merge pull request #2722 from jekyll/don-t-concat-extnames
2014-08-12 11:19:53 -04:00
Parker Moore
1de1ab9303
Update history to reflect merge of #2729 [ci skip]
2014-08-12 11:19:02 -04:00
Parker Moore
7b9d392d6f
Merge pull request #2729 from jekyll/to_liquid_before_jsonify
2014-08-12 11:18:30 -04:00
Parker Moore
1666bbc52e
Call #to_liquid before calling #to_json in jsonify filter.
2014-08-11 20:16:42 -04:00
Parker Moore
ebb4a4c1b6
Specify Ruby Dev Headers on Installation docs page.
...
Closes #2728
2014-08-11 17:55:21 -04:00
Parker Moore
fd2d7df9b7
Don't concat extnames in output for multiple converters
2014-08-10 20:32:29 -04:00
Parker Moore
8c0cd10b07
Update history to reflect merge of #2704 [ci skip]
2014-08-10 20:30:07 -04:00
Parker Moore
6f8b8816f5
Merge pull request #2704 from jekyll/mult-converters
2014-08-10 20:29:37 -04:00
Parker Moore
6470804a51
Update history to reflect merge of #2716 [ci skip]
2014-08-10 20:28:49 -04:00
Parker Moore
47b38cf9ee
Merge pull request #2716 from jekyll/reform-watch
2014-08-10 20:28:38 -04:00
Parker Moore
e4b829da3b
Update history to reflect merge of #2708 [ci skip]
2014-08-10 17:06:29 -04:00
Parker Moore
3ad202429c
Merge pull request #2708 from felixkiss/patch-1
2014-08-10 17:05:58 -04:00
Parker Moore
fb02ce1e33
Update history to reflect merge of #2720 [ci skip]
2014-08-10 16:45:42 -04:00
Parker Moore
11373acb15
Merge pull request #2720 from jekyll/read-in-utf8
2014-08-10 16:45:11 -04:00
Parker Moore
9b3ccee3dd
Pass in options to File.open in Document.
2014-08-10 16:23:33 -04:00
Parker Moore
f0e91b3667
Update history to reflect merge of #2719 [ci skip]
2014-08-10 16:19:19 -04:00
Parker Moore
966b22488c
Merge pull request #2719 from pathawks/null-not-nil
2014-08-10 16:18:56 -04:00
Parker Moore
67da09e5e0
Update history to reflect merge of #2718 [ci skip]
2014-08-10 16:18:17 -04:00
Parker Moore
e5463b41f2
Merge pull request #2718 from jekyll/case-insensitive-extnames
2014-08-10 16:17:45 -04:00
Parker Moore
68fb130fd0
Add magic comments for UTF-8
2014-08-10 16:16:48 -04:00
Parker Moore
45a347c022
Read in every Document's content as UTF-8
2014-08-10 16:16:41 -04:00
Pat Hawks
b2eae2e676
Use null in YAML instead of nil
2014-08-10 13:05:23 -07:00
Parker Moore
29254150b1
Update history to reflect merge of #2717 [ci skip]
2014-08-10 16:00:23 -04:00
Parker Moore
d74b179ecd
Merge pull request #2717 from hockeybuggy/fenced-paragraphs
2014-08-10 15:59:56 -04:00
Parker Moore
69cc414c1b
Don't need to capture the group.
2014-08-10 15:44:36 -04:00
Parker Moore
533ed6eb38
Remove tests for the Command.ignored_paths method which now lives in jekyll-watch.
2014-08-10 14:46:06 -04:00
Parker Moore
3264766762
Use case-insensitive checking for the file extensions when loading config files.
2014-08-10 14:37:41 -04:00
Parker Moore
c7c1eddd47
It's called Jekyll::Watcher
2014-08-10 14:33:11 -04:00
Douglas Anderson
d0d8759c10
Removing indentation that was causing some paragraphs to be interpreted as code blocks
2014-08-10 13:51:42 -04:00
Parker Moore
1261c1cd66
Bump jekyll-watch version to 1.1.
2014-08-09 00:15:20 -04:00
Parker Moore
5a0c066845
Update history to reflect merge of #2707 [ci skip]
2014-08-09 00:13:59 -04:00
Parker Moore
d4fbf5c056
Merge pull request #2707 from jekyll/jekyll-help
2014-08-09 00:13:29 -04:00
Parker Moore
a2dfd6eddc
Refactor based on jekyll-watch clean-up.
...
https://github.com/jekyll/jekyll-watch/pull/5
2014-08-09 00:13:18 -04:00
Felix Kiss
d452fa65ba
Update continuous-integration.md
...
Fix typo
2014-08-07 03:26:42 -04:00
Parker Moore
939c67222a
Check to make sure the command is valid.
2014-08-06 21:28:21 -04:00
Parker Moore
23515acc31
Slim down help command.
2014-08-06 21:20:39 -04:00
Parker Moore
a0f449d613
Add 'jekyll help' command.
...
Ref: #2695
2014-08-06 21:17:44 -04:00
Parker Moore
565bbada08
Update history to reflect merge of #2705 [ci skip]
2014-08-06 20:15:25 -04:00
Parker Moore
a0b30a9cc7
Merge pull request #2705 from bcomnes/dont_read_categories_from_path
2014-08-06 20:14:43 -04:00
Bret Comnes
311f3be63b
Fixed ignore subir test.
2014-08-06 16:45:34 -07:00
Bret Comnes
f29884593b
Reverted deleted test and modified ensure subdirs are ignored.
2014-08-06 16:05:53 -07:00
Bret Comnes
d0ac4915cb
Reverts 18c033dc5c
...
The merge that is reverted assigned categories to posts
based on the subfolders in the _posts directory and
was merged under the understanding that it was fixing a bug.
Subfolders in the _posts directory should not assign
metadata information to posts at this point in time and
was not a bug.
2014-08-06 14:20:03 -07:00
Parker Moore
d004bc4ea5
Allow Convertibles to be converted by >= 1 converters.
2014-08-06 16:20:24 -04:00
Parker Moore
b00c5e9587
Update history to reflect closing of #2456 . [ci skip]
2014-08-06 16:02:22 -04:00
Parker Moore
229cedfc50
Reorganize and update default configuration settings. #2456 .
2014-08-06 16:01:47 -04:00
Parker Moore
5796690827
Update history to reflect merge of #2682 [ci skip]
2014-08-06 15:31:20 -04:00
Parker Moore
cb671acd0c
Merge pull request #2682 from alfredxing/date-parser-util
2014-08-06 15:30:02 -04:00
Parker Moore
85bd3836d0
Update history to reflect merge of #2688 [ci skip]
2014-08-06 15:29:43 -04:00
Parker Moore
a959c06e44
Merge pull request #2688 from barryclark/add_smashing_mag_tutorial_to_resources_page
2014-08-06 15:29:19 -04:00
Parker Moore
99a48499c7
Update history to reflect merge of #2693 [ci skip]
2014-08-06 15:28:32 -04:00
Parker Moore
21b6a01980
Merge pull request #2693 from ivantsepp/2142_partial_liquid_output_tag_in_include_tag
2014-08-06 15:28:07 -04:00
Parker Moore
df91299550
Update history to reflect merge of #2696 [ci skip]
2014-08-06 15:27:26 -04:00
Parker Moore
5eacc9e831
Merge pull request #2696 from jekyll/jekyll-autogeneration-disabled
2014-08-06 15:27:16 -04:00
Parker Moore
9e679e7d4a
Update history to reflect merge of #2687 [ci skip]
2014-08-06 15:24:16 -04:00
Parker Moore
f0105158bf
Merge pull request #2687 from kleinfreund/sassify_site_template
2014-08-06 15:24:01 -04:00
kleinfreund
8999df2f46
Adding markdown setting back to _config.yml
2014-08-06 21:12:36 +02:00
kleinfreund
441a2496b8
Usind 3 instead of 7 SCSS files now
2014-08-06 19:20:06 +02:00
kleinfreund
e5a7f842be
Add sentence about jekyll-help repo
2014-08-06 19:11:36 +02:00
kleinfreund
7f92e7ce00
Reverting back to using content box and calc
2014-08-06 11:08:28 +02:00
Parker Moore
b3069c0802
Update history to reflect merge of #2697 [ci skip]
2014-08-05 17:02:03 -04:00
Parker Moore
f39c2610ee
Merge pull request #2697 from jekyll/classifier-fix
2014-08-05 17:01:50 -04:00
Parker Moore
4c4f803df2
Remove preemptive loading of the 'classifier' gem.
2014-08-05 16:47:30 -04:00
Parker Moore
a27313b1d0
Use helper method #deprecation_message in Deprecator.no_subcommand.
2014-08-05 16:43:38 -04:00
Parker Moore
9fd872e7b8
Notify the user when auto-regeneration is disabled.
2014-08-05 15:55:43 -04:00
Parker Moore
6ca8baa572
Update history to reflect merge of #2694 [ci skip]
2014-08-05 15:02:24 -04:00
Parker Moore
018390cf64
Merge pull request #2694 from MartinSeeler/patch-1
2014-08-05 15:01:53 -04:00
Martin Seeler
13425266eb
Fixed Typo in error message
2014-08-05 15:37:09 +02:00
kleinfreund
738dd502b4
Adding fill attribute to SVG's as fallback
2014-08-05 09:46:39 +02:00
Ivan Tse
0594adb8fd
Allow VARIABLE_SYNTAX to collect partial variables
2014-08-05 01:04:36 -04:00
Ivan Tse
83f726f503
Add tests for include tag with partial variables
2014-08-05 01:04:20 -04:00
Parker Moore
36006fa68a
Update history to reflect merge of #2689 [ci skip]
2014-08-04 22:05:38 -04:00
Parker Moore
a49244f4dd
Merge pull request #2689 from minad/patch-1
2014-08-04 22:05:04 -04:00
kleinfreund
020f684093
Adjusting heading hierarchy to reflect site-title change
2014-08-04 09:42:46 +02:00
kleinfreund
101d614351
Removing h1 from site-title
2014-08-04 09:35:18 +02:00
Barry Clark
af1cc06184
blockquote needs spaces before it
2014-08-03 19:14:39 -04:00
Barry Clark
d1b9dfc6c9
Adds Smashing Magazine tutorial to resources page
2014-08-03 18:51:36 -04:00
kleinfreund
d8c330b215
Removing unused column class
2014-08-03 23:15:22 +02:00
kleinfreund
e4029426de
Adding and using media-query mixin
2014-08-03 23:07:47 +02:00
kleinfreund
7d865269fd
Replacing CSS comments with Sass comments
2014-08-03 23:06:59 +02:00
kleinfreund
b24b870ec6
Update welcome post to clarify front matter usage
2014-08-03 23:06:14 +02:00
kleinfreund
74974979ba
Reworking site template to utilize Sass
2014-08-03 19:35:43 +02:00
Daniel Mendler
4336e8e4b9
Link to jekyll-slim
...
Link to https://github.com/slim-template/jekyll-slim
2014-08-03 02:03:14 +02:00
Alfred Xing
c7f8c70935
Add tests for Utils.parse_date method
2014-08-02 15:03:31 -07:00
Alfred Xing
4cfbdb07bb
Show input in error message
...
Show date input in error message to make it easier for user
to find infringing date/file
2014-08-02 11:51:04 -07:00
Parker Moore
3e98860241
Update history to reflect merge of #2615 [ci skip]
2014-08-02 14:45:01 -04:00
Parker Moore
81807cb5af
Merge pull request #2615 from alfredxing/collections-static-files
2014-08-02 14:44:45 -04:00
Alfred Xing
d5322a73bf
Move instances of Time.parse into a Utils method
2014-08-02 09:38:50 -07:00
Alfred Xing
bd59fa14f3
Add tests for static files in collections
2014-08-02 09:00:03 -07:00
Alfred Xing
5fdf637c6a
Cache information about document YAML header existence
2014-08-01 22:03:29 -07:00
Parker Moore
9a6dc7b520
Update history to reflect merge of #2649 [ci skip]
2014-08-02 00:09:18 -04:00
Parker Moore
e75dc74bb1
Merge pull request #2649 from alfredxing/friendly-date-error
2014-08-02 00:06:20 -04:00
Parker Moore
ea7e8951d8
Update history to reflect merge of #2680 [ci skip]
2014-08-02 00:05:26 -04:00
Parker Moore
b906bff832
Merge pull request #2680 from jekyll/no-pretty
2014-08-02 00:05:03 -04:00
Parker Moore
e44cfe29a8
No longer set "permalink: pretty" in the _config.yml for the site template
...
This causes unintuitive behaviour that doesn’t align with the
documentation.
Fixes #2399 .
2014-08-02 00:01:59 -04:00
Alfred Xing
989d5d357b
Use relative_path in error message instead of path
2014-08-01 21:00:17 -07:00
Alfred Xing
f8c19df79a
Add friendly error message for invalid dates
...
Catch the `ArgumentError` when parsing dates from the YAML front
matter
2014-08-01 21:00:17 -07:00
Parker Moore
02b60d6d00
Add helpful comments to site template _config.yml
2014-08-01 23:59:57 -04:00
Parker Moore
cfe9983741
Update history to reflect merge of #2664 [ci skip]
2014-08-01 23:28:22 -04:00
Parker Moore
4ca3fe5137
Merge pull request #2664 from alfredxing/replace-deprecated-methods
2014-08-01 23:27:58 -04:00
Parker Moore
8db8b19ea0
Update history to reflect merge of #2673 [ci skip]
2014-08-01 23:27:42 -04:00
Parker Moore
503e54779a
Merge pull request #2673 from lucianosousa/patch-1
2014-08-01 23:27:13 -04:00
Parker Moore
fd0c1f2273
Update history to reflect merge of #2679 [ci skip]
2014-08-01 23:18:42 -04:00
Parker Moore
36996107e1
Merge pull request #2679 from budparr/master
2014-08-01 23:18:00 -04:00
Bud Parr
cf2fe606a6
fix quote
2014-08-01 22:50:14 -04:00
Bud Parr
27f2d75d88
change links from Markdown to HTML
2014-08-01 22:44:38 -04:00
Alfred Xing
a902fefed5
Add blank frontmatter to feature test
2014-08-01 13:24:27 -07:00
Alfred Xing
274c6d3667
Allow static files in collections
...
Allow Documents to be static files so static files can exist in collections
2014-08-01 13:24:27 -07:00
Parker Moore
99f99169a4
Add quick troubleshooting docs for 'Could not find a JavaScript runtime.'
...
Fixes #2327 .
2014-08-01 14:20:29 -04:00
Parker Moore
1c8ae63ec3
Update site history.
2014-08-01 14:19:48 -04:00
Parker Moore
da98869327
Update history to reflect merge of #2669 [ci skip]
2014-08-01 14:16:12 -04:00
Parker Moore
cf44052b0f
Merge pull request #2669 from budparr/master
2014-08-01 14:15:50 -04:00
Parker Moore
febf2ea3cf
Explain where Main files go and whereone can find an example site.
2014-08-01 14:13:44 -04:00
Parker Moore
df9c2f8371
Update history to reflect merge of #2674 [ci skip]
2014-08-01 13:48:31 -04:00
Parker Moore
b63d113fe0
Merge pull request #2674 from kleinfreund/master
2014-08-01 13:48:18 -04:00
Parker Moore
7f5e04980c
Update history to reflect merge of #2659 [ci skip]
2014-08-01 13:47:54 -04:00
Parker Moore
bc3b82850d
Merge pull request #2659 from alfredxing/front-matter-defaults-defaults
2014-08-01 13:47:42 -04:00
Alfred Xing
89e45afcc1
Add tests for front matter defaults
2014-08-01 10:28:53 -07:00
Parker Moore
7e2298b8d0
Update history to reflect merge of #2667 [ci skip]
2014-08-01 13:17:36 -04:00
Parker Moore
96b1778434
Merge pull request #2667 from jekyll/use-page
2014-08-01 13:17:17 -04:00
Parker Moore
5fc3361720
Update history to reflect merge of #2672 [ci skip]
2014-08-01 13:12:48 -04:00
Parker Moore
d8bb7f7ad7
Merge pull request #2672 from alfredxing/fix-ci-git-diff
2014-08-01 13:12:27 -04:00
Alfred Xing
ff14d7b853
Fix git diff command in CI script
2014-08-01 09:08:20 -07:00
kleinfreund
650d78c2cf
Fixing anchor references to #front-matter-defaults
2014-08-01 10:54:23 +02:00
kleinfreund
0ed02e9c1e
Replacing front-matter/frontmatter with front matter
2014-08-01 10:07:09 +02:00
Luciano Sousa
33cd956e4e
improving strftime call
...
set non padded config to avoid parse string type twice
2014-08-01 00:02:41 -03:00
Parker Moore
413e22ce2b
Don't include test_files in gemspec. #2671 .
2014-07-31 20:22:38 -04:00
Parker Moore
579a18c93b
Update history to reflect merge of #2671 [ci skip]
2014-07-31 20:13:28 -04:00
Parker Moore
f6682de390
Merge pull request #2671 from gjtorikian/patch-1
2014-07-31 20:13:16 -04:00
Garen Torikian
470d3a2a23
Update to a better, more gitty way
2014-07-31 16:04:55 -07:00
Bud Parr
1d669ed34b
add back info class
2014-07-31 19:00:56 -04:00
Garen Torikian
8dd54b9ec3
Only include lib files in the gem
...
Resolves https://github.com/jekyll/jekyll/issues/2670
2014-07-31 16:00:11 -07:00
Bud Parr
cf94820e1a
fix warning flag (move from wrong note)
2014-07-31 18:37:50 -04:00
Parker Moore
3f6b8468f2
Update history to reflect closing of #2522 .
2014-07-31 18:29:34 -04:00
Parker Moore
d050fd11b5
Be more ambiguous about 'page.content'. But more transparent.
...
Fixes #2522 .
2014-07-31 18:29:03 -04:00
Parker Moore
9ccbfa0bae
Fix broken links now that docs is a collection in site.
2014-07-31 18:21:43 -04:00
Parker Moore
f57f1c7eef
Use .scss for site_template styles.
2014-07-31 17:59:27 -04:00
Bud Parr
d8a7d770b4
add warning flag to note
2014-07-31 17:54:56 -04:00
Alfred Xing
6d62dbbafc
Replace deprecated Ruby methods
...
Replace `Hash#has_key?` and `File.exists?` with `Hash#key?`
and `File.exist?`
2014-07-31 12:50:20 -07:00
Alfred Xing
9437a7abcd
Don't require the scope key in front matter defaults
...
Set defaults for `scope` in front matter defaults as per #2656
2014-07-31 11:17:35 -07:00
Parker Moore
2642bd7415
chdir into site/_docs to update history. [ci skip]
2014-07-31 04:50:30 -04:00
Parker Moore
30da34358b
Update history to reflect merge of #2651 [ci skip]
2014-07-31 04:48:22 -04:00
Parker Moore
ab4b05127e
Merge pull request #2651 from jekyll/site-on-2-0
2014-07-31 04:48:00 -04:00
Parker Moore
2953a7c663
Rearrange _config.yml
2014-07-31 04:43:33 -04:00
Parker Moore
b53b4a5e5a
Move to Sass.
2014-07-31 04:40:07 -04:00
Parker Moore
e57cd0031d
Use site.docs instead of site.pages.
2014-07-31 04:34:38 -04:00
Parker Moore
03bca72af6
Release 2.2.0
2014-07-29 19:23:00 -04:00
Parker Moore
2d3d65a930
Always run the full test suite.
2014-07-29 19:08:40 -04:00
Parker Moore
5767346e9d
Merge pull request #2643 from jekyll/v2-2-0-release
2014-07-29 19:06:19 -04:00
Parker Moore
dc894e41af
Prep for v2.2.0 release.
2014-07-29 19:02:51 -04:00
Parker Moore
5f828c6c2e
Fix spelling error. [ci skip]
2014-07-29 17:34:51 -04:00
Parker Moore
2045984cee
Update history to reflect merge of #2642 [ci skip]
2014-07-29 17:34:32 -04:00
Parker Moore
4df274f96d
Merge pull request #2642 from jekyll/pygments-opts-sanitize
2014-07-29 17:33:34 -04:00
Parker Moore
ee5828b2f7
Try to clarify the way sass imports happen.
...
/cc @mrzool
https://github.com/jekyll/jekyll-help/issues/104
2014-07-29 17:32:36 -04:00
Parker Moore
3cb2e74b5c
Add further testing for Highlight#sanitized_opts
2014-07-29 16:30:44 -04:00
Parker Moore
a4c9925e99
Whitelist three Pygments options.
...
- startinline
- hl_lines
- linenos
2014-07-29 14:20:49 -04:00
Parker Moore
502f7991ad
Update history to reflect merge of #2620 [ci skip]
2014-07-29 00:12:00 -04:00
Parker Moore
592afc270e
Merge pull request #2620 from alfredxing/warn-on-layout-nonexistent
2014-07-29 00:11:41 -04:00
Alfred Xing
2785d702e2
Remove 'none' as a valid layout
2014-07-28 18:35:47 -07:00
Parker Moore
0fbdc69440
Update history to reflect merge of #2639 [ci skip]
2014-07-28 16:21:09 -04:00
Parker Moore
c99af68967
Merge pull request #2639 from wdenton/add-co2-plugin-to-docs
2014-07-28 16:20:38 -04:00
William Denton
56a82b1e8a
Move to "other" section
2014-07-28 12:21:01 -04:00
William Denton
e9ae079fc3
Add jekyll-co2 plugin to list
2014-07-28 12:18:35 -04:00
Parker Moore
fab2b1d3a0
Update history to reflect merge of #2633 [ci skip]
2014-07-26 22:15:28 -04:00
Parker Moore
18c033dc5c
Merge pull request #2633 from redox/read_categories_from_path
2014-07-26 22:14:40 -04:00
Sylvain UTARD
592630d48c
Do not forget to downcase the categories here as well
2014-07-27 00:29:31 +02:00
Parker Moore
d2aa8dcc43
Actually print properly.
2014-07-25 15:18:55 -04:00
Parker Moore
9b107a129a
gcnovus and bahuvrihi no longer exist on GitHub.
2014-07-24 15:21:36 -04:00
Parker Moore
10d6dcc4a9
Fix link to Jekyll v1.0.0 release post.
...
What are timezones.
2014-07-24 15:18:25 -04:00
Sylvain UTARD
16dbe54560
When using subdirs to reflect categories, the underlying categories attribute was not set
2014-07-24 18:59:26 +02:00
Parker Moore
812c0e9281
Fix post_url in 2.0.0 release post. [ci skip]
2014-07-23 17:20:37 -04:00
Parker Moore
7c021657e1
Try removing the timezone altogether. [ci skip]
2014-07-23 17:13:42 -04:00
Parker Moore
5dff30d90c
Go back to UTC.
2014-07-23 17:12:29 -04:00
Parker Moore
3cc1b56810
Add jekyll-hook to deployment methods.
...
Port of #2617 to the master branch.
2014-07-23 16:58:34 -04:00
Parker Moore
fea4af0e63
Update history to reflect merge of #2625 [ci skip]
2014-07-22 17:23:44 -04:00
Parker Moore
a776fdabb9
Merge pull request #2625 from fw42/remove_unnecessary_blank_method
2014-07-22 17:23:16 -04:00
Florian Weingarten
2eb57279fe
Remove unnecessary Jekyll::Tags::IncludeTag#blank? method
2014-07-22 21:06:43 +00:00
Parker Moore
863ae5652f
Update history to reflect merge of #2622 [ci skip]
2014-07-22 10:40:22 -04:00
Parker Moore
d0faba12a3
Merge pull request #2622 from alfredxing/fix-markdown-docs
2014-07-22 10:39:50 -04:00
Parker Moore
63991822e7
Update history to reflect merge of #2623 [ci skip]
2014-07-22 10:33:36 -04:00
Parker Moore
1404e041e8
Merge pull request #2623 from mvdbos/master
2014-07-22 10:33:10 -04:00
Parker Moore
55d78f3c9f
Update the history I guess.
2014-07-22 10:32:57 -04:00
Matthijs van den Bos
e9f427c75b
Added kramdown-with-pygments plugin
...
This plugin enables Pygments syntax highlighting for Kramdown-parsed fenced code blocks
2014-07-22 12:23:35 +02:00
Alfred Xing
a661cd8295
Remove resolved RedCloth issue from troubleshooting
2014-07-21 11:38:04 -07:00
Alfred Xing
1be83e4e33
Fix URL
...
Copy & paste error introduced a `.dev` local domain; change
to a relative path instead
2014-07-21 11:12:57 -07:00
Alfred Xing
9109495894
Update outdated "Extras" page and remove duplicate documentation
2014-07-21 10:58:57 -07:00
Alfred Xing
7586538432
Use is_a? instead of class
2014-07-21 09:23:21 -07:00
Alfred Xing
4bd5614f4c
Exclude excerpts from layout checks
2014-07-20 12:57:40 -07:00
Alfred Xing
c8e0fcfcdf
Fix up errors in CI build
2014-07-20 12:56:54 -07:00
Alfred Xing
7fa30c0dec
Add path of file requesting nonexistent layout
2014-07-20 12:17:04 -07:00
Alfred Xing
a0d679439f
Move layout validity logic to separate method
2014-07-20 10:01:09 -07:00
Alfred Xing
072ddb799f
Do the same for documents
2014-07-20 09:18:35 -07:00
Alfred Xing
ac744a6313
Give a build warning if a layout does not exist
...
Throw a warning if a non-"none" layout is specified but the corresponding
layout file does not exist.
2014-07-20 09:17:19 -07:00
Parker Moore
c8b22a19ad
Update history to reflect merge of #2617 [ci skip]
2014-07-18 14:12:59 -04:00
Parker Moore
a262ea02d9
THOSE LINKS THO
2014-07-17 02:18:41 -04:00
Parker Moore
de9c591ffc
Run travis tests if TRAVIS_PULL_REQUEST is set and set to a number.
2014-07-16 19:46:25 -04:00
Parker Moore
70e535bee3
Update history to reflect merge of #2611 [ci skip]
2014-07-16 18:59:00 -04:00
Parker Moore
749def2ef5
Merge pull request #2611 from alfredxing/delete-rubyforge-links
2014-07-16 18:58:27 -04:00
Alfred Xing
c0750c1a3f
Fix rest of broken links
2014-07-16 14:43:43 -07:00
Alfred Xing
475e08bba3
Replace all RubyForge links with new residences
2014-07-16 13:43:09 -07:00
Parker Moore
2a1e7cb5c9
Update history to reflect merge of #2610 [ci skip]
2014-07-16 16:14:29 -04:00
Parker Moore
c4ae4aee2b
Merge pull request #2610 from alfredxing/proof-use-bundle-exec
2014-07-16 16:14:14 -04:00
Alfred Xing
8e3ad082e2
Add set -e to top of proof and cibuild
...
Exit immediately on any non-zero exit code
2014-07-16 13:13:45 -07:00
Alfred Xing
b48123c1e1
We need to use bundle exec jekyll in script/proof
2014-07-16 13:08:27 -07:00
Parker Moore
aa3b001a04
Update history to reflect merge of #2608 [ci skip]
2014-07-16 15:24:43 -04:00
Parker Moore
c0707844e6
Merge pull request #2608 from alfredxing/fix-proof-grep
2014-07-16 15:24:18 -04:00
Alfred Xing
bf465cd904
Fix grep pattern in script/test as well
2014-07-16 11:17:19 -07:00
Alfred Xing
d8140f4142
Fix up grep pattern
...
Change from `^/site` to `^site/`
2014-07-16 11:03:26 -07:00
Parker Moore
e6698fc65a
Run bundle exec rake tho.
2014-07-15 21:57:33 -04:00
Parker Moore
ab66326f97
Cleaning up the cibuild stuff.
2014-07-15 21:53:50 -04:00
Parker Moore
9d07a97945
Update history to reflect merge of #2605 [ci skip]
2014-07-15 21:44:02 -04:00
Parker Moore
86cbffbae0
Merge pull request #2605 from alfredxing/proof-site
2014-07-15 21:43:17 -04:00
Alfred Xing
10d4e023c8
Simpler way to install nokogiri with system extensions
2014-07-15 17:05:59 -07:00
Alfred Xing
51c7757543
Uncomment the exit
2014-07-15 17:02:11 -07:00
Alfred Xing
27f307b428
Proof site with html-proofer
...
Proof site with html-proofer when the site directory is changed
2014-07-15 17:01:36 -07:00
Alfred Xing
a92fe17ae0
Add script/proof to cibuild
2014-07-15 16:27:53 -07:00
Parker Moore
275a2e79ee
Update history to reflect merge of #2601 [ci skip]
2014-07-15 15:41:58 -04:00
Parker Moore
7f48331ed4
Merge pull request #2601 from alfredxing/master
2014-07-15 11:47:37 -04:00
Parker Moore
e511550c91
Add slugs to the release sub headers, too!
2014-07-15 11:31:43 -04:00
Parker Moore
7f68b471aa
Add ids to history blocks which are useful.
2014-07-15 10:51:20 -04:00
Alfred Xing
73893a921c
Fix loads of other broken links
2014-07-14 16:36:52 -07:00
Alfred Xing
70ca41dd44
Fix Textile link
...
Fix broken link to Textile site to point to RedCloth
2014-07-14 16:36:31 -07:00
Parker Moore
22af1f07bf
Update history to reflect merge of #2596 [ci skip]
2014-07-14 14:40:43 -04:00
Parker Moore
cfecc151d9
Merge pull request #2596 from ivantsepp/add_ivantsepp_plugins
2014-07-14 14:40:08 -04:00
Ivan Tse
fde3a02b71
Add Jekyll::AutolinkEmail and Jekyll::GitMetadata
...
Add these plugins to the list of plugins.
2014-07-14 04:35:09 -04:00
Parker Moore
56b0582272
Update history to reflect merge of #2584 [ci skip]
2014-07-13 00:11:10 -04:00
Parker Moore
b67dae1f65
Merge pull request #2584 from yous/patch-categories-feature
2014-07-13 00:10:01 -04:00
Parker Moore
d1057e821a
Update history to reflect merge of #2591 [ci skip]
2014-07-12 19:22:31 -05:00
Parker Moore
5314bbf952
Merge pull request #2591 from jekyll/extract-list
2014-07-12 19:22:10 -05:00
Parker Moore
c7cc36abdb
Put errors/exceptions into Jekyll::Errors module
2014-07-12 13:47:59 -07:00
Parker Moore
a97ae67552
Gracefully require
2014-07-12 13:46:49 -07:00
Parker Moore
4cc6a0f263
Mark certain gems as eventually-non-core.
2014-07-12 13:08:35 -07:00
Parker Moore
04d744fda3
Updated site history
2014-07-12 10:10:59 -07:00
Parker Moore
4b67c31277
Update history to reflect merge of #2588 [ci skip]
2014-07-12 10:10:33 -07:00
Parker Moore
84e0b1c904
Merge pull request #2588 from raboof/patch-2
2014-07-12 10:09:30 -07:00
Arnout Engelen
61a8512805
fix kramdown urls
2014-07-12 18:47:56 +02:00
Parker Moore
08a4c02d38
Release 2.1.1
2014-07-10 09:54:44 -07:00
Parker Moore
1cbff6b771
Merge pull request #2564 from jekyll/release-2-1-1
2014-07-10 09:44:17 -07:00
Parker Moore
9df9edc4c7
Finished the Jekyll 2.1.1 release post. [ci skip]
2014-07-10 09:43:55 -07:00
Parker Moore
685cdbe124
Release Jekyll v2.1.1
2014-07-10 09:40:36 -07:00
ChaYoung You
2716f65010
Add tests for duplicated categories
2014-07-10 18:03:50 +09:00
ChaYoung You
8006024715
Add missed tests for categories
2014-07-10 18:03:41 +09:00
ChaYoung You
2616a4cf5e
Replace duplicated category feature with categories
2014-07-10 17:44:51 +09:00
Parker Moore
57a9deb98d
Update history to reflect merge of #2576 [ci skip]
2014-07-09 23:44:26 -07:00
Parker Moore
ece22497dd
Merge pull request #2576 from bhollis/maruku-update
2014-07-09 23:44:03 -07:00
Parker Moore
fb170007c8
Update history to reflect merge of #2575 [ci skip]
2014-07-09 23:43:47 -07:00
Parker Moore
36c5017300
Merge pull request #2575 from alfredxing/test-document-permalink
2014-07-09 23:43:01 -07:00
Parker Moore
e8e245e20f
Fix Data Files example around iterative over files in a subfolder of _data.
...
Addresses @fkostadinov's comment in #2395 :
https://github.com/jekyll/jekyll/pull/2395#issuecomment-48151478
2014-07-09 08:24:33 -07:00
Parker Moore
2141ea6564
Update history to reflect merge of #2578 [ci skip]
2014-07-08 23:16:58 -07:00
Parker Moore
d3959d5899
Merge pull request #2578 from juthilo/patch-1
2014-07-08 23:16:37 -07:00
Ben Hollis
cbb4b10ce6
Update Maruku dependency to allow use of the latest version.
...
All Maruku releases post-0.6 follow semver, so they should be backwards-compatible on minor versions. In this case, the only test that needed to change was one that was asserting buggy behavior that was fixed in 0.7.1.
2014-07-08 19:44:40 -07:00
Julian Thilo
861c81b590
Update link to Windows installation guide
...
I've just released a new version of Run Jekyll on Windows and it's now got its own domain!
2014-07-09 01:44:11 +02:00
Alfred Xing
28131624b8
Don't use old @url variable
...
Fix for #2557
2014-07-07 10:54:19 -07:00
Alfred Xing
ce1f01c494
Modify tests a bit
2014-07-07 10:49:36 -07:00
Alfred Xing
a13a4ca532
Solidify document permalink tests
2014-07-07 10:39:22 -07:00
Alfred Xing
f830120044
Add test for document permalink
2014-07-07 10:28:03 -07:00
Parker Moore
7645a72b2f
Update history to reflect merge of #2572 [ci skip]
2014-07-05 13:46:14 -07:00
Parker Moore
ff8a8b8302
Merge pull request #2572 from AJ-Acevedo/master
2014-07-05 13:44:58 -07:00
AJ Acevedo
a7cc026e2c
Fixed broken link to Permalinks page [ci skip]
...
The Permalinks link was generating a 404 error due to the link using a capital P in the link path.
2014-07-05 14:20:30 -04:00
Parker Moore
c78bf2775f
Update history to reflect merge of #2567 [ci skip]
2014-07-04 03:19:41 -04:00
Parker Moore
0082bb22fb
Merge pull request #2567 from austinpray/beefUpDox
2014-07-04 03:19:09 -04:00
Austin Pray
febf80cccd
Merge branch 'master' of github.com:jekyll/jekyll into beefUpDox
2014-07-03 10:36:16 -05:00
Parker Moore
4d8dab6e33
Update history to reflect merge of #2563 [ci skip]
2014-07-01 20:15:54 -04:00
Parker Moore
f385fd9efd
Merge pull request #2563 from jekyll/fix-read-vuln
2014-07-01 20:14:45 -04:00
Parker Moore
a66d96ce0a
Use Jekyll.sanitized_path more.
2014-07-01 18:29:15 -04:00
Ben Balter
05f1fac2a7
Add feature for layouts vuln.
2014-07-01 18:29:01 -04:00
Parker Moore
03ae38a41e
Merge pull request #2561 from jshawl/fix-typo
...
Fix typo
2014-06-30 14:12:17 -04:00
Jesse Shawl
fbb8c056d4
Fix typo
2014-06-30 13:26:22 -04:00
Parker Moore
0e68d34e1b
Update history to reflect merge of #2558 [ci skip]
2014-06-29 02:52:49 -04:00
Parker Moore
a62027d5f3
Merge pull request #2558 from kleinfreund/patch-1
2014-06-29 02:52:19 -04:00
Philipp Rudloff
db38498d06
Add vertical margin to highlight
...
…so multiple code blocks are distinctive.
2014-06-29 08:41:59 +02:00
Parker Moore
af11f66646
Minor improvements to the rakefile.
2014-06-28 22:49:03 -04:00
Parker Moore
2a422e1d83
Add contributor list to 2.1.0 release post.
...
I forgot! I'm really sorry!
2014-06-28 22:48:44 -04:00
Parker Moore
f463aea399
Release 2.1.0
2014-06-28 22:27:57 -04:00
Parker Moore
f93da3cfb1
Add 3 more lines to 2.1.0 release post.
2014-06-28 21:54:56 -04:00
Parker Moore
253b10818c
add #2554 to history on site
2014-06-28 21:38:17 -04:00
Parker Moore
2c0e086761
Update history to reflect merge of #2554 [ci skip]
2014-06-28 21:37:59 -04:00
Parker Moore
8882f4dd14
Merge pull request #2554 from alfredxing/fix-build-tomdoc
2014-06-28 21:37:25 -04:00
Parker Moore
2cf76cb701
Merge pull request #2553 from jekyll/release-2.1.0
...
Release 2.1.0
2014-06-28 21:37:01 -04:00
Alfred Xing
bb9517b73f
Fill in a bit of missing TomDoc
...
Fill in a piece of missing doc for the `build` function in `commands/build.rb`
2014-06-28 17:48:19 -07:00
Parker Moore
f681b35b65
Booooom, 2.1.0 in history on site.
2014-06-28 17:42:53 -04:00
Parker Moore
8c5d36f0ee
update history to reflect release of 2.1.0
2014-06-28 17:42:33 -04:00
Parker Moore
08d0ff0922
Bump version in gem.
2014-06-28 17:41:29 -04:00
Parker Moore
e5683b1da5
Release post for 2.1.0
2014-06-28 17:41:22 -04:00
Parker Moore
3dffa8284f
Update history to reflect closing of #2520 .
2014-06-28 17:20:09 -04:00
Parker Moore
e332197660
Be quiet very quickly. Fixes #2520 .
2014-06-28 17:19:40 -04:00
Parker Moore
8b36b71833
Update history to reflect merge of #2552 [ci skip]
2014-06-28 16:59:08 -04:00
Parker Moore
7eb5e07e9d
Merge pull request #2552 from jekyll/collections-with-dots
2014-06-28 16:58:11 -04:00
Parker Moore
0b9eb3c111
Ensure collections with dots work.
2014-06-28 16:51:44 -04:00
Parker Moore
5f7a3f2b69
Filter out directories from entries in the collection
2014-06-28 16:51:30 -04:00
Parker Moore
02676572dd
Allow dots in collection labels.
2014-06-28 16:51:19 -04:00
Parker Moore
404661fc72
You need NodeJS in order to install jekyll-coffeescript.
2014-06-28 16:09:19 -04:00
Parker Moore
5c3f013325
Upgrade to jekyll-watch 1.0.
2014-06-27 17:52:54 -04:00
Parker Moore
ea4aa4f149
Update history to reflect merge of #2550 [ci skip]
2014-06-27 17:51:16 -04:00
Parker Moore
0c8fc63b33
Merge pull request #2550 from jekyll/extract-watch
2014-06-27 17:50:51 -04:00
Parker Moore
c239746363
Use bundle exec in CI guide. [ci skip]
...
h/t @ndarville
Ref: #2432
2014-06-27 17:10:06 -04:00
Parker Moore
12b47cc037
Spike out jekyll <cmd> --watch into a separate gem.
2014-06-27 16:41:10 -04:00
Parker Moore
2c636086bd
Update history to reflect merge of #2432 [ci skip]
2014-06-27 16:40:02 -04:00
Parker Moore
6a7386e6ba
Merge pull request #2432 from jekyll/docs-4-ci
2014-06-27 16:39:19 -04:00
Parker Moore
21ab9f8b9e
Speak English good. h/t @gjtorikian
2014-06-27 16:35:21 -04:00
Parker Moore
eab113e4f5
html-proof ~> htmlproof
2014-06-27 15:43:37 -04:00
Parker Moore
bd4a8c1ce2
Fixes, fixes.
2014-06-27 15:32:16 -04:00
Parker Moore
e2de7ab0c7
Finish CI guide.
2014-06-27 15:25:33 -04:00
Parker Moore
a6e80b2bc1
Update history to reflect merge of #2547 [ci skip]
2014-06-27 03:56:39 -04:00
Parker Moore
3f5a55e240
Merge pull request #2547 from penibelst/docs-url
2014-06-27 03:56:23 -04:00
Parker Moore
b79be6d320
updates to CI page. [ci skip]
2014-06-27 03:53:41 -04:00
Anatol Broder
60bb78e25b
Remove wrong statement
2014-06-27 09:44:39 +02:00
Parker Moore
281fb549f8
Update history to reflect merge of #2542 [ci skip]
2014-06-25 16:56:49 -04:00
Parker Moore
d16f62cb38
Ensure exclude and include arrays are arrays of strings.
...
Fixes #2542 .
2014-06-25 16:56:27 -04:00
Parker Moore
912bd84629
A little more work.
2014-06-25 16:17:42 -04:00
Anatol Broder
d77078518d
Add new page
2014-06-25 16:17:42 -04:00
Parker Moore
e310af00b4
Update history to reflect merge of #2532 [ci skip]
2014-06-25 16:14:56 -04:00
Parker Moore
cedbdf43ca
Merge pull request #2532 from alexmedearis/hl_lines
2014-06-25 16:14:14 -04:00
Parker Moore
911559fe05
Update history to reflect merge of #2544 [ci skip]
2014-06-25 16:13:58 -04:00
Parker Moore
c958eae551
Merge pull request #2544 from mikecole/patch-2
2014-06-25 16:13:31 -04:00
mikecole
053ba9a9ca
Provide an updated, more comprehensive link...
...
to Windows installation instructions.
2014-06-25 13:50:07 -05:00
Parker Moore
c5aa74f823
Update history to reflect merge of #2490 [ci skip]
2014-06-24 23:04:53 -04:00
Parker Moore
20180923cf
Merge pull request #2490 from penibelst/deep-defaults
2014-06-24 23:04:38 -04:00
Parker Moore
6e104c3ed0
Ensure the post categories are unique (only one). Ref: #2527 #2531
...
h/t @Nicholas-Perry
https://github.com/jekyll/jekyll/issues/2527#issuecomment-47041756
2014-06-24 19:15:02 -04:00
Anatol Broder
880a503094
Add a test
2014-06-24 20:27:01 +02:00
Anatol Broder
edbc273829
Use Utils.deep_merge_hashes
2014-06-24 20:24:26 +02:00
Anatol Broder
5f807e7421
Merge deep
2014-06-24 20:20:15 +02:00
Parker Moore
579d9fc813
Update history to reflect merge of #2477 [ci skip]
2014-06-23 19:11:17 -04:00
Parker Moore
dc074fcc50
Merge pull request #2477 from jekyll/serve-skip-initial-build
2014-06-23 19:06:10 -04:00
Parker Moore
5d95267c4a
Update history to reflect merge of #2495 [ci skip]
2014-06-23 19:04:40 -04:00
Parker Moore
69fdd45459
Merge pull request #2495 from jekyll/latest-liquid
2014-06-23 19:04:19 -04:00
Parker Moore
d3370bf596
Update history to reflect merge of #2493 [ci skip]
2014-06-23 19:03:50 -04:00
Parker Moore
d359c63018
Merge pull request #2493 from jekyll/fix-sort
2014-06-23 19:02:54 -04:00
Parker Moore
a9376f0a41
Update history to reflect merge of #2511 [ci skip]
2014-06-23 19:01:55 -04:00
Parker Moore
e75dcc18f1
Merge pull request #2511 from denilsonsa/patch-1
2014-06-23 19:01:31 -04:00
Parker Moore
7da0cfd0d8
Update history to reflect merge of #2524 [ci skip]
2014-06-23 19:00:38 -04:00
Parker Moore
b0e51e2cba
Merge pull request #2524 from jekyll/all-html-files
2014-06-23 18:59:57 -04:00
Parker Moore
a762956000
Update history to reflect merge of #2531 [ci skip]
2014-06-23 18:59:10 -04:00
Parker Moore
e58c1ee306
Merge pull request #2531 from jekyll/merge-post-categories
2014-06-23 18:58:51 -04:00
Parker Moore
fd3ceb60c8
Update history to reflect merge of #2535 [ci skip]
2014-06-23 18:56:04 -04:00
Parker Moore
4c04420a51
Merge pull request #2535 from simonsarris/master
2014-06-23 18:54:11 -04:00
Parker Moore
e345ceb01a
Update history to reflect merge of #2536 [ci skip]
2014-06-21 12:56:09 -04:00
Parker Moore
f3e4157698
Merge pull request #2536 from letuboy/master
2014-06-21 12:55:37 -04:00
Paul Henry
1a99b241ca
nil parsed in yaml is just a string, should be explicit
2014-06-20 17:13:21 -07:00
Simon Sarris
74f0f27d18
Before copying file, explicitly remove the old one
...
On Windows, FileUtils.cp(path, dest_path) will fail with a Permission
Denied if the dest_path already exists and is read-only. People have
complained about this since at least 2008.
This lets `jekyll build` work without error in Windows when one or more
read-only files exist.
This change will accommodate users of Team Foundation, which uses the
read-only flag for for source control status. (dumb, I know, but but a
real problem)
2014-06-19 18:25:00 -04:00
Parker Moore
5846cc7b70
No private methods in LogAdapter.
2014-06-19 17:11:04 -04:00
Alex Medearis
b202b508f2
handles line numbers with more than 1 digit
2014-06-18 17:48:50 -07:00
Alex Medearis
a7d20df95a
unit tests
2014-06-18 17:29:07 -07:00
Alex Medearis
674b540c6f
unit tests
2014-06-18 17:27:27 -07:00
Alex Medearis
8b860d3f0e
Fixes highlight.rb to correctly parse list values
2014-06-18 17:08:50 -07:00
Parker Moore
35ed101651
Add test for the concatenation of categories
2014-06-18 18:19:28 -04:00
Parker Moore
99cc12cc0a
Merge file system categories with categories from YAML.
...
Fixes #2527
2014-06-18 18:10:07 -04:00
Parker Moore
21c7f2298a
Update history to reflect merge of #2526 [ci skip]
2014-06-17 19:57:26 -04:00
Parker Moore
9da73b5222
Merge pull request #2526 from AlessandroLorenzi/master
2014-06-17 19:57:03 -04:00
Alessandro Lorenzi
db97d40f5e
Add Piwigo Gallery plugin
2014-06-18 01:16:58 +02:00
Parker Moore
a78b5c2f8d
Include files with a url which ends in / in the site.html_pages list
...
https://github.com/jekyll/jekyll-sitemap/issues/27
2014-06-17 15:18:41 -04:00
Parker Moore
df33ff7462
Update history to reflect merge of #2514 [ci skip]
2014-06-14 16:43:02 -04:00
Parker Moore
f589e11419
Merge pull request #2514 from penibelst/docs-compress
2014-06-14 16:34:54 -04:00
Anatol Broder
db462a181c
Add link to jekyll-compress-html
2014-06-14 12:10:09 +02:00
Denilson Sá
b42e29c5a7
Fixing tests.
2014-06-13 03:50:02 -03:00
Denilson Figueiredo de Sá
cc734930c6
Making highlight behave more like redcarpet
...
See issue 2510 for details.
2014-06-13 03:31:38 -03:00
Parker Moore
11f9c22e56
Update history to reflect merge of #2419 [ci skip]
2014-06-12 20:38:50 -04:00
Parker Moore
d59b2c3ef6
Merge pull request #2419 from jens-na/collection-defaults
2014-06-12 20:38:21 -04:00
Parker Moore
116c00595c
Update history to reflect the closing of #2504 . [ci skip]
2014-06-12 00:40:54 -04:00
Parker Moore
8fb29a3af3
Bump pygments.rb to 0.6.0.
...
Closes #2504 .
2014-06-12 00:40:15 -04:00
Parker Moore
202c459413
Update history to reflect merge of #2485 [ci skip]
2014-06-09 18:54:24 -04:00
Parker Moore
dd3e9806af
Merge pull request #2485 from tomer/patch-2
2014-06-09 18:53:50 -04:00
Tomer Cohen
411cdb29a1
Change Github/Twitter keywords to site.{twitter,github}_username
...
Re: https://github.com/jekyll/jekyll/pull/2485/files#r13525347
2014-06-10 00:00:01 +03:00
Parker Moore
1005976a22
Bump to the latest Liquid version, 2.6.1
2014-06-09 02:18:25 -04:00
Parker Moore
504f30e045
Badger badger badger badger [ci skip]
2014-06-09 02:17:29 -04:00
Parker Moore
808f5dc452
Update history to reflect merge of #2494 [ci skip]
2014-06-08 22:11:12 -04:00
Parker Moore
b7d7f6d877
Merge pull request #2494 from penibelst/remove-coveralls
2014-06-08 22:11:01 -04:00
Anatol Broder
df334e809e
Remove coverage reporting with Coveralls
2014-06-09 02:35:55 +02:00
Parker Moore
ade601ab81
Site: Don't allow the img to be larger than the containing obj. [ci skip]
...
/cc @penibelst
2014-06-08 19:45:14 -04:00
Parker Moore
50b04cdf92
Use raise instead of logging & aborting
2014-06-08 19:33:45 -04:00
Parker Moore
ccee1b6a55
Try item#to_liquid before looking at the data
2014-06-08 19:33:37 -04:00
Parker Moore
27c9fce15b
Update history to reflect merge of #2492 [ci skip]
2014-06-08 19:30:14 -04:00
Parker Moore
c2fd35c687
Merge pull request #2492 from jekyll/upgrade-listen
2014-06-08 19:29:46 -04:00
Parker Moore
7e0bbf8161
Upgrade listen to 2.7.6 <= x < 3.0.0
2014-06-08 19:09:51 -04:00
Tomer Cohen
35f5bb0039
Default entries for twitter/github usernames
2014-06-07 11:16:43 +03:00
Tomer Cohen
ffd960ca4e
Allow usage of different Twitter and Github usernames
...
and show these links only if twitter-username or github.username are set on _config.yml
2014-06-07 11:08:34 +03:00
Parker Moore
c881d24553
Add parens to issue #. [ci skip]
2014-06-06 23:12:57 -04:00
Parker Moore
290b0ea14b
Update history to reflect merge of #2459 [ci skip]
2014-06-06 23:12:30 -04:00
Parker Moore
ccf97a62f1
Merge pull request #2459 from ivantsepp/watch_ignore_files
2014-06-06 23:11:44 -04:00
Parker Moore
d7d8dabb40
Update history to reflect merge of #2479 [ci skip]
2014-06-05 23:32:10 -04:00
Parker Moore
9d8b32c935
Merge pull request #2479 from kitsched/patch-1
2014-06-05 23:30:07 -04:00
János Rusiczki
19532cae88
Add link to JAPR.
2014-06-05 08:53:16 +03:00
Parker Moore
37e4a5ddae
Update history to reflect merge of #2476 [ci skip]
2014-06-04 16:48:35 -04:00
Parker Moore
8792e509d7
Merge pull request #2476 from jekyll/stickermule-post
2014-06-04 16:48:11 -04:00
Parker Moore
b5b1ca068d
Add "Other News" section for News sidebar on site
2014-06-04 16:47:24 -04:00
Parker Moore
ecdf6c2213
Add img to StickerMule post.
2014-06-04 16:43:01 -04:00
Parker Moore
8b272b0bf0
Post about StickerMule discount.
2014-06-04 16:02:15 -04:00
Ivan Tse
6684a8f914
Refactor logic into Command class. Add tests.
2014-06-04 14:23:40 -04:00
Parker Moore
50fee0275c
Update history to reflect merge of #2436 [ci skip]
2014-06-04 14:20:36 -04:00
Parker Moore
4e26874298
Merge pull request #2436 from budparr/documenttoliquid
2014-06-04 14:16:22 -04:00
Parker Moore
b126159360
Skip initial build of site on serve with flag.
...
Adds --skip-initial-build flag to jekyll-serve, which serves the destination
immediately rather than waiting for the site to be built.
Fixes #1252 .
2014-06-03 13:30:14 -04:00
Bud Parr
dc622470c9
add test for collection name
2014-06-02 15:12:21 -04:00
Parker Moore
63eba6c634
Update history to reflect merge of #2470 [ci skip]
2014-06-02 15:07:24 -04:00
Parker Moore
2f70dd7015
Merge pull request #2470 from XhmikosR/https
2014-06-02 15:06:47 -04:00
Bud Parr
441ac3742c
remove extra space
2014-06-02 15:05:03 -04:00
Bud Parr
90bc9314f1
change label to collection
...
To make it clear the label is of the document's collection
2014-06-02 14:32:52 -04:00
XhmikosR
3ee02c1433
Use https for GitHub links.
...
The `http` links already redirect to `https` anyway.
2014-06-02 10:09:08 +03:00
Bud Parr
ff02e12389
Merge branch 'documenttoliquid' of https://github.com/budparr/jekyll into documenttoliquid
2014-06-01 22:36:24 -04:00
Bud Parr
69aae64133
Merge branch 'documenttoliquid' of https://github.com/budparr/jekyll into documenttoliquid
...
Conflicts:
lib/jekyll/document.rb
2014-06-01 22:36:20 -04:00
Bud Parr
00ab79b7cf
add collection.label to Document#to_liquid
2014-06-01 21:45:23 -04:00
Jens Nazarenus
467945bedb
Fixes the extra indentation in cucumber test
2014-06-01 22:21:31 +02:00
Jens Nazarenus
460d9c1c44
Adds an example how to use frontmatter defaults with collections
2014-06-01 22:21:31 +02:00
Jens Nazarenus
ae67940544
Adds the missing tests for #2405
2014-06-01 22:21:31 +02:00
Jens Nazarenus
497c10897f
Passes the url to FrontmatterDefaults.all instead of full path
2014-06-01 22:21:31 +02:00
Jens Nazarenus
e868a8437f
Includes tests for frontmatter defaults in documents
2014-06-01 22:21:31 +02:00
Jens Nazarenus
c8786b7b28
Adds default front-matter support for collecitons
2014-06-01 22:21:31 +02:00
Parker Moore
7a9bc641ee
Update history to reflect merge of #2469 [ci skip]
2014-06-01 14:36:43 -04:00
Parker Moore
781e606e5a
Merge pull request #2469 from jekyll/extract-gist-tag
2014-06-01 14:36:19 -04:00
Parker Moore
3c1c8c397f
Jekyll-gist 1.0. 💥
2014-06-01 14:25:13 -04:00
Parker Moore
ed87454ff8
Remove tests for gists.
2014-06-01 14:01:57 -04:00
Parker Moore
7977769d91
Test our RC1 of jekyll-gist.
2014-06-01 14:01:47 -04:00
Parker Moore
879abc0949
Externalize the {% gist %} tag as the jekyll-gist gem.
2014-06-01 13:18:00 -04:00
Parker Moore
f9bbe8ed58
Update history to reflect merge of #2468 [ci skip]
2014-06-01 11:16:49 -04:00
Parker Moore
46c99e6c87
Merge pull request #2468 from rob-murray/add_link_to_version_plugin
2014-06-01 11:16:23 -04:00
Rob Murray
d34d4cbc37
Add link to Jekyll Project Version Tag plugin
2014-06-01 12:04:49 +01:00
Parker Moore
4dd208a2b3
Fix link to jekyll-import docs
2014-05-30 18:19:44 -04:00
Parker Moore
bce2d5242c
Update history to reflect merge of #2444 [ci skip]
2014-05-30 18:17:26 -04:00
Parker Moore
83fb1fd0f6
Merge pull request #2444 from createdbypete/configurable-logger
2014-05-30 18:16:47 -04:00
Parker Moore
39ee223ef8
Update history to reflect merge of #2439 [ci skip]
2014-05-30 18:15:33 -04:00
Parker Moore
4e37b51749
Merge pull request #2439 from tschmidt/update-configuration-documentation
2014-05-30 18:14:52 -04:00
Parker Moore
85c07ce47b
Update history to reflect merge of #2438 [ci skip]
2014-05-30 18:03:10 -04:00
Parker Moore
041f727fe3
Merge pull request #2438 from pathawks/spicy-feed
2014-05-30 18:02:25 -04:00
Parker Moore
3f8ee8dc93
Update history to reflect closing of #2464 . [ci skip]
2014-05-30 18:01:18 -04:00
Parker Moore
6849d6a5e5
If rouge isn't there, say so.
...
In the previous version, it would say 'redcarpet' wasn't installed,
due to the rescue LoadError block on line 93. This change will tell
the user that, in fact, rouge isn't installed and that this is the
cause of the error, not that redcarpet isn't installed.
Fixes #2464 .
https://github.com/jekyll/jekyll/issues/2464
2014-05-30 17:59:47 -04:00
Parker Moore
2d0ba26497
Update history to reflect merge of #2458 [ci skip]
2014-05-30 11:36:19 -04:00
Parker Moore
e9ac432e0f
Merge pull request #2458 from karouf/cleaner-empty-dirs
2014-05-30 11:35:35 -04:00
Terry Schmidt
42cc3cac21
Changes to help clarify defaults in site config vs front-matter
2014-05-30 09:54:07 -05:00
Renaud Martinet
a324eafac4
Using implicit returns to conform to coding style
2014-05-30 08:46:31 +02:00
Parker Moore
6203224f3e
Update history to reflect merge of #2463 [ci skip]
2014-05-29 18:55:52 -04:00
Parker Moore
df40dc46bb
Merge pull request #2463 from bwillis/patch-1
2014-05-29 18:55:22 -04:00
Ben
8f9b0424b6
Add jekyll_github_sample plugin
2014-05-29 13:05:37 -07: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
Renaud Martinet
72c410363c
Keep parents of directories in keep_files
...
Closes #1297
2014-05-27 21:11:17 +02:00
Marc Ransome
3b41a44050
Fixing help command in deprecation warning
2014-05-27 18:42:44 +01:00
Renaud Martinet
04baeefaa8
Make sure Cleaner doesn't remove dirs if they only contain subdirs
...
Closes #2204
2014-05-27 18:06:52 +02:00
Terry Schmidt
4dcb877ff9
Tweak front-matter vs site configuration per comments from @parkr on jekyll/jekyll#2439
2014-05-27 10:14:28 -05: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
Peter Rhoades
4bdf4197db
Rocket style hash and switching integers for Logger severity constants
2014-05-25 23:19:29 +01: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
Peter Rhoades
e6345f39a9
Renaming LogWriter to LogAdapter and adding tests for class
...
String coloring moved to Stevenson as not responsibility of LogAdapter
2014-05-24 21:22:10 +01:00
Peter Rhoades
4a73e099b7
Allow Jekyll's logger to be set to any Logger compatible instance
...
* Stevenson now inherits from Logger and extends some methods to use $stderr
for log messages greater than info level.
* LogWriter provides an interface between Jekyll and Logger to maintain API.
2014-05-24 15:00:14 +01:00
Terry
a0595a00e8
Update explanation of the site front-matter defaults section
2014-05-23 10:03:14 -05:00
Pat Hawks
bd836d88af
Spice up site_template feed
2014-05-23 09:42:12 -05: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
Bud Parr
2e2aac5988
add label to document section of collections page
2014-05-22 21:30:40 -04:00
Bud Parr
f623404b89
add collection.label to Document#to_liquid
2014-05-22 21:19:47 -04: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
Parker Moore
5b281a06d6
Update history to reflect merge of #2421 [ci skip]
2014-05-18 15:29:51 -04:00
Parker Moore
45c9b82fb3
Merge pull request #2421 from chezou/fix-broken-link
2014-05-18 15:29:09 -04:00
Chezou
755088dbf0
Fix broken link on installation.md
2014-05-19 00:13:40 +09:00
Alberto Grespan
9932eb667b
Encode URLs in utf-8 when escaping and unescaping
...
There is a problem while returning a path that has some special and possible Non-ASCII characters that may lead jekyll to break while doing the unescaping process. This is can be addressed by “forcing” ASCII to UTF-8.
2014-05-17 17:53:40 -04:30
Mathieu Bruyen
921dbe0547
Override collection url template
2014-05-17 10:40:52 +02:00
Parker Moore
ab679cbe26
Update history to reflect merge of #2417 [ci skip]
2014-05-17 00:54:29 -04:00
Parker Moore
4147e92561
Merge pull request #2417 from jekyll/jekyll-env
2014-05-17 00:53:55 -04:00
Parker Moore
3413c96845
Add test for Jekyll.env
2014-05-17 00:47:03 -04:00
Parker Moore
780cff46b3
Add jekyll.environment to site_payload.
2014-05-17 00:38:21 -04:00
Parker Moore
5d6f6b0571
Update history to reflect merge of #2377 [ci skip]
2014-05-16 03:51:12 -04:00
Parker Moore
04b0fe0160
Merge pull request #2377 from jekyll/numeric
2014-05-16 03:50:50 -04:00
Parker Moore
4d1c84aa2b
date_to_xmlschema does some weird things with timezones, but whatever it's not important.
2014-05-16 03:42:35 -04:00
Jordon Bedwell
1c11afd78d
Fix #2413 and setup a Jekyll.env.
2014-05-15 16:28:37 -05:00
Parker Moore
8b5fe24cb2
Update history to reflect merge of #2408 [ci skip]
2014-05-15 12:38:33 -04:00
Parker Moore
ba905a2c18
Merge pull request #2408 from quinn/patch-1
2014-05-15 12:37:56 -04:00
Parker Moore
bd51b250be
Update history to reflect merge of #2411 [ci skip]
2014-05-15 12:37:28 -04:00
Parker Moore
996bf25aee
Merge pull request #2411 from mathbruyen/patch-1
2014-05-15 12:37:02 -04:00
Parker Moore
2a5336b93a
Update history to reflect merge of #2410 [ci skip]
2014-05-15 12:33:25 -04:00
Parker Moore
b54f4e830a
Merge pull request #2410 from XhmikosR/master
2014-05-15 12:33:03 -04:00
Mathieu Bruyen
a38ea51994
Header links to pages which have a title
...
Header used to add link to all pages of the site, even those which do not have any title, creating empty anchors on the page like `<a class="page-link" href="/feed.xml"></a>`. Those were non click-able and used space on the page due to margins.
Now only displays pages with a title.
2014-05-15 08:59:29 +02:00
XhmikosR
7053e468cf
Update Font Awesome to v4.1.0.
2014-05-15 09:41:38 +03:00
Quinn Shanahan
5ea62443f4
override EXCERPT_ATTRIBUTES_FOR_LIQUID
...
Allow EXCERPT_ATTRIBUTES_FOR_LIQUID to be overridden by inheriting class. Right now will always reference Jekyll::Post::EXCERPT_ATTRIBUTES_FOR_LIQUID. This is already being used in the codebase for ATTRIBUTES_FOR_LIQUID.
2014-05-14 13:39:16 -04:00
Parker Moore
8fc1e4b5ea
Update history to reflect merge of #2401 [ci skip]
2014-05-12 13:20:58 -04:00
Parker Moore
da6d781768
Merge pull request #2401 from jdavis/patch-1
2014-05-12 13:20:41 -04:00
Josh Davis
11e3217ec1
Remove broken link in extras.md, closes #2400
2014-05-12 11:57:54 -05:00
Rodrigo Dumont
12a8be0b98
Add scenario for ensuring data folder over file precedence
2014-05-12 13:47:41 -03:00
Parker Moore
6286b6cd76
Update history to reflect merge of #2387 [ci skip]
2014-05-12 11:53:37 -04:00
Parker Moore
e7b8123141
Merge pull request #2387 from jaybe-jekyll/doc_updates
2014-05-12 11:52:35 -04:00
jaybe@jekyll
fc7f724529
Remove Quickstart' Default Markdown Section
...
Remove default Markdown section from Quickstart documentation page as
it is redundant and unnecessary at this time. #2387
2014-05-12 10:48:31 -05:00
Rodrigo Dumont
418c978b91
Add _data sub-folder support to docs
2014-05-12 11:21:31 -03:00
Parker Moore
89c782051b
Update history to reflect merge of #2368 [ci skip]
2014-05-12 01:11:36 -04:00
Parker Moore
31d7afc987
Merge pull request #2368 from XhmikosR/master
2014-05-12 01:11:15 -04:00
Parker Moore
2f1138cd11
Update history to reflect merge of #2394 [ci skip]
2014-05-11 19:39:37 -04:00
Parker Moore
8068702c15
Merge pull request #2394 from penibelst/fix-dates
2014-05-11 19:38:40 -04:00
Rodrigo Dumont
604fb3286c
Allow subdirectories in _data
2014-05-11 20:28:49 -03:00
Anatol Broder
a5b3104b0c
Change timezone to Los Angeles
2014-05-12 00:47:54 +02:00
Austin Pray
a79279b1cc
Beefs up variables.md
...
Adds site.data
Adds site.collections
Adds site.html_pages
2014-05-11 16:21:47 -05:00
Parker Moore
8f90ba82a4
Update history to reflect merge of #2393 [ci skip]
2014-05-11 16:42:30 -04:00
Parker Moore
9bd6c98320
Merge pull request #2393 from createdbypete/quieter-build-command
2014-05-11 16:42:06 -04:00
Peter Rhoades
6465cd6446
Setting log_level earlier to silence info level configuration output.
2014-05-11 21:14:10 +01:00
Philipp Rudloff
5e2c03635f
Adding to pagination note: Cannot include collections
...
Adding a sentence to the paragraph to clarify, that pagination is restricted to posts and that it can't contain collections.
2014-05-11 22:14:03 +02:00
Philipp Rudloff
a9cf8c4c04
Add collections to info about pagination support.
...
Currently: _Pagination does not support tags or categories_
Proposed: _Pagination does not support tags, categories or collections_
Maybe in the future? Related: #2376
2014-05-11 10:10:06 +02:00
jaybe@jekyll
3233005a0a
Update Quickstart re: kramdown default
...
Update Quickstart documentation to reflect Jekyll’ 2.0 default of
kramdown Markdown engine versus Redcarpet.
2014-05-10 23:47:48 -05:00
Parker Moore
d34f1d2c1a
Update history to reflect merge of #2384 [ci skip]
2014-05-10 20:52:04 -04:00
Parker Moore
c68d83bce7
Merge pull request #2384 from penibelst/test-sort-utf8
2014-05-10 20:51:21 -04:00
Anatol Broder
7cd95734df
Fix coding for 1.9.3
2014-05-11 02:22:58 +02:00
Anatol Broder
06cebb0816
Add ascii+utf8 sort. Props @ixti
2014-05-11 01:34:09 +02:00
Anatol Broder
b2f30f5bee
Test Russian and Hebrew sort
2014-05-11 01:06:35 +02:00
Parker Moore
ab990933a2
Update history to reflect merge of #2383 [ci skip]
2014-05-10 16:15:18 -04:00
Parker Moore
9a635f0ce3
Merge pull request #2383 from kleinfreund/patch-1
2014-05-10 16:14:37 -04:00
Philipp Rudloff
7756adc75c
Fixing spacing issue for code inside pre
...
Regular (one-line) code inside a `code` tag has some padding around it. This leads to some weird spacing when dealing with code blocks (e.g. inside `pre`).
Removing the horizontal paddings for these. (Also replacing `border: none;` with `border: 0;` because it's shorter)
2014-05-10 22:05:21 +02:00
Parker Moore
5e9b22fbb2
Update history to reflect merge of #2345 [ci skip]
2014-05-10 15:44:35 -04:00
Parker Moore
01c09fd7fa
Merge pull request #2345 from penibelst/sort-collection
2014-05-10 15:42:53 -04:00
XhmikosR
af53111070
Include anchor_links before the end closing body tag.
2014-05-10 21:02:45 +03:00
XhmikosR
cba586f06f
Update anchor_links.html.
...
* fix `TypeError` when we are in home
* remove default type and encoding
* format the code
2014-05-10 21:02:45 +03:00
Parker Moore
af9f1e6f48
Accept Numeric values for dates.
2014-05-09 23:11:05 -04:00
Parker Moore
53b2e1372c
Update history to reflect merge of #2374 [ci skip]
2014-05-09 15:40:11 -04:00
Parker Moore
aee7d7327f
Merge pull request #2374 from albertogg/update-ruby
2014-05-09 15:39:46 -04:00
Alberto Grespan
03291eb5f4
Update CI to use Ruby 2.1.2
2014-05-09 14:43:59 -04:30
Terry Schmidt
0371b69952
Set categor[y|ies] on post if they appear in site frontmatter defaults
2014-05-09 13:34:13 -05:00
Terry Schmidt
6c22ae3759
Merge branch 'master' into handle-categories-in-site-config-defaults
2014-05-09 13:13:04 -05:00
Matt Rogers
56b64d688d
Update history to reflect merge of #2369 [ci skip]
2014-05-09 12:33:50 -05:00
Matt Rogers
50065a2781
Merge pull request #2369 from jekyll/json-data
2014-05-09 12:33:48 -05:00
Ben Balter
1315112ab5
dot json;
2014-05-09 10:32:18 -04:00
Ben Balter
d3f9da7645
document json support
2014-05-09 10:30:36 -04:00
Ben Balter
5129a3ccc3
add tests for json data
2014-05-09 10:29:37 -04:00
Ben Balter
bf3a20b2d7
allow json files in _data dir
2014-05-09 10:13:12 -04:00
Anatol Broder
fb523722b5
Fruity variables
2014-05-09 09:21:24 +02:00
Anatol Broder
ab3aaebe6d
Resolve second conflict
2014-05-09 08:59:46 +02:00
Anatol Broder
5dcd84b71b
Resolve conflict
2014-05-09 08:56:04 +02:00
Anatol Broder
6c48e9bbdf
Simplify config
2014-05-09 08:53:21 +02:00
Anatol Broder
7f1b916f32
Fix output
2014-05-09 08:53:21 +02:00
Anatol Broder
df3c163eeb
Use item_property
2014-05-09 08:53:16 +02:00
Anatol Broder
d96f39360b
Revert "Make it fail"
...
This reverts commit c89e7539b86a483a2f8b14dd766ad90da1eb9773.
2014-05-09 08:53:16 +02:00
Anatol Broder
fd1778203d
Make it fail
2014-05-09 08:53:16 +02:00
Anatol Broder
9ba89b9ab1
Try item_property
2014-05-09 08:53:15 +02:00
Anatol Broder
d8e68bc0e1
No output needed
2014-05-09 08:53:07 +02:00
Anatol Broder
9f6965c1b5
Add scenario for sorting by title
2014-05-09 08:51:57 +02:00
Anatol Broder
ae7e485474
Add hash_property
2014-05-09 08:44:40 +02:00
Parker Moore
4f20d7ab24
Release 2.0.3
2014-05-08 23:15:37 -04:00
Parker Moore
68a39a1d92
Revert "Update history to reflect merge of #2365 [ci skip]"
...
This reverts commit 7d31d44047 .
2014-05-08 23:15:25 -04:00
Parker Moore
7d31d44047
Update history to reflect merge of #2365 [ci skip]
2014-05-08 23:14:58 -04:00
Parker Moore
f95aba2f73
Merge pull request #2365 from jekyll/release-2-0-3
2014-05-08 23:14:50 -04:00
Parker Moore
f93de58f3b
Link to the changelog.
2014-05-08 23:13:46 -04:00
Parker Moore
4e8ddd5fa3
Update history.
2014-05-08 23:12:44 -04:00
Parker Moore
5a0eb41d19
Add release post for v2.0.3
2014-05-08 23:12:30 -04:00
Parker Moore
036823cd06
Bump to 💎 v2.0.3
2014-05-08 22:43:04 -04:00
Parker Moore
2326c509c3
Update history to reflect merge of #2364 [ci skip]
2014-05-08 22:36:55 -04:00
Parker Moore
8ba2f770e9
Merge pull request #2364 from jekyll/save-from-errors
2014-05-08 22:36:24 -04:00
Parker Moore
2d040c1aaa
Use Jekyll.logger for --watch error message.
2014-05-08 22:27:55 -04:00
Parker Moore
81ff5ed7aa
Save --watch from errors.
...
Fixes #2355 .
2014-05-08 22:22:11 -04:00
Parker Moore
70a06c9b59
Update site/docs/history.md for #2363 .
2014-05-08 22:17:33 -04:00
Parker Moore
b2f3a07708
Update history to reflect merge of #2363 [ci skip]
2014-05-08 22:15:21 -04:00
Parker Moore
fb33f55670
Merge pull request #2363 from yizeng/history-markdown-fixes
2014-05-08 22:13:27 -04:00
Yi Zeng
53454a370b
Re-rake history.md in site folder after fixes
2014-05-09 13:52:49 +12:00
Yi Zeng
c503424b42
Fix cases for few words in History.markdown
2014-05-09 13:45:08 +12:00
Yi Zeng
38e9dd1fd9
Apply inline code blocks when appropriate for some legacy history items.
...
Fix "--some_option" parsed incorrectly by kramdown.
2014-05-09 13:40:05 +12:00
Yi Zeng
2014d21dd2
Fix bullet points that are parsed incorrectly
2014-05-09 13:29:09 +12:00
Parker Moore
ee021a6a5d
Update history to reflect merge of #2359 [ci skip]
2014-05-08 21:28:22 -04:00
Parker Moore
e278997750
Merge pull request #2359 from abroder/where-collection
2014-05-08 21:27:36 -04:00
Parker Moore
cd3f630fc5
Update history to reflect merge of #2353 [ci skip]
2014-05-08 21:10:54 -04:00
Parker Moore
c3b4ca7135
Merge pull request #2353 from gpxl/configuration-defaults-typo
2014-05-08 21:10:43 -04:00
Parker Moore
77e73d15af
Update history to reflect merge of #2351 [ci skip]
2014-05-08 21:08:22 -04:00
Parker Moore
dd9e5668c2
Merge pull request #2351 from yizeng/#2349/fix-escaping
2014-05-08 21:08:04 -04:00
Aaron Broder
f68098c7fc
Add test for using where filter on collections
2014-05-08 12:04:54 -07:00
Aaron Broder
a5c1a01965
Added item_property to where filter
2014-05-08 11:35:51 -07:00
gpxl
6a9db38006
Fix link to frontmatter defaults docs
2014-05-07 22:05:02 -07:00
Yi Zeng
db5fa3d15e
Use symbol instead of HTML number in upgrading.md
...
Fix case #2349
2014-05-08 14:56:15 +12:00
Parker Moore
edfa1c8ecd
Update history to reflect merge of #2342 [ci skip]
2014-05-07 17:25:26 -04:00
Parker Moore
08a87ae4a0
Merge pull request #2342 from jekyll/anchor-links
2014-05-07 17:25:03 -04:00
Parker Moore
6580374c4f
Add newlines, duh.
2014-05-07 17:24:55 -04:00
Parker Moore
803e4ecc93
Update history to reflect merge of #2341 [ci skip]
2014-05-07 17:23:46 -04:00
Parker Moore
d30a2db1e8
Merge pull request #2341 from albertogg/fix-baseurl-default-in-docs
2014-05-07 17:23:26 -04:00
Parker Moore
106e323205
Add font-awesome web fonts.
2014-05-07 16:48:45 -04:00
Parker Moore
228d2c4c44
Use HTML and CSS we just created.
2014-05-07 16:48:38 -04:00
Parker Moore
24ed3e6e41
Add font-awesome & Ben's CSS
2014-05-07 16:48:31 -04:00
Parker Moore
72cb5cae1e
Pure JavaScript for adding anchors.
2014-05-07 16:48:23 -04:00
Parker Moore
8641722b52
Use kramdown.
2014-05-07 16:47:11 -04:00
Alberto Grespan
4835bbbdb4
Fix baseurl default in the docs
...
Display the new baseurl default (commit: [97e9fb2 ](97e9fb29b0 )) in the docs.
2014-05-07 15:50:34 -04:30
Parker Moore
9df239f2fd
Update history to reflect the closing of #2339 .
2014-05-07 15:59:27 -04:00
Parker Moore
348bcae763
If the input is a string but Time.parse can't parse it, maybe it's a UNIX timestamp.
...
Fixes #2339
2014-05-07 15:48:13 -04:00
Parker Moore
a6af5e26bc
Require mercenary v0.3.3 or greater (below v0.4.0)
2014-05-07 15:36:54 -04:00
Parker Moore
23a9db1e4d
Update history to reflect the closing of #2324 .
2014-05-07 15:12:45 -04:00
Parker Moore
77c0249d72
Use site.title instead of site.name in site template
...
Fixes #2324 .
2014-05-07 15:11:50 -04:00
Parker Moore
daaae974b3
Update site history.
2014-05-07 15:11:22 -04:00
Parker Moore
60f8f1477c
Update history to reflect merge of #2337 [ci skip]
2014-05-07 15:01:34 -04:00
Parker Moore
fba56f2601
Merge pull request #2337 from sankage/grammar-slam
2014-05-07 15:01:14 -04:00
Parker Moore
8f0146c564
Update history to reflect fixing of #2334 .
2014-05-07 15:00:30 -04:00
Parker Moore
f2f2ebfa4f
Register subclasses of subclasses of Jekyll::Plugin
...
The Sass and SCSS converters are practically the same – only different in
the input syntax and file extension. As such, we've created
`Jekyll::Converters::Scss` which is a subclass of `Jekyll::Converter`, and
`Jekyll::Converters::Sass` which is a subclass of
`Jekyll::Converters::Scss`. When `Site#instantiate_classes` is called on
`Jekyll::Converter`, it only instantiates the `Scss` converter, not the
`Sass` converter. This change fixes that.
Fixes #2334 .
2014-05-07 14:59:08 -04:00
David Briggs
cdb46f03f7
add missing 'as'
2014-05-07 14:53:55 -04:00
Parker Moore
0022e5a67e
Update history to reflect the closing of #2325 .
2014-05-07 14:02:18 -04:00
Parker Moore
8ad4dd332a
Don't fail if any of the path objects are nil.
...
Fixes #2325
2014-05-07 14:01:36 -04:00
Parker Moore
8e5392e9d9
Update history to reflect merge of #2331 [ci skip]
2014-05-07 13:36:44 -04:00
Parker Moore
ac220ad38a
Merge pull request #2331 from albertogg/fix-site-template-permalink
2014-05-07 13:34:49 -04:00
Alberto Grespan
da9b28d35c
Fix site template permalink typo
2014-05-07 11:36:14 -04:30
Parker Moore
000880837e
Update history to reflect merge of #2326 [ci skip]
2014-05-07 11:21:43 -04:00
Parker Moore
06bcd411d8
Merge pull request #2326 from iamgabeortiz/master
2014-05-07 11:20:40 -04:00
Gabe Ortiz
31ee99ea3e
Merge pull request #1 from iamgabeortiz/gist.rb-doc-update
...
Update gist.rb comments only
2014-05-07 07:39:16 -04:00
Gabe Ortiz
21f84e1548
Update gist.rb comments only
...
Strictly updated the reference to Examples and Valid Syntax to be inline with jekyll/jekyll-help#32
2014-05-07 07:34:00 -04:00
Parker Moore
0614d2f966
Update history conversion so it works from MD ~> Website
2014-05-07 00:47:15 -04:00
Parker Moore
47649066b5
Remove unneeded method from Rakefile.
2014-05-07 00:44:20 -04:00
Parker Moore
8aadecf3ff
Fix header for 2.0.2 so it's written to the website.
2014-05-07 00:43:21 -04:00
Parker Moore
e6a750204a
Update history to reflect merge of #2319 [ci skip]
2014-05-07 00:39:58 -04:00
Parker Moore
0905b2c1e4
Merge pull request #2319 from jekyll/use-urls
2014-05-07 00:39:35 -04:00
Parker Moore
216f1150cd
The last of the site template prepending.
2014-05-07 00:31:53 -04:00
Parker Moore
c71a4717dd
Prepend url, too, in feed.xml.
2014-05-07 00:09:12 -04:00
Parker Moore
ac666490d2
Release 2.0.2
2014-05-06 23:59:49 -04:00
Parker Moore
3cc439a1cc
Update history to reflect merge of #2316 [ci skip]
2014-05-06 23:57:53 -04:00
Parker Moore
92eaf42cad
Merge pull request #2316 from holic/master
2014-05-06 23:57:28 -04:00
Parker Moore
97e9fb29b0
Default baseurl to "" rather than to "/"
...
Also a fix for #2317
2014-05-06 23:54:56 -04:00
Parker Moore
832860bcb5
Update history to reflect the fixing of #2317
2014-05-06 23:52:03 -04:00
Parker Moore
2dec333910
Set baseurl to nothing in new template site.
...
Previously, it caused all sorts of errors.
Fixes #2317 .
2014-05-06 23:50:58 -04:00
Kevin Ingersoll
3498cc9947
Add a little clarity to docs
2014-05-07 14:48:35 +12:00
Parker Moore
b5dc628357
Update history to reflect merge of #2314 [ci skip]
2014-05-06 22:40:15 -04:00
Parker Moore
0fc990423b
Merge pull request #2314 from troyswanson/gist-docs
2014-05-06 22:39:35 -04:00
Troy Swanson
0dffe26cfe
Update docs for different gist behavior
2014-05-06 21:25:34 -05:00
Parker Moore
0a0d7858c6
Release 2.0.1
2014-05-06 21:57:33 -04:00
Parker Moore
64cce065e6
Require kramdown instead of maruku.
...
CRAP CRAP CRAP whoops.
2014-05-06 21:55:11 -04:00
Parker Moore
25b5651f9d
Add some Google Analytics magic.
2014-05-06 21:31:05 -04:00
Parker Moore
d4bc707ba0
Release 2.0.0
2014-05-06 21:22:48 -04:00
Parker Moore
759ffb7b53
Merge pull request #2312 from jekyll/release-2.0.0
2014-05-06 21:20:53 -04:00
Parker Moore
0a5ca5aaf0
Rename 2.0.0 release post to match title. [ci skip]
2014-05-06 21:13:43 -04:00
Parker Moore
41b69d6c8a
A year ago to the day. [ci skip]
2014-05-06 21:12:59 -04:00
Parker Moore
aef2134128
Remove unneeded tests for the sass converter plugin.
2014-05-06 21:09:51 -04:00
Parker Moore
13f19ea21a
Update histories to reflect 2.0.0 release.
2014-05-06 21:06:27 -04:00
Parker Moore
344906deb9
Release 2.0.0.
2014-05-06 20:11:44 -04:00
Matt Rogers
e7e67ad235
Update history to reflect merge of #2299 [ci skip]
2014-05-06 16:49:44 -05:00
Matt Rogers
5c109ee8dc
Merge pull request #2299 from penibelst/sort-nils
2014-05-06 16:49:40 -05:00
Anatol Broder
1e0d9f899b
Follow Ruby Styleguide
2014-05-06 22:49:49 +02:00
Parker Moore
4f17080929
Update history to reflect merge of #2309 [ci skip]
2014-05-06 16:31:04 -04:00
Parker Moore
b6cfb8aa4f
Merge pull request #2309 from jekyll/remove-unreleased-notes
2014-05-06 16:30:15 -04:00
Parker Moore
21ab72b4da
Update history to reflect merge of #2310 [ci skip]
2014-05-06 16:29:49 -04:00
Parker Moore
875718f40c
Merge pull request #2310 from jekyll/fix-get-cwd-error
2014-05-06 16:29:25 -04:00
Anatol Broder
19b0fe9781
Separate example codes [ci skip]
2014-05-06 22:00:28 +02:00
Parker Moore
c2d3f9d5b5
Close the file descriptor in has_yaml_header?
...
Previous method caused a problem where the calling Dir.chdir to get the next
directory's entries would cause the infamous 'Too many open files - getcwd'
error. Fixes #2279 .
2014-05-06 15:58:25 -04:00
Anatol Broder
3a1c18ede2
Remove the hint aout type
2014-05-06 21:54:12 +02:00
Anatol Broder
2ee7e73531
Improve the description
2014-05-06 21:50:33 +02:00
Anatol Broder
dc0e577b44
Fix markup
2014-05-06 21:40:52 +02:00
Anatol Broder
7c1709fab4
Change nils argument to string
2014-05-06 21:36:13 +02:00
Parker Moore
ea054ef149
Add test for document.output.
...
Test for ref: 00f21ee93c
Closes #2232 .
2014-05-06 15:27:13 -04:00
Anatol Broder
14e0abc4e2
Add documentation
2014-05-06 21:21:04 +02:00
Anatol Broder
558d0e8ac9
Add more strings tests
2014-05-06 21:07:09 +02:00
Parker Moore
fa27132025
Fix link to variables docs page
2014-05-06 14:52:02 -04:00
Parker Moore
00f21ee93c
Add output to Document#to_liquid
2014-05-06 14:51:56 -04:00
Parker Moore
2468b9f45c
Remove notes in docs for unreleased features.
2014-05-06 14:47:21 -04:00
Parker Moore
1f94ca786d
Update history to reflect merge of #2303 [ci skip]
2014-05-06 14:40:43 -04:00
Parker Moore
6c1bb76316
Merge pull request #2303 from jekyll/jbranchaud-adding_exclude_tests
2014-05-06 14:40:18 -04:00
Parker Moore
9d205fe43c
Update history to reflect merge of #2298 [ci skip]
2014-05-06 14:37:43 -04:00
Parker Moore
d2c5668baa
Merge pull request #2298 from jekyll/release-post
2014-05-06 14:36:58 -04:00
Parker Moore
857bcf924a
Update history to reflect merge of #2307 [ci skip]
2014-05-06 14:30:58 -04:00
Parker Moore
0d85592085
Merge pull request #2307 from jekyll/obey-stevenson
2014-05-06 14:27:57 -04:00
Parker Moore
72bb9b3d0a
Update history to reflect merge of #2304 [ci skip]
2014-05-06 13:22:22 -04:00
Parker Moore
7a9c77fad7
Merge pull request #2304 from XhmikosR/html5shiv
2014-05-06 13:22:09 -04:00
Parker Moore
5614942c60
Update history to reflect merge of #2305 [ci skip]
2014-05-06 13:18:36 -04:00
Parker Moore
3440fb86c8
Merge pull request #2305 from XhmikosR/master
2014-05-06 13:18:25 -04:00
Parker Moore
b2c62c4b4d
Update history to reflect merge of #2306 [ci skip]
2014-05-06 13:17:32 -04:00
Parker Moore
a00b031cd9
Merge pull request #2306 from XhmikosR/mobile-nav
2014-05-06 13:17:18 -04:00
Parker Moore
5d827ac40e
No more relative permalinks! Fix for a test.
2014-05-06 13:16:51 -04:00
Parker Moore
ba8783190b
Fix test for new command's output.
2014-05-06 13:16:41 -04:00
Parker Moore
4c55c77c04
Using stderr instead of stdout
2014-05-06 13:15:19 -04:00
Parker Moore
a7776f8279
Set relative_permalinks to false to deprecate!
2014-05-06 13:04:12 -04:00
Parker Moore
2aa8908948
Stevenson now uses symbols instead of integers to set log level
2014-05-06 13:03:56 -04:00
XhmikosR
3120414e10
Use black color for the mobile navbar.
...
It looks cleaner on the white background.
2014-05-06 20:03:50 +03:00
Parker Moore
63e959e4e1
Use Jekyll.logger, never puts
2014-05-06 13:02:35 -04:00
Parker Moore
fda3461c5a
We deprecated relative permalinks in 2.0
2014-05-06 13:02:17 -04:00
XhmikosR
067b137ed9
Use the built in date filter for the copyright year.
2014-05-06 19:57:23 +03:00
Parker Moore
413de3a0ee
Also exclude an entry if it starts with one of the items given in the exclude key.
2014-05-06 12:46:41 -04:00
jbranchaud
e4c3a8d0df
Adding two new test cases for exclude configuration use cases.
2014-05-06 12:43:44 -04:00
XhmikosR
9da5e74287
Update html5shiv to v3.7.2.
2014-05-06 19:35:51 +03:00
Parker Moore
caeca36a40
Update history to reflect merge of #2127 [ci skip]
2014-05-06 12:33:10 -04:00
Parker Moore
a854a6a709
Merge pull request #2127 from XhmikosR/css
2014-05-06 12:32:52 -04:00
Parker Moore
1a38207faf
Add docs for site.documents.
...
Ref: #2295 .
2014-05-06 12:31:33 -04:00
Parker Moore
3eafb29eb8
Update history to reflect merge of #2295 [ci skip]
2014-05-06 12:29:42 -04:00
Parker Moore
c8a715d09b
Merge pull request #2295 from jekyll/add-documents-listing
2014-05-06 12:28:58 -04:00
Parker Moore
79fb587135
Update history to reflect merge of #2300 [ci skip]
2014-05-06 12:28:24 -04:00
Parker Moore
6f336c182c
Merge pull request #2300 from kzykbys/myPluginDescription
2014-05-06 12:28:05 -04:00
Parker Moore
b2d7938cec
Speak English properly.
2014-05-06 12:18:00 -04:00
Parker Moore
5bf4098356
Update history to reflect merge of #2301 [ci skip]
2014-05-06 12:14:50 -04:00
Parker Moore
0087143b88
Merge pull request #2301 from TheTomThorogood/short_year_permalink
2014-05-06 12:14:25 -04:00
Anatol Broder
9c9e96cfa7
Add lexicographical sort test
2014-05-06 07:48:33 +02:00
Parker Moore
3755437d08
Write test for site.documents.
2014-05-06 00:11:35 -04:00
kzykbys
d002ebd373
Add Deprecated articles keeper plugin
2014-05-05 20:58:09 -07:00
Parker Moore
851d17e028
Update history to reflect merge of #2297 [ci skip]
2014-05-05 23:46:41 -04:00
Parker Moore
581b07d096
Add docs about custom markdown processor
2014-05-05 23:45:18 -04:00
Parker Moore
2f660674c3
Add docs for group_by and where filters
2014-05-05 23:37:25 -04:00
Parker Moore
f1a00a01cf
Give them a 1/4" hole, which is what they want
2014-05-05 23:37:17 -04:00
Parker Moore
7056da079d
Add list of 2.0.0 contributors.
2014-05-05 22:41:37 -04:00
Parker Moore
6b54b715d7
MAXIMUM NOSTALGIA
2014-05-05 22:38:37 -04:00
Parker Moore
4c3c3a3f90
group_by not sort_by
2014-05-05 13:33:23 -04:00
Parker Moore
fe69699146
Remove date, better title props @benbalter
2014-05-05 13:33:18 -04:00
Anatol Broder
cc80aab191
Add generic tests
2014-05-05 11:14:07 +02:00
Anatol Broder
12d9f8b02b
Add scenario for ordering pages without title last
2014-05-05 10:49:29 +02:00
Anatol Broder
367a818c26
Fallback title based on time
2014-05-05 10:37:21 +02:00
Anatol Broder
3517b9f4e2
Add scenario
2014-05-05 10:35:19 +02:00
Anatol Broder
19e704f408
Override the sort filter
2014-05-05 10:26:46 +02:00
Parker Moore
491b3f8b1a
Curse you, timezones.
2014-05-05 03:05:37 -04:00
Parker Moore
7f88f80d8e
Add nostalgia.
2014-05-05 03:01:28 -04:00
Parker Moore
bcb88a4bc5
Add Jekyll 2.0.0 release post.
2014-05-05 03:00:00 -04:00
Parker Moore
cb22320ae6
Update history to reflect merge of #2268 [ci skip]
2014-05-04 21:23:47 -04:00
Parker Moore
d42ced5aa4
Merge pull request #2268 from jekyll/template-fixes
2014-05-04 21:23:17 -04:00
Parker Moore
fc98f06ed7
Refactor docs_to_write
2014-05-04 21:22:57 -04:00
Parker Moore
54b74fafba
Add documents to site payload
2014-05-04 21:22:51 -04:00
Parker Moore
a2169bf0c4
Have separate methods for all docs and just the docs that are being written.
2014-05-04 21:19:09 -04:00
Ben Balter
a0bbf7703b
make template site easier to customize
2014-05-04 21:07:23 -04:00
Parker Moore
693d1b84a8
Merge branch 'master' of github.com:jekyll/jekyll
...
* 'master' of github.com:jekyll/jekyll:
Change Gemnasium extension
Change Fury extension
Change Travis extension
2014-05-04 21:05:22 -04:00
Parker Moore
e04e11c84d
Swap env of maruku and kramdown dependencies.
...
Maruku is now sunsetted, i.e. a dev dep, not a runtime dep.
Kramdown is now the default, i.e. a runtime dep, not a dev dep.
Closes #2285 .
2014-05-04 21:05:14 -04:00
Parker Moore
7360f90e5e
Merge pull request #2288 from penibelst/badges-svg
...
SVG Badges
2014-05-04 20:32:57 -04:00
TheTomThorogood
94ccd42c73
Add short_year description to /docs/permalinks/
2014-05-05 00:12:51 +09:30
TheTomThorogood
f2849ac269
Add :short_year to url_placeholders
2014-05-05 00:12:07 +09:30
Parker Moore
8cad40a124
Update history to reflect merge of #2289 [ci skip]
2014-05-03 18:54:09 -04:00
Parker Moore
3af22f12bf
Set content-type to text/html with utf-8 charset.
...
Fixes #2289
2014-05-03 18:51:55 -04:00
Parker Moore
adfd9091f8
Update history to reflect merge of #2292 [ci skip]
2014-05-03 18:27:00 -04:00
Parker Moore
9cd648a262
Merge pull request #2292 from mtcomscxstart/code-class-fix
2014-05-03 18:26:43 -04:00
Parker Moore
c0fa8702af
Update history to reflect merge of #2290 [ci skip]
2014-05-03 18:21:04 -04:00
Parker Moore
98f9902839
Merge pull request #2290 from penibelst/travis-workaround
2014-05-03 18:15:08 -04:00
Anatol Broder
c48da38b14
Switch 2.1 to 2.1.1
2014-05-03 21:31:00 +02:00
Valery Tolstov
cf4304ab2b
Update tests
...
Remove language literal from class in test/test_redcarpet.rb
2014-05-03 21:46:16 +04:00
Parker Moore
c3e858443f
Update history to reflect merge of #2291 [ci skip]
2014-05-03 12:55:14 -04:00
Parker Moore
3d948a3624
Merge pull request #2291 from chezou/fix-typo-in-docs
2014-05-03 12:54:15 -04:00
Valery Tolstov
4ae8fefb95
Remove literal lang name from class, fix #2284
...
If code language is C classes for comment and language are the same
2014-05-03 20:23:28 +04:00
Chezou
c17bdf951d
Fix typo in documentation
2014-05-03 22:42:50 +09:00
Anatol Broder
eade742b32
Switch to 2.1
2014-05-03 09:49:13 +02:00
Anatol Broder
e4b4b6e103
Change Gemnasium extension
2014-05-03 00:26:33 +02:00
Anatol Broder
ddda89c33e
Change Fury extension
2014-05-03 00:25:34 +02:00
Anatol Broder
11dcdf4fef
Change Travis extension
2014-05-03 00:23:50 +02:00
Parker Moore
bae479972f
Add document.output to list of liquid vars in output.
...
CLoses #2232 .
2014-05-02 11:24:18 -04:00
XhmikosR
346820d626
Simplify selectors.
2014-05-02 09:15:03 +03:00
XhmikosR
10f85eb856
Add missing vendor prefixed properties.
2014-05-02 09:15:03 +03:00
XhmikosR
63b45a993d
Add fallback colors.
2014-05-02 09:15:03 +03:00
XhmikosR
0463399389
Remove duplicate properties.
2014-05-02 09:15:02 +03:00
XhmikosR
ecdeea22eb
Remove units from zero.
2014-05-02 09:15:02 +03:00
XhmikosR
7fdcc1af18
Be explicit with the background property.
2014-05-02 09:15:02 +03:00
XhmikosR
5e85163b57
Use the shorthand font property when possible.
...
Conflicts:
site/_includes/css/style.css
2014-05-02 09:15:01 +03:00
XhmikosR
a884a8a880
Move vendor prefixed properties before the unprefixed ones.
2014-05-02 09:15:01 +03:00
Parker Moore
267b8a037f
Add an 'unreleased' note above Front-matter defaults.
...
Fixes #2280 .
2014-04-30 17:23:12 -04:00
Parker Moore
bf924a7664
Update history to reflect merge of #2277 [ci skip]
2014-04-29 23:59:48 -04:00
Parker Moore
359d9ea439
Merge pull request #2277 from troyswanson/jekyll-help-relocation
2014-04-29 23:59:22 -04:00
Troy Swanson
76f71b6b37
Update URL for jekyll-help repo
2014-04-29 21:57:57 -05:00
Parker Moore
1b1e85c0b8
Update history to reflect merge of #2273 [ci skip]
2014-04-28 12:42:20 -04:00
Parker Moore
6be3084eac
Merge pull request #2273 from jpiasetz/copy-rails-functions
2014-04-28 12:41:31 -04:00
John Piasetzki
3e6a6ffb52
Update util functions
...
Cribbed from http://api.rubyonrails.org/classes/Hash.html#method-i-symbolize_keys
2014-04-28 02:06:41 -04:00
Parker Moore
b5b55c90de
Update history to reflect merge of #2154 [ci skip]
2014-04-28 00:02:15 -04:00
Parker Moore
c546269485
Merge pull request #2154 from jpiasetz/refactor-highlighter
2014-04-28 00:01:50 -04:00
John Piasetzki
cf81331b39
Revert back to an intialize more similar to the original
2014-04-27 23:21:00 -04:00
John Piasetzki
446ca8f73d
Context is not used within any of the renders so no need to pass it
2014-04-27 23:21:00 -04:00
John Piasetzki
d6bd735aff
Refactor highlighting
...
Extract some of the common logic from the renderers.
2014-04-27 23:20:00 -04:00
Parker Moore
494dd97775
Update history to reflect merge of #2269 [ci skip]
2014-04-27 19:16:04 -04:00
Parker Moore
49dd67432d
Merge pull request #2269 from jekyll/fix-up-serve
2014-04-27 19:15:33 -04:00
Parker Moore
4a40187f8e
Update jekyll-sass-converter to the latest RC
...
To see a detailed history of the changes, please visit https://github.com/jekyll/jekyll-sass-converter/compare/v1.0.0.rc3...v1.0.0.rc4
Notable change is that you can now set the style of the outputted Sass.
Ref: https://github.com/jekyll/jekyll-sass-converter/issues/3
2014-04-27 19:15:02 -04:00
Parker Moore
513e77635b
Refactor 'jekyll serve' command.
2014-04-27 19:02:33 -04:00
Parker Moore
619772b5c8
Update history to reflect merge of #2264 [ci skip]
2014-04-27 15:59:40 -04:00
Parker Moore
bac4075128
Collections' "written" attribute has been changed to "output".
...
This is a follow-up to 068d921ef6 .
2014-04-27 15:56:02 -04:00
Robin Dupret
3a610882f6
Avoid duplicated output using highlight tags
...
While using Rouge and an `highlight` tag, the output was duplicated
since the `output` variable in the Liquid tag definition was equal to
the highlighter's prefix value and the `<<` method changes its receiver.
Therefore, we should simply define an empty string and append the prefix
if it is present.
2014-04-27 12:22:40 +02:00
Parker Moore
cdeaa154cd
Release 2.0.0.rc1
2014-04-25 23:16:07 -04:00
Parker Moore
4e6d268ef3
Bump 💎 version.
2014-04-25 23:16:00 -04:00
Parker Moore
068d921ef6
Fix up docs for collections.
...
#2238 .
2014-04-25 23:15:18 -04:00
Parker Moore
f45b597e61
Update history to reflect merge of #2238 [ci skip]
2014-04-25 23:07:04 -04:00
Parker Moore
1d8fff706b
Merge pull request #2238 from jekyll/fix-the-collections
2014-04-25 23:06:25 -04:00
Parker Moore
6225073095
Use the 'output' key instead of 'write' for writing out collections' document files.
2014-04-25 19:47:35 -04:00
Parker Moore
2ccf7f1cfb
Run jekyll build in features (must give subcommand)
2014-04-25 13:04:56 -04:00
Parker Moore
a619ce3e9b
Move link around for GitHub training site & source.
...
#2257 .
2014-04-24 15:36:52 -04:00
Parker Moore
38276abe78
Update history to reflect merge of #2257 [ci skip]
2014-04-24 15:34:31 -04:00
Parker Moore
03a3a1a261
Merge pull request #2257 from stevenspasbo/master
2014-04-24 15:33:56 -04:00
Parker Moore
7ef857a0bc
Fix syntax issue on Templates page with include example.
...
Fixes #2256 for the time being.
2014-04-24 14:08:33 -04:00
Parker Moore
d2b1d538bf
Add test for collections' new #to_liquid sturff
2014-04-24 14:07:08 -04:00
Parker Moore
c906dfdf71
TEST THE COLLECTIONS
2014-04-24 14:01:23 -04:00
Parker Moore
dd4fe87f69
Use Hash.new instead of hash literal
2014-04-24 13:59:25 -04:00
Parker Moore
fb39b41ffb
NO MORE DATA COLLECTION I CAN'T HANDLE IT
2014-04-24 13:59:25 -04:00
Parker Moore
764dc88832
script/test should probably use bundler
2014-04-24 13:59:24 -04:00
Parker Moore
b74c90dc20
Extract Collections metadata from site config
2014-04-24 13:59:24 -04:00
Parker Moore
0dc680df0b
Always render collections, just don't always write them
2014-04-24 13:59:24 -04:00
Parker Moore
3a6ad0737c
Add a script/test file for ❤️ and :money:
2014-04-24 13:59:24 -04:00
Parker Moore
7be78de93a
Don't read the collection if it's the data collection
2014-04-24 13:59:24 -04:00
Parker Moore
f1a422dfff
Don't pretend there is a collections setter
2014-04-24 13:59:24 -04:00
Parker Moore
a27e5825b9
Nil-out @collections so #collections will re-compile
2014-04-24 13:59:24 -04:00
Parker Moore
fd98d5b1e6
Fetch collection names agnostically regarding the data structure of config['collections']
2014-04-24 13:59:24 -04:00
Parker Moore
330005d932
Reset the collections hash on #reset.
...
Fixes #2234 .
2014-04-24 13:59:24 -04:00
Parker Moore
d379e3c012
Update history to reflect merge of #2258 [ci skip]
2014-04-23 14:01:00 -04:00
Parker Moore
bb079d6b39
Merge pull request #2258 from caffinatedmonkey/cucumber_cleanup
2014-04-23 14:00:26 -04:00
Martin Charles
f9375d5660
Cleaned up cucumbers
2014-04-23 13:40:21 -04:00
Steven Spasbo
73cba00687
Fixed broken link to github training material site
2014-04-23 08:32:15 -07:00
Parker Moore
0c3285ced7
Update history to reflect merge of #2253 [ci skip]
2014-04-22 14:57:04 -04:00
Parker Moore
54d0c63956
Merge pull request #2253 from jekyll/var-substitution
2014-04-22 14:56:30 -04:00
Parker Moore
4de2be8c5f
Add Jekyll::LiquidExtensions.lookup_variable
...
To use, just include `Jekyll::LiquidExtensions` as you please:
```ruby
class SayHi < Liquid::Tag
include Jekyll::LiquidExtensions
def initialize(tag_name, markup, tokens)
@markup = markup.strip
end
def render(context)
"hi #{lookup_variable(context, @markup)}"
end
end
```
Fixes #2071 .
2014-04-22 14:27:47 -04:00
Parker Moore
68d491c40d
Update history to reflect merge of #2205 [ci skip]
2014-04-21 23:01:47 -04:00
Parker Moore
9db5a1a6ce
Merge pull request #2205 from jekyll/maul-esel-frontmatter-defaults
2014-04-21 23:01:05 -04:00
Parker Moore
49c0f9cccc
Update history to reflect merge of #2250 [ci skip]
2014-04-20 16:02:50 -04:00
Parker Moore
8389e78ff3
Merge pull request #2250 from sheehamj13/patch-1
2014-04-20 16:02:16 -04:00
Matt Sheehan
6ba375401e
Update plugins.md
2014-04-20 15:01:54 -04:00
Parker Moore
3c94b4d408
Update history to reflect merge of #2247 [ci skip]
2014-04-19 14:45:04 -04:00
Parker Moore
5b5065d293
Merge pull request #2247 from mrfoto/patch-1
2014-04-19 14:44:41 -04:00
Parker Moore
4da060ca52
Update history to reflect merge of #2244 [ci skip]
2014-04-19 14:19:21 -04:00
Parker Moore
702d5520d4
Merge pull request #2244 from jekyll/xml-escape-nil
2014-04-19 14:18:56 -04:00
Miha Rekar
fae267f72d
rr has moved
2014-04-19 20:07:04 +02:00
Parker Moore
1e16ab4d26
end the ned
2014-04-19 12:35:58 -04:00
Ben Balter
e91a90899c
do the do
2014-04-18 18:12:47 -04:00
Parker Moore
fa9c933773
Update history to reflect merge of #2243 [ci skip]
2014-04-18 17:47:46 -04:00
Parker Moore
810c160e4d
Merge pull request #2243 from RadicalZephyr/master
2014-04-18 17:45:35 -04:00
Geoff Shannon
b07835b35c
Reword slightly to fix typo
...
Also avoid using "you" as well
2014-04-18 14:09:17 -07:00
Ben Balter
4f7b1f3306
no -> not
2014-04-18 16:56:37 -04:00
Ben Balter
6f0bebdfda
convert input to string before xml escaping
2014-04-18 16:54:48 -04:00
Geoff Shannon
1c8fef69aa
Remove "tag" from the link
...
It looks super weird
2014-04-18 13:26:39 -07:00
Geoff Shannon
0b0d3b43a1
Add a to cross-reference about post_url
...
I had a really hard time finding this information on the Jekyll site,
and this seemed like a reasonable place to put a pointer to the
information.
2014-04-18 13:23:43 -07:00
Matt Rogers
22f7380abe
Change the feature to not use page.name
...
Use `page.description` in the cucumber feature instead. `page.name`
isn't overridable anymore.
2014-04-15 20:15:16 -05:00
Parker Moore
571fb95cc1
Only read in 5 bytes when checking for YAML header.
...
#2211 #2210
2014-04-15 09:48:44 -04:00
Parker Moore
29fdc0946a
Use +rb switches when reading in file for checking existence of YAML header.
...
Fixes #2228 .
2014-04-15 09:46:53 -04:00
Parker Moore
5d6a07e060
Remove stray sentence from Collections doc page.
2014-04-14 23:19:42 -04:00
Parker Moore
b0cf022983
Release 2.0.0.alpha.3
2014-04-14 23:17:32 -04:00
Parker Moore
2a9c1a2cd2
Update history to reflect merge of #2199 [ci skip]
2014-04-14 23:14:26 -04:00
Parker Moore
cb4a7a52da
Merge pull request #2199 from jekyll/collection-plate
2014-04-14 23:14:06 -04:00
Parker Moore
5a6f1d42a9
Fix #filtered_entries so it returns a new Array if the directory doesn't exist
2014-04-14 23:03:19 -04:00
Parker Moore
696aea211a
Don't gather any entries if the collection directory doesn't exist
2014-04-14 22:56:23 -04:00
Parker Moore
ee29bf3939
Update docs around collections.
2014-04-14 22:46:22 -04:00
Parker Moore
a1af95c34e
Clean up some code per @baweaver's suggestions.
2014-04-14 22:46:22 -04:00
Parker Moore
ad7efb23e6
Code/docs cleanup, props @baweaver
2014-04-14 22:46:22 -04:00
Parker Moore
af61451f87
Use #error instead of #warn when telling the user not to use a custom data source
2014-04-14 22:46:22 -04:00
Parker Moore
2f99e1d5c1
Fix test for non-collectionized sites still containing data coll
2014-04-14 22:46:22 -04:00
Parker Moore
62551b5ff9
Include data in the array of collections
2014-04-14 22:46:22 -04:00
Parker Moore
aa502348e5
Filter entries in the collection per EntryFilter#filter
2014-04-14 22:46:21 -04:00
Parker Moore
323ea0ef73
EntryFilter#special? should also check the base name of the entry
2014-04-14 22:46:21 -04:00
Parker Moore
f0e68d7d86
Expose collections as site.<collection_name> in Liquid as array of docs.
2014-04-14 22:46:21 -04:00
Parker Moore
00ca09a2ea
Add comments for Document
2014-04-14 22:46:21 -04:00
Parker Moore
a307aff858
Do not render any asset files with Liquid.
2014-04-14 22:46:21 -04:00
Parker Moore
5ae1c34857
Add comments for Collection
2014-04-14 22:46:21 -04:00
Parker Moore
45120ad3eb
Moar tests for collections.
2014-04-14 22:46:21 -04:00
Parker Moore
be769dcf00
SANITIZE THE collection name plz.
2014-04-14 22:46:21 -04:00
Parker Moore
d84cde1f7a
Add docs for how the collections stuff is exposed via Liquid.
2014-04-14 22:46:21 -04:00
Ben Balter
aa2fb685d9
I am the King of Copy
2014-04-14 22:46:21 -04:00
Parker Moore
77bb678a3d
Add some documentation
2014-04-14 22:46:21 -04:00
Parker Moore
37a7236e20
Homagah it all renders I think.
2014-04-14 22:46:21 -04:00
Parker Moore
a15a584136
Don't let that render get you down.
2014-04-14 22:46:21 -04:00
Parker Moore
75f49a751e
OMG COLLECTIONS ARE RENDERING CALL THE POLICE
2014-04-14 22:46:21 -04:00
Parker Moore
7fef0302a7
Strike duplicate methods & :collection_name filler
2014-04-14 22:45:20 -04:00
Parker Moore
f082eca791
GUYS failing test for rendering
2014-04-14 22:45:20 -04:00
Parker Moore
c1c5cc78a5
Expect site.data stuff to be hashes
2014-04-14 22:44:29 -04:00
Parker Moore
cefe99bed2
Sort the docs based on path
2014-04-14 22:44:29 -04:00
Parker Moore
90807ac6e7
DEM TESTS
2014-04-14 22:44:29 -04:00
Parker Moore
08162dbb50
Hey girl, i heard you like YAML.
2014-04-14 22:44:29 -04:00
Parker Moore
50b46d7bee
OMG it's happening ~*Collections*~
2014-04-14 22:44:29 -04:00
Parker Moore
a77c92aebe
Replace load-in of YAML data with Jekyll::Document logic.
...
COLLECTIONS IS COMING
2014-04-14 22:43:09 -04:00
Matt Rogers
f0d4fefb6a
Update history to reflect merge of #1492 [ci skip]
2014-04-14 20:17:06 -05:00
Matt Rogers
6be33cf6ef
Merge pull request #1492 from maul-esel/publishing
2014-04-14 20:17:01 -05:00
Parker Moore
91aa8e7637
We're not allowing custom data sources anymore.
2014-04-14 19:26:27 -04:00
Parker Moore
3f03c7a9d6
Update history to reflect merge of #2211 [ci skip]
2014-04-14 13:00:48 -04:00
Parker Moore
4f66db6c38
Merge pull request #2211 from jekyll/pgp-key-header-frontmatter
2014-04-14 12:59:59 -04:00
Ben Balter
658f418400
more explicit test description
2014-04-14 12:15:16 -04:00
Ben Balter
b666ac787b
Stricter start of line check via \A
2014-04-11 15:15:37 -04:00
Ben Balter
387cf2181a
use regex to verify yaml existence
2014-04-11 08:00:40 -04:00
Parker Moore
5068be3c27
Update history to reflect merge of #2216 [ci skip]
2014-04-08 09:00:59 -04:00
Parker Moore
02c668fa5d
Merge pull request #2216 from szymzet/command-better-coverage
2014-04-08 09:00:31 -04:00
szymzet
89b3bec1b0
Add missing Command tests
2014-04-08 11:32:53 +02:00
Parker Moore
77d938065f
Update history to reflect merge of #2215 [ci skip]
2014-04-08 00:45:10 -04:00
Parker Moore
ecc6bbb028
Merge pull request #2215 from jeffkole/page-collection-plugin
2014-04-08 00:44:46 -04:00
Jeff Kolesky
09da544145
Adds reference to jekyll-page-collections plugin
2014-04-07 15:00:09 -07:00
maul.esel
2804e08908
delete old superfluous tests; extend feature
2014-04-07 16:22:04 +02:00
maul.esel
1997281449
Add feature for the "--unsupported" flag
...
Also make step definitions a little more generic.
2014-04-07 16:22:04 +02:00
maul.esel
46a5ab99f9
Support "published: false" for pages
...
Fixes 1034.
2014-04-07 16:22:04 +02:00
maul.esel
3a330dc7fc
Use Publisher instead of Post#published?
2014-04-07 16:20:13 +02:00
maul.esel
26663a6cf9
add the Publisher class to handle publishing logic
2014-04-07 16:17:51 +02:00
maul.esel
91e9ecfa63
Add an --unpublished option to render unpublished posts
...
Fixes #1337 , #469 .
2014-04-07 16:17:12 +02:00
maul.esel
eded314bb1
add a cucumber feature to test "published" for pages
2014-04-07 16:13:20 +02:00
Ben Balter
6c0f40385c
add test for PGP key yaml frontmatter
2014-04-06 16:03:19 -04:00
Parker Moore
75854b5d0b
Update history to reflect merge of #2214 [ci skip]
2014-04-06 13:37:06 -04:00
Parker Moore
b4a669ad76
Merge pull request #2214 from stomar/file-exists
2014-04-06 13:36:46 -04:00
Parker Moore
5f2709b410
Update history to reflect merge of #2213 [ci skip]
2014-04-06 13:36:16 -04:00
Parker Moore
c345dcdbc4
Merge pull request #2213 from XhmikosR/docs-favicon
2014-04-06 13:35:08 -04:00
Marcus Stollsteimer
fec6b59950
Use File.exist? instead of deprecated File.exists?
2014-04-06 13:31:34 +02:00
XhmikosR
e15fb54cc6
Slightly improve favicon.ico.
...
Trim the whitespace so that the tube looks bigger while maintaining the aspect ratio.
2014-04-06 09:17:14 +03:00
Ben Balter
823c863a53
require newline after start of yaml header
2014-04-05 17:34:08 -04:00
Parker Moore
955dc38400
Deep merge data overrides into defaults.
2014-04-05 15:42:53 -04:00
Parker Moore
c0358cb7b4
Remove duplicate entry in list of third-party plugins ( #2206 )
2014-04-04 19:17:23 -04:00
Parker Moore
51bb98c03a
Update history to reflect merge of #2206 [ci skip]
2014-04-04 19:15:15 -04:00
Parker Moore
09c6ff4f9c
Post#published is no longer a thing.
2014-04-04 15:34:42 -04:00
Parker Moore
6bd07501e8
Merge branch 'frontmatter-defaults' of git://github.com/maul-esel/jekyll into maul-esel-frontmatter-defaults
...
* 'frontmatter-defaults' of git://github.com/maul-esel/jekyll:
move self.type to convertible
oops, fix minor indentation quirk
document frontmatter defaults precedence
adjust frontmatter defaults precedence handling
change cucumber feature to test for precedence too
fix frontmatter defaults for custom paths
more robust cucumber features
fix slash handling for paths
move cucumber features to own file
fix minor docs quirk
improve path checking, now using Pathname instead of regex
Add site documentation for the new feature
add inline code docs
improve validation code
fix for Ruby 1.8
Add basic cucumber features for frontmatter defaults
Retrieve frontmatter defaults when retrieved internally
make frontmatter defaults available to liquid
add a class `FrontmatterDefaults` for handling of frontmatter defaults
Add a method to retrieve type to post, page and draft
Conflicts:
lib/jekyll.rb
lib/jekyll/convertible.rb
lib/jekyll/core_ext.rb
lib/jekyll/page.rb
lib/jekyll/post.rb
2014-04-04 15:32:27 -04:00
Parker Moore
69a9ce214f
Update history to reflect merge of #2189 [ci skip]
2014-04-02 22:38:49 -04:00
Parker Moore
f3c54fcf50
Merge pull request #2189 from benhanzl/move_rouge_loading
2014-04-02 22:38:05 -04:00
Parker Moore
a096f9af50
Update history to reflect merge of #2197 [ci skip]
2014-04-02 22:16:18 -04:00
Parker Moore
9ace48c835
Merge pull request #2197 from jekyll/plugin-manager
2014-04-02 22:15:40 -04:00
Parker Moore
1863057b7e
Ok handle the plugins_path stuff in the PluginManager.
2014-04-02 22:06:38 -04:00
Parker Moore
4a4c8846f4
Fetching/determining the plugin path is beyond this it's kind of sad.
2014-04-02 21:59:15 -04:00
Parker Moore
0540a3351c
Update history to reflect merge of #1823 [ci skip]
2014-04-02 21:51:50 -04:00
Parker Moore
122b2233b1
Merge pull request #1823 from jekyll/highlight-without-newline
2014-04-02 21:50:54 -04:00
Parker Moore
9fe22546be
Expect 41 posts, not just 40.
2014-04-02 15:10:28 -04:00
Parker Moore
795d240379
Update history to reflect merge of #2192 [ci skip]
2014-04-02 14:39:42 -04:00
Parker Moore
1437fb2621
Merge pull request #2192 from XhmikosR/docs-feed
2014-04-02 14:39:04 -04:00
Parker Moore
8ccdee4035
STRIP ALL THE NEWLINES FROM HIGHLIGHTED CODE ok just the ones at the beginning and end
2014-04-02 14:37:22 -04:00
XhmikosR
56f895db09
Add meta generator property in the HTML files.
2014-04-02 21:35:05 +03:00
XhmikosR
e9a7eff13f
Improve feed.xml.
...
* add `generator` property
* add image property
* use `xml_escape` instead of `![CDATA]`
* use `date_to_rfc822` instead of the date format string (thanks @troyswanson!)
* fix self reference url
* switch to `isPermaLink` for the `guid`
2014-04-02 21:33:40 +03:00
Parker Moore
2a3f0c0ec3
Strip content of the {% highlight %} block
...
A fix for #1801
2014-04-02 14:11:19 -04:00
Parker Moore
781e257298
Update history to reflect merge of #1568 [ci skip]
2014-04-02 14:10:33 -04:00
Parker Moore
806f43cdbc
Merge pull request #1568 from nitoyon/url-escape
2014-04-02 14:09:09 -04:00
Parker Moore
c2dff6bbf7
Update history to reflect merge of #1824 [ci skip]
2014-04-02 14:08:31 -04:00
Parker Moore
d579840870
Merge pull request #1824 from lachy-xe/master
2014-04-02 14:08:21 -04:00
Parker Moore
31443e978d
Update history to reflect merge of #2110 . [ci skip]
...
Closes #2110 .
2014-04-02 14:06:54 -04:00
Lincoln Mullen
52ac2b3850
Permit YAML blocks to end with three dots
...
The YAML spec permits blocks to end with three dots (...) in addition to
three dashes (---): http://www.yaml.org/spec/1.2/spec.html#id2760395 . Some
programs that work with Jekyll (e.g., Pandoc) prefer the dots to dashes. This
commit permits the YAML metadata block to end with either dots or dashes. It
includes tests.
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-04-02 14:06:22 -04:00
Parker Moore
21ea105a82
Update history to reflect merge of #2185 [ci skip]
2014-04-02 14:03:19 -04:00
Parker Moore
293d675523
Merge pull request #2185 from XhmikosR/docs-fonts
2014-04-02 14:02:44 -04:00
Parker Moore
d951ed6f0d
Update history to reflect merge of #2193 [ci skip]
2014-04-02 14:01:02 -04:00
Parker Moore
1304f5ad6a
Merge pull request #2193 from XhmikosR/docs-favicon
2014-04-02 14:00:38 -04:00
Parker Moore
48e1f23b86
Update history to reflect merge of #2177 [ci skip]
2014-04-02 14:00:21 -04:00
Parker Moore
ad86d063e4
Merge pull request #2177 from jekyll/help
2014-04-02 13:59:37 -04:00
Parker Moore
f68e4eeb72
Restore 'Documentation' ~> 'Docs' because long words are fun.
2014-04-02 13:58:55 -04:00
Parker Moore
f3e80267da
With 5 items in the main navigation, limit the width to 20% rather than 25%.
2014-04-02 13:55:29 -04:00
Parker Moore
2267f81632
Update history to reflect merge of #2200 [ci skip]
2014-04-01 23:11:16 -04:00
Parker Moore
14d9902586
Merge pull request #2200 from fabianrbz/remove_unnecessary_post
2014-04-01 23:10:37 -04:00
Fabian Rodriguez
04666cd0cf
remove default post with invalid date
2014-04-01 22:32:12 -03:00
Parker Moore
5d761a1c2b
Require 'plugin_manager' in lib/jekyll.rb
2014-04-01 18:44:37 -04:00
Parker Moore
e2d95975f6
Redirect all the people to the help repo.
2014-04-01 18:30:36 -04:00
Parker Moore
f418ea5fc3
Extract plugin management into its own class.
2014-04-01 18:10:51 -04:00
Parker Moore
9603d8a013
Update history to reflect merge of #2191 [ci skip]
2014-04-01 17:31:15 -04:00
Parker Moore
8158c81377
Merge pull request #2191 from pilosus/site
2014-04-01 17:30:46 -04:00
Parker Moore
664ad0a32d
Just freaking publish the site.
2014-04-01 17:30:14 -04:00
XhmikosR
eea8ed330b
Switch to using an ico file.
...
Works in all browsers plus it includes a 32x32 icon alongside with the 16x16 one.
2014-04-01 21:26:19 +03:00
pilosus
8f9f804b58
Less code than in commit c3b327dbe7
...
Thank you @budparr and @parkr
2014-04-01 17:45:02 +02:00
Parker Moore
e20491759d
Update dat history format so it's right whoopsies.
2014-04-01 11:07:45 -04:00
pilosus
c3b327dbe7
For the case when more than one category specified in the news item, make sure category names formatted nicely with comma delimiter like this: category1, category2. Instead of categor1category2.
2014-04-01 16:04:51 +02:00
Ben Hanzl
f2ed30dff5
Move rouge loading
2014-03-31 19:48:18 -04:00
Parker Moore
14470b8bc6
Update history to reflect merge of #2187 [ci skip]
2014-03-31 13:55:03 -04:00
Parker Moore
769d8bf52b
Merge pull request #2187 from XhmikosR/rm-unused-img
2014-03-31 13:54:10 -04:00
XhmikosR
33acbec9ee
docs: remove unused images.
2014-03-31 20:48:52 +03:00
XhmikosR
ba2bd08d10
Clean up fonts used.
...
* remove the unused ones
* switch to using `700` for `bold` consistently
* use `400` for normal font weight
2014-03-31 20:44:45 +03:00
Parker Moore
0435f618f6
Update history to reflect merge of #2186 [ci skip]
2014-03-31 13:43:30 -04:00
Parker Moore
8cfa93872f
Merge pull request #2186 from XhmikosR/site_template
2014-03-31 13:41:36 -04:00
XhmikosR
a6ab3abbf9
Update site_template/_includes/head.html.
...
* remove `chrome` from `X-UA-Compatible`; it's been discontinued
* remove unneeded end tags
* remove unneeded slash in `canonical` link
2014-03-31 20:38:18 +03:00
Parker Moore
116f41d162
Shorten 'Overview' to 'Home'
2014-03-31 13:36:10 -04:00
Parker Moore
34cc0b2b8b
Update history to reflect merge of #1639 [ci skip]
2014-03-30 23:58:22 -04:00
Parker Moore
bc7aed290a
Merge pull request #1639 from maul-esel/tags-and-categories
2014-03-30 23:58:01 -04:00
maul.esel
8c0e5d8d98
remove duplicate code for tags and categories
...
Previously the `Site#tags` and `Site#categories` actually had the
same structure as a hash returned by `Site#post_attr_hash()`, but
maintained separately. Remove this duplicated infrastructure. For
backwards-compatibility for plugins, provide aliases for them.
2014-03-31 01:02:08 +02:00
Parker Moore
9f60dfc92d
Update history to reflect merge of #2131 [ci skip]
2014-03-30 02:19:52 -04:00
Parker Moore
10669e80b3
Merge pull request #2131 from XhmikosR/html5shiv
2014-03-30 02:18:57 -04:00
Parker Moore
215477f139
Update history to reflect merge of #2165 [ci skip]
2014-03-30 00:19:38 -04:00
Parker Moore
e277855eee
Merge pull request #2165 from Zequez/master
2014-03-30 00:19:03 -04:00
Parker Moore
0859c1d1ad
Update history to reflect merge of #2175 [ci skip]
2014-03-29 23:19:03 -04:00
Parker Moore
840ef35be9
Merge pull request #2175 from jekyll/security-yo
2014-03-29 23:18:07 -04:00
Parker Moore
24e4c2706a
Update history to reflect merge of #2178 [ci skip]
2014-03-28 14:26:41 -04:00
Parker Moore
875d92c387
Merge pull request #2178 from fabianrbz/remove_warnings
2014-03-28 14:25:47 -04:00
Parker Moore
fa769b5ac6
Link to Docs should always be 'Docs'. Props @cobyism
2014-03-28 14:15:28 -04:00
Parker Moore
30ae727e6e
Fix path sanitization example in post. Props @gregose
2014-03-28 12:52:56 -04:00
Parker Moore
e627799623
Update dat history in da site.
2014-03-28 02:31:52 -04:00
Parker Moore
626cb9aa95
Add 1.5.1 release post.
2014-03-28 02:30:59 -04:00
Parker Moore
c7b93603d1
Add 1.5.1 to changelog.
2014-03-28 02:30:16 -04:00
Parker Moore
4017325981
Add links to our lovely new Help repo
2014-03-27 19:14:11 -04:00
Fabian Rodriguez
302bc46914
rename variable inside block
2014-03-27 19:53:28 -03:00
Fabian Rodriguez
adcfde14ed
align 'end' with 'def'
2014-03-27 19:52:52 -03:00
Fabian Rodriguez
4c5dfa1391
remove unused variables
2014-03-27 19:49:41 -03:00
Parker Moore
009e2c200d
Only strip the drive name if it begins the string.
2014-03-27 18:19:35 -04:00
XhmikosR
4aec01e3ba
Add respond.js so that media queries work in older IE too.
2014-03-27 07:45:44 +02:00
XhmikosR
0fb737516a
Remove modernizr and use html5shiv.js directly.
2014-03-27 07:45:44 +02:00
Parker Moore
bc920f00a2
Release 2.0.0.alpha.2
2014-03-26 14:05:03 -04:00
Parker Moore
859a615e93
Bump 💎 version to 2.0.0.alpha.2 and release.
2014-03-26 14:04:59 -04:00
Parker Moore
57049b8e78
Update fixed version of history in site. [ci skip]
2014-03-26 14:03:57 -04:00
Parker Moore
ed6e1c7f0b
Update history to reflect merge of #2130 [ci skip]
2014-03-26 11:34:27 -04:00
Parker Moore
6706ce9ee7
Merge pull request #2130 from XhmikosR/html-cleanup
2014-03-26 11:33:46 -04:00
Parker Moore
17329a1090
Merge branch 'master' of github.com:jekyll/jekyll
...
* 'master' of github.com:jekyll/jekyll:
A tiny fix to changelog
2014-03-25 16:58:53 -04:00
Parker Moore
efe5b5c824
Update site/docs/history.md
2014-03-25 16:58:42 -04:00
Parker Moore
e051c732a0
Merge pull request #2169 from gmile/patch-1
...
A tiny fix to changelog
2014-03-25 11:38:10 -04:00
Pirogov Evgenij
11db020124
A tiny fix to changelog
...
cucmber -> cucumber
2014-03-25 17:32:23 +02:00
Parker Moore
a63b8af505
Release 2.0.0.alpha.1
2014-03-24 21:43:42 -04:00
Parker Moore
722892cd96
Update history with 1.5.0 release. [ci skip]
2014-03-24 21:43:00 -04:00
Parker Moore
b5b4ebfb88
Hehe. [ci skip]
2014-03-24 21:42:01 -04:00
Parker Moore
fe5de64fb2
Add dat blog post.
2014-03-24 21:41:54 -04:00
XhmikosR
d227fa6302
Specify image dimensions in the HTML.
2014-03-24 00:31:28 +02:00
XhmikosR
11f609c3a6
Remove the unused site.url.
2014-03-24 00:31:28 +02:00
XhmikosR
0d70d97eeb
Remove empty classes.
2014-03-24 00:31:07 +02:00
XhmikosR
76e89dae32
Use the protocol relative URL for Google fonts.
2014-03-24 00:31:07 +02:00
XhmikosR
f0ed1c37a4
Remove unused Google font.
2014-03-24 00:31:07 +02:00
XhmikosR
dcb8192c29
Use double quotes consistently.
2014-03-24 00:31:07 +02:00
XhmikosR
314d1be443
Add missing alt text.
2014-03-24 00:30:39 +02:00
XhmikosR
2c87f82ca7
Remove default type for CSS and JS files.
2014-03-24 00:30:38 +02:00
XhmikosR
19f6eab14e
Remove unneeded end tags.
2014-03-24 00:30:38 +02:00
Parker Moore
f8e0cc8fe4
Update history to reflect merge of #2164 [ci skip]
2014-03-23 14:27:20 -04:00
Parker Moore
939ff2337f
Merge pull request #2164 from mrtazz/draft-unpublished
2014-03-23 14:26:49 -04:00
Zequez
5745eb9be8
Added option to force watch to use polling
2014-03-23 01:09:00 -07:00
Daniel Schauenberg
81e4e1d8f4
add support for unpublished drafts
...
I keep all my ideas for blog posts as drafts in my draft folder. However I'm
only really working on a couple at once. This let's me mark drafts that I'm
not working on right now as unpublished so they don't clutter the site while
I'm checking on the other drafts.
2014-03-22 19:52:10 -04:00
Matt Rogers
862b69c640
Update history to reflect merge of #2163 [ci skip]
2014-03-21 12:07:48 -05:00
Matt Rogers
2f93fcd8a5
Merge pull request #2163 from hildred/doc-safe
2014-03-21 12:07:45 -05:00
nitoyon
c56ce248c9
Move URL escape to Jekyll::URL
2014-03-21 16:59:25 +00:00
nitoyon
e3e1c11509
Fix Page#url escape
...
Post#url wasn't escaped at all.
For example, when we have a page named 'a#b.html',
we expect its url to be 'a%23b.html',
but it was actually 'a#b.html'.
We now use Jekyll::URL.escape_path and Jekyll::URL.unescape_path.
2014-03-21 16:57:41 +00:00
nitoyon
eebb6414bf
Fix Post#url escape
...
Post#url was escaped using CGI.escape.
When file name contains a space character, its url points to
non-existing URL.
For example, when we have a post named '2014-01-02-foo bar.md',
we expect its url to be '/2014/01/02/foo%20bar.html',
but it was actually '/2014/01/02/foo+bar.html'.
We now define Jekyll::URL.escape_path and Jekyll::URL.unescape_path,
and use them to escape and unescape Post#url
2014-03-21 16:57:40 +00:00
Ben Hildred
a9adb22fed
better document safe mode
2014-03-21 08:42:19 -06:00
Parker Moore
93700f91e7
Update history to reflect merge of #2160 [ci skip]
2014-03-20 23:29:09 -07:00
Parker Moore
92f6b1648a
Merge pull request #2160 from jpiasetz/travis
2014-03-20 23:27:41 -07:00
John Piasetzki
f9b94bbefb
Add travis_retry to config
2014-03-20 19:26:44 -04:00
Parker Moore
c658f9172c
Update history to reflect merge of #2148 [ci skip]
2014-03-20 13:25:40 -04:00
Parker Moore
cf37591200
Merge pull request #2148 from jekyll/error-when-pygments-errors
2014-03-20 13:25:13 -04:00
Parker Moore
96bb687fcc
Update history to reflect merge of #2158 [ci skip]
2014-03-19 23:48:20 -04:00
Parker Moore
987eedba84
Merge pull request #2158 from lmullen/patch-1
2014-03-19 23:47:52 -04:00
Lincoln Mullen
5f2d37a6d0
Add jekyll_figure plugin
2014-03-19 22:26:15 -04:00
Parker Moore
1b8205245e
Went with @stomar's suggestion
2014-03-19 00:49:50 -04:00
Parker Moore
63e977721a
Add a message and error out when Pygments returns nil.
2014-03-19 00:48:35 -04:00
Matt Rogers
32676e9062
Update history to reflect merge of #2155 [ci skip]
2014-03-18 23:07:41 -05:00
Matt Rogers
04d38ad9c0
Merge pull request #2155 from jekyll/fix-cucumber
2014-03-18 23:07:39 -05:00
Parker Moore
53c42d000f
Move test dir to inside tmp in this repo.
2014-03-18 23:53:31 -04:00
Parker Moore
744fb2865d
Lock to cucumber v1.3.11 because 1.3.12 is failing like crazy.
2014-03-18 23:53:19 -04:00
Parker Moore
d3f12c84ad
Update history to reflect merge of #994 [ci skip]
2014-03-17 17:59:05 -04:00
Parker Moore
d80471c0a3
Merge pull request #994 from stephenmcd/master
2014-03-17 17:45:49 -04:00
Parker Moore
4aa2b34182
Update history to reflect merge of #2150 [ci skip]
2014-03-17 17:44:46 -04:00
PatrickC8t
df8458275d
Added Jekyll-Ordinal plugin to list of third-party plugins.
...
Closes #2150 .
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-03-17 17:43:38 -04:00
Stephen McDonald
de9ce3437d
Protect against nil @lang before fixing for css class names.
2014-03-18 08:41:49 +11:00
Parker Moore
698d828a41
Update history to reflect merge of #2129 [ci skip]
2014-03-16 13:30:24 -04:00
Parker Moore
a23da65c4f
Merge pull request #2129 from XhmikosR/modernizr
2014-03-16 13:30:01 -04:00
Parker Moore
8af2a9ade3
Update history to reflect merge of #2143 [ci skip]
2014-03-16 13:25:16 -04:00
Parker Moore
a581bc158b
Merge pull request #2143 from jekyll/fix-cli
2014-03-16 13:24:41 -04:00
Parker Moore
8e9644a8a2
Have a list of blessed gems to require and load.
2014-03-16 01:18:39 -04:00
Parker Moore
e746b3bd5f
Initialize each command in its own class so we can be *magical*.
2014-03-13 14:07:05 -04:00
Parker Moore
7288176f65
Update history to reflect merge of #2126 [ci skip]
2014-03-13 10:39:38 -04:00
Parker Moore
aa7e9594e8
Merge pull request #2126 from XhmikosR/normalize.css
2014-03-13 10:39:18 -04:00
Parker Moore
72438dbdaa
Update history to reflect merge of #2128 [ci skip]
2014-03-12 15:34:40 -04:00
Parker Moore
428638b37a
Merge pull request #2128 from XhmikosR/compress-images
2014-03-12 15:34:19 -04:00
XhmikosR
46e79c1f9f
Losslessly compress images.
...
Before: 89,5 KB (91.747 bytes)
After: 87,4 KB (89.573 bytes)
2014-03-12 09:23:30 +02:00
XhmikosR
765020f4d7
Update modernizr to v2.7.1.
2014-03-12 09:01:33 +02:00
XhmikosR
d8b30f8169
Update normalize.css to v3.0.0.
2014-03-12 08:35:37 +02:00
Parker Moore
98109d2e39
Update history to reflect merge of #2122 [ci skip]
2014-03-11 11:10:32 -04:00
Parker Moore
ac37b8acee
Merge pull request #2122 from XhmikosR/whitespace
2014-03-11 11:10:04 -04:00
Parker Moore
84a911f145
Update history to reflect merge of #2109 [ci skip]
2014-03-11 11:09:12 -04:00
Parker Moore
215e91cade
Merge pull request #2109 from jekyll/proper-path-cleaning
2014-03-11 11:08:47 -04:00
Parker Moore
fd1a95ac87
Update history to reflect merge of #2121 [ci skip]
2014-03-11 08:32:59 -04:00
Parker Moore
76313dfd99
Merge pull request #2121 from XhmikosR/docs
2014-03-11 08:32:32 -04:00
XhmikosR
553338636b
Trim trailing spaces and convert tabs to spaces.
2014-03-11 07:44:01 +02:00
XhmikosR
22ccfba8c4
Remove obsolete normalize_options.
2014-03-11 07:37:22 +02:00
Matt Rogers
19dc855551
Properly strip drive name from clean path when sanitizing path.
2014-03-10 14:35:19 -04:00
Parker Moore
37c2da5062
Properly clean path for Windows machines which is *nix-compliant.
2014-03-09 21:12:34 -04:00
Matt Rogers
48d5f79d9a
Update history to reflect merge of #2118 [ci skip]
2014-03-09 14:06:48 -05:00
Matt Rogers
f50fd77694
Merge pull request #2118 from mscharley/windows-support
2014-03-09 14:06:46 -05:00
Matthew Scharley
0a403c744b
Use the rake helper for mkdir as this version makes two folders on Windows
2014-03-09 02:51:22 +11:00
Parker Moore
05664acd36
Update history to reflect merge of #2112 [ci skip]
2014-03-04 17:02:05 -05:00
Parker Moore
2985758136
Merge pull request #2112 from jekyll/no-core-ext
2014-03-04 17:01:45 -05:00
Parker Moore
ed30920984
Use jekyll-sass-converter 1.0.0.rc3
2014-03-04 15:57:15 -05:00
Parker Moore
7787d64bce
Rename those Utils functions.
2014-03-04 15:52:05 -05:00
Parker Moore
5e8643d855
Add Utils.stringify_hash_keys
2014-03-04 15:44:53 -05:00
Parker Moore
e2af1b547b
Extract core extensions into a Utils module
...
Fixes #2111
2014-03-03 22:13:03 -05:00
Parker Moore
171452095f
Update history to reflect merge of #2108 [ci skip]
2014-03-03 20:12:29 -05:00
Parker Moore
5ffbdd8cdc
Merge pull request #2108 from slavapavlutin/refactor-cucumber-features
2014-03-03 20:11:44 -05:00
Parker Moore
5cfbeeb5d9
Our CI server runs bundle install already. Don't need to do it in script/cibuild.
2014-03-02 13:53:47 -05:00
Parker Moore
76ad86667b
Point migration docs link to the actual docs
...
... not to a confusingly-similar docs page.
Ref: https://twitter.com/Thedeadlybutter/status/439862381964181504
2014-03-01 17:20:25 -05:00
Slava Pavlutin
6eef4b65ff
Remove redundant whitespace in a Cucumber feature
2014-03-01 23:32:30 +04:00
Slava Pavlutin
2f79262f80
Fix tables alignments in Cucumber features
2014-03-01 23:10:05 +04:00
Parker Moore
e2308eb7f4
Clean out Sass tests that we don't need anymore.
...
Ref: #2098
2014-02-28 21:38:07 -05:00
Parker Moore
f3dfe1dd09
Update history to reflect merge of #2098 [ci skip]
2014-02-28 21:37:02 -05:00
Parker Moore
f1380b6a32
Merge pull request #2098 from jekyll/sass-as-separate-gem
2014-02-28 21:36:39 -05:00
Parker Moore
0633cbf8fa
Bring in jekyll-sass-converter
2014-02-28 21:20:20 -05:00
Parker Moore
80c39cf670
Choose jekyll-sass-converter 1.0.0.rc1
2014-02-28 21:12:00 -05:00
Parker Moore
9ffb984f37
Sass support should be shipped outside core.
2014-02-28 21:12:00 -05:00
Parker Moore
bbcd5bc8c7
Update history to reflect merge of #2105 [ci skip]
2014-02-27 17:56:49 -05:00
Parker Moore
41c33601f3
Merge pull request #2105 from callmeed/patch-1
2014-02-27 17:54:14 -05:00
Erik Dungan
b93a5ed509
Update plugins.md
...
Added my plugin to the list.
2014-02-27 12:39:02 -08:00
Parker Moore
12375846c8
Update history to reflect merge of #2102 [ci skip]
2014-02-27 08:34:22 -05:00
Parker Moore
6973a33519
Merge pull request #2102 from ZDroid/mkdown
2014-02-27 08:33:50 -05:00
Parker Moore
6ea5df34fc
Update Site history based on History.markdown
2014-02-27 08:32:37 -05:00
Zlatan Vasović
495ba2510b
Update configuration docs for MD extensions
...
Per `.mkdown` extension addition in my older pull request.
2014-02-27 13:42:55 +01:00
Parker Moore
f24a3c67ed
site.static_files is only available in the latest development version of Jekyll.
...
Ref: #2075
2014-02-25 10:57:34 -05:00
Parker Moore
5daf987c8b
Move CONTRIBUTING and README JP translations to docs/jp/ #2081
2014-02-24 18:59:48 -05:00
Parker Moore
d21ab37abd
Update history to reflect merge of #2081 [ci skip]
2014-02-24 18:58:41 -05:00
Parker Moore
d6c82943f2
Merge pull request #2081 from gosyujin/translating-readme-and-contributing
2014-02-24 18:58:13 -05:00
Parker Moore
644f012c42
Update history to reflect merge of #2097 [ci skip]
2014-02-24 18:56:46 -05:00
Parker Moore
aa9500434b
Merge pull request #2097 from jekyll/listen-2.5
2014-02-24 18:56:04 -05:00
Parker Moore
d7598ee9d2
Ensure inputted code is a string.
2014-02-24 17:42:46 -05:00
Parker Moore
77f26d5681
Upgrade to guard/listen 2.x
2014-02-24 17:10:43 -05:00
Parker Moore
2988bb6a32
Update contributing docs to describe process for submitting PR to add plugin to list.
...
Fixes #2093 . /cc @mattr-
2014-02-24 17:05:51 -05:00
Parker Moore
f5890e343f
Update history to reflect merge of #2096 [ci skip]
2014-02-24 16:55:41 -05:00
Parker Moore
f58e9e1de2
Merge pull request #2096 from bbakersmith/patch-1
2014-02-24 16:54:49 -05:00
Ben Baker-Smith
6a52f77656
add Jekyll Pages Directory plugin to plugins docs
2014-02-24 15:39:35 -06:00
Matt Rogers
83e3c0f7ba
Update history to reflect merge of #2095 [ci skip]
2014-02-24 15:23:15 -06:00
Matt Rogers
c8667b8ddb
Merge pull request #2095 from jekyll/simplify-gemspec
2014-02-24 15:23:12 -06:00
Parker Moore
e58748bcf7
Build fragment into a better fragment.
...
Per @mattr-'s comment in #2094 :
https://github.com/jekyll/jekyll/pull/2094#discussion_r10011008
2014-02-24 16:22:43 -05:00
Parker Moore
61397cd302
Update history to reflect merge of #2094 [ci skip]
2014-02-24 16:21:00 -05:00
Parker Moore
16441610c9
Merge pull request #2094 from tobru/master
2014-02-24 16:20:36 -05:00
Parker Moore
89328ff03f
Rip out now-obsolete pieces of gemspec.
2014-02-24 16:17:41 -05:00
Parker Moore
8a0d036b87
Greatly simplify Jekyll's gemspec.
2014-02-24 16:15:51 -05:00
Tobias Brunner
63b76c0ad1
add lyche gallery tag plugin link
2014-02-24 22:13:51 +01:00
Parker Moore
ed5670eb48
Update history to reflect merge of #2050 [ci skip]
2014-02-24 16:09:10 -05:00
Parker Moore
b6f006c152
Merge pull request #2050 from jglovier/master
...
* jglovier-master: (35 commits)
Fix for menu at mobile again
Fix site footer styles on mobile
Fix for menu not working on mobile
dat breathing room tho (expand site width slightly more)
Replace footer github and twitter link text with inline SVG icons
Post content styles for mobile
Replace unicode menu icon with inline SVG
Adds mobile styling for menu at sub 600px viewport widths
🔥 permalink option so default date permalink method is left in tact
For the love of perf, add syntax.css rules to main.css and call only one stylesheet
Adds another placeholder post to illustrate post content styles
Dem new styles tho
Copy tweaks - brevity FTW
Use class instead of id for CSS specificity ❤️
Add link for RSS subscription
Slightly friendlier and personal date formatting; classes for dem styles, yo
Remove to avoid confusion with site.title
demonstrate use of permalink settings
Add site.url for use in head canonical meta and feed.xml template
Add site.description for use in site head document meta, and feed.xml template
...
2014-02-24 16:07:20 -05:00
Joel Glovier
e2c67e0239
Fix for menu at mobile again
2014-02-24 16:03:39 -05:00
Joel Glovier
2c100a8e87
Fix site footer styles on mobile
2014-02-24 15:56:49 -05:00
Joel Glovier
7fbc636824
Fix for menu not working on mobile
2014-02-24 15:42:03 -05:00
Parker Moore
87a3208df2
Update history to reflect merge of #2067 [ci skip]
2014-02-23 20:15:47 -05:00
Parker Moore
8282424532
Merge pull request #2067 from troyswanson/assets-can-be-better
2014-02-23 20:13:56 -05:00
Parker Moore
de7a944601
Update history to reflect merge of #2065 [ci skip]
2014-02-23 20:07:05 -05:00
Parker Moore
3072a16b86
Merge pull request #2065 from jekyll/fix-windows-root-system-thingy
2014-02-23 20:06:29 -05:00
Parker Moore
57d07469d3
Sanitize paths uniformly, in a Windows-friendly way.
...
Fixes kinda a #1948 thing.
Related to #1946 .
2014-02-23 20:05:23 -05:00
Parker Moore
d737ede7f0
Merge pull request #2078 from ZDroid/rm-layout-none
...
Remove redundant `layout: none`
2014-02-23 19:42:07 -05:00
Parker Moore
89e914b160
Update history to reflect merge of #2084 [ci skip]
2014-02-21 18:22:47 -05:00
Parker Moore
8ae69763dc
Merge pull request #2084 from nslater/add-whitespace
2014-02-21 18:22:09 -05:00
Parker Moore
d6ecb5025a
Update history to reflect merge of #2085 [ci skip]
2014-02-21 18:21:32 -05:00
Parker Moore
3ef5ce690d
Merge pull request #2085 from jekyll/mercenary-0-3-0
2014-02-21 18:20:58 -05:00
Parker Moore
53ad55a1b2
Update history to reflect merge of #2090 [ci skip]
2014-02-21 18:19:53 -05:00
Parker Moore
788a3f7c8d
Merge pull request #2090 from coreyward/selfish
2014-02-21 18:19:32 -05:00
Corey Ward
f1c4e247a5
Remove unnecessary references to self
2014-02-21 16:27:21 -06:00
Parker Moore
d54764924b
Bump Mercenary to ~> 0.3.1
2014-02-21 14:13:35 -05:00
Joel Glovier
bdd35789db
dat breathing room tho (expand site width slightly more)
2014-02-20 20:34:09 -05:00
Parker Moore
05ea209d5f
Bump to Mercenary ~> 0.3.0
...
https://github.com/jekyll/mercenary/releases/tag/v0.3.0
2014-02-20 18:58:14 -05:00
Noah Slater
c36a759de9
Add whitespace
2014-02-20 22:08:02 +01:00
Matt Rogers
276b400a86
Update history to reflect merge of #2061 [ci skip]
2014-02-20 14:30:34 -06:00
Matt Rogers
55059a6f0a
Merge pull request #2061 from jekyll/unreleased-features-warnings-on-site
...
Unreleased features warnings on site
2014-02-20 14:28:57 -06:00
Matt Rogers
95afec6977
Tweak wording about assets
2014-02-20 09:36:54 -06:00
kk_Ataka
5021c7faf8
Translated of README.markdown and CONTRIBUTING.markdown into Japanese.
2014-02-20 23:41:27 +09:00
Parker Moore
e1fa657f2b
Update gemspec file list.
2014-02-19 23:27:18 -05:00
Parker Moore
019b0537f6
Added docs for installing from master.
2014-02-19 23:24:12 -05:00
Parker Moore
768a47dcfb
Be a bit more vague about when features are available in pre-releases.
2014-02-19 23:18:59 -05:00
Parker Moore
f5c76e2253
Shorten header for example of each note type. Props @cobyism
2014-02-19 23:18:59 -05:00
Parker Moore
a0017b5c72
Add verbiage around installing pre-releases of jekyll.
2014-02-19 23:18:59 -05:00
Parker Moore
aa801efce9
Make the unreleased note type icon dark. Props @cobyism
2014-02-19 23:18:59 -05:00
Troy Swanson
e491afe294
Make the icon for the unreleased note brighter
2014-02-19 23:18:59 -05:00
Parker Moore
b051936ff4
Add "unreleased" note to /docs/configuration about kramdown as the new default
2014-02-19 23:18:59 -05:00
Parker Moore
5423f02c3c
Add "unreleased" note to docs/assets/
2014-02-19 23:18:59 -05:00
Parker Moore
d203554e84
Add "unreleased" type note
2014-02-19 23:18:59 -05:00
Matt Rogers
1c4974f6ea
Update history to reflect merge of #2074
2014-02-19 17:09:10 -06:00
Matt Rogers
b6c42adc53
Merge pull request #2074 from jekyll/default-to-utf8
2014-02-19 17:09:08 -06:00
Zlatan Vasović
6ca67bfbf4
layout defaults to none (nil)
2014-02-19 22:08:23 +01:00
Parker Moore
de3570714f
Update history to reflect merge of #2077 [ci skip]
2014-02-19 14:53:00 -05:00
Parker Moore
c0c06bfc8a
Merge pull request #2077 from mprins/patch-1
2014-02-19 14:52:21 -05:00
Mark Prins
b82a93872b
1+1+1=three
...
counting `path`, `modified_time` and `extname` gives 3
2014-02-19 20:39:11 +01:00
Parker Moore
0d1fcc0691
Update history to reflect merge of #2075 [ci skip]
2014-02-19 14:15:41 -05:00
Parker Moore
27be7e2e6a
Merge pull request #2075 from jekyll/expose-static-files
2014-02-19 14:15:20 -05:00
Parker Moore
88b66858ff
Update docs to include extname for static file object in liquid. [ci skip]
2014-02-19 14:15:03 -05:00
Parker Moore
e0166682da
Sort the static files by relative path before sending to liquid
2014-02-19 14:02:03 -05:00
Parker Moore
e3dd908d55
Add StaticFile#to_liquid['extname'] :)
2014-02-19 13:55:58 -05:00
Parker Moore
33490e4efc
Fix error in tests.
2014-02-19 13:43:16 -05:00
Parker Moore
d96e62c50f
Add docs for site.static_files
2014-02-19 13:35:21 -05:00
Parker Moore
b5a398bdff
Add StaticFile#to_liquid and StaticFile#relative_path
2014-02-19 13:35:13 -05:00
Parker Moore
9659cfe876
Test site.static_files
2014-02-19 13:34:44 -05:00
Parker Moore
949aa3fc32
Test fetching of static files
2014-02-19 13:16:21 -05:00
Parker Moore
6e40338f9e
Expose site.static_files to Liquid
2014-02-19 13:04:33 -05:00
Parker Moore
407b9b577b
Update configuration docs to indicate that utf-8 is now the default
...
Docs for #2031 , /cc #2029 .
2014-02-19 11:14:09 -05:00
Parker Moore
45a5671c55
Update history to reflect merge of #2073 [ci skip]
2014-02-19 11:11:25 -05:00
Parker Moore
de40d5fbe3
Merge pull request #2073 from mizuhands/patch-1
2014-02-19 11:10:35 -05:00
Francis
b0b8bebe6c
[configuration.md] Correct typo
...
Typo: 'use'
Proposed Correction: 'uses the'
---
In English, 'use' is the verb form for plural subjects, where as 'uses' is the verb form for a singular subject. For this case, the subject, 'default value', is singular.
2014-02-19 12:22:46 +01:00
Parker Moore
b1812e7711
Move Kramdown version bump to Minor Enhancements section.
...
Closes #2069 .
2014-02-19 00:13:24 -05:00
Parker Moore
9414280aa7
Update history to reflect merge of #2058 [ci skip]
2014-02-18 01:53:47 -05:00
Parker Moore
6a6e66bf9e
Merge pull request #2058 from jekyll/layouts-relative-to-config
2014-02-18 01:53:15 -05:00
Troy Swanson
0c7a26f68b
Add clarification about output path of asset files
2014-02-17 22:39:07 -06:00
Matt Rogers
b68229aa2c
Make LayoutReader#layout_directory public.
...
Since it's being used in a test, let's go ahead and expose it instead of
dealing with using Object#send to send the message along.
2014-02-17 22:13:29 -06:00
Joel Glovier
6bc4776199
Replace footer github and twitter link text with inline SVG icons
2014-02-17 22:23:30 -05:00
Joel Glovier
aa4280904a
Post content styles for mobile
2014-02-17 16:58:12 -05:00
Joel Glovier
1c5ed75e72
Replace unicode menu icon with inline SVG
...
- unicode menu icon doesn’t render pixel crisp (has some
anti-aliasing), whereas SVG renders pixel optimized
- using inline SVG (instead of a referenced, attached file, will save
an http request
2014-02-17 16:52:48 -05:00
Joel Glovier
893b664f34
Adds mobile styling for menu at sub 600px viewport widths
2014-02-17 16:36:21 -05:00
Parker Moore
7706231f16
Update history to reflect merge of #2041 [ci skip]
2014-02-17 16:23:50 -05:00
Parker Moore
e5bcddfbe0
Merge pull request #2041 from anthonyjsmith/webrick_index_xml
2014-02-17 16:23:25 -05:00
Joel Glovier
3e6f2d8cef
🔥 permalink option so default date permalink method is left in tact
2014-02-17 12:42:15 -05:00
Parker Moore
cf14bc6ab6
Update license with all years since 2008.
...
Closes #2059 .
2014-02-17 12:17:25 -05:00
Parker Moore
1a879a04ab
Add tests for determining source dir
2014-02-16 23:19:03 -05:00
Parker Moore
47babef79a
Make the layouts: config key relative to CWD or to Source
...
Fixes #1576 .
2014-02-16 22:42:38 -05:00
Parker Moore
84471ba202
Update history to reflect merge of #1946 [ci skip]
2014-02-16 22:14:43 -05:00
Parker Moore
3e91030c81
Merge pull request #1946 from jekyll/security-vuln-patches
2014-02-16 22:14:20 -05:00
Parker Moore
ab0ebadee3
Merge master into security-vuln-patches
2014-02-16 22:02:03 -05:00
Parker Moore
264dfc164d
When an include cannot be found, only print file path relative to source.
2014-02-16 22:00:33 -05:00
Parker Moore
594e2a94c7
Update history to reflect merge of #2042 [ci skip]
2014-02-16 21:36:40 -05:00
Parker Moore
fb8e562123
Merge pull request #2042 from anthonyjsmith/draft-path
2014-02-16 21:36:00 -05:00
Parker Moore
c4f5415ece
Update history to reflect merge of #2056 [ci skip]
2014-02-16 21:12:03 -05:00
Parker Moore
effe84cd56
Merge pull request #2056 from herr-biber/remove-executable-bits
2014-02-16 21:11:40 -05:00
Markus Roth
c47751148c
Remove executable bits of non executable files.
2014-02-17 01:41:12 +01:00
Joel Glovier
28554fd307
For the love of perf, add syntax.css rules to main.css and call only one stylesheet
2014-02-15 23:27:34 -05:00
Joel Glovier
bd80ce4c61
Adds another placeholder post to illustrate post content styles
2014-02-15 23:24:30 -05:00
Joel Glovier
cac15574e7
Dem new styles tho
...
- Uses new typography, including Helvetica light, larger font-sizes,
and px values
- Wider site width, larger margins, and overall more whitespace
- Responsive down to mobile
2014-02-15 23:21:15 -05:00
Joel Glovier
1e28eee0c7
Copy tweaks - brevity FTW
2014-02-15 23:17:05 -05:00
Joel Glovier
6773307237
Use class instead of id for CSS specificity ❤️
2014-02-15 23:16:47 -05:00
Joel Glovier
a11f01784a
Add link for RSS subscription
2014-02-15 23:16:23 -05:00
Joel Glovier
e5cf3cbbc1
Slightly friendlier and personal date formatting; classes for dem styles, yo
2014-02-15 23:16:11 -05:00
Joel Glovier
3d464688fc
Remove to avoid confusion with site.title
2014-02-15 23:15:37 -05:00
Joel Glovier
8d05a54590
demonstrate use of permalink settings
2014-02-15 23:14:20 -05:00
Joel Glovier
e398c3b16c
Add site.url for use in head canonical meta and feed.xml template
2014-02-15 23:14:01 -05:00
Joel Glovier
287851ebb4
Add site.description for use in site head document meta, and feed.xml template
2014-02-15 23:13:43 -05:00
Joel Glovier
b3a2ea4e3e
Software with Personality™
2014-02-15 23:12:42 -05:00
Joel Glovier
240bbf4abb
Adds feed.xml file for generating an RSS feed
2014-02-15 23:10:25 -05:00
Joel Glovier
53ae5a7b0f
Add placeholder About page
2014-02-15 23:09:28 -05:00
Joel Glovier
1687f0855d
Add placeholder Projects page
2014-02-15 23:09:19 -05:00
Joel Glovier
16d8d05172
Adds a basic page template
...
Many users moving to Jekyll from other popular blogging options (like
Wordpress) will be used to thinking in terms of pages/posts. Having a
page template like this will be convenient for those users.
2014-02-15 23:07:10 -05:00
Joel Glovier
fcd2383de3
Refactor post template
...
- add article tags around post content
- creates post header
- add conditionals for extra options in meta
2014-02-15 23:04:44 -05:00
Joel Glovier
1b54afe67a
remove extra line
2014-02-15 23:03:13 -05:00
Joel Glovier
d5ea6e47dd
Restructure default template to include page content wrap
2014-02-15 23:02:41 -05:00
Joel Glovier
8fa48b492e
Footer markup restructuring
...
- rework footer to use columns
- add additional area for generic text
2014-02-15 23:02:04 -05:00
Joel Glovier
6d4e3f8c72
Refactor header markup
...
- use anchor instead of h1 for site title, for semantic accuracy, and
because post h1’s should be the post title
- implement nav wrapper for nav links
- use div.wrap for design structure
2014-02-15 23:00:37 -05:00
Joel Glovier
d52b9b7e5b
Remove redundant home link
2014-02-15 22:57:10 -05:00
Joel Glovier
a1b60430d6
Add canonical meta set with config params for more google ❤️
2014-02-15 22:56:30 -05:00
Joel Glovier
b9875b7bc8
Add description meta set in config, for teh google ❤️
2014-02-15 22:56:04 -05:00
Joel Glovier
7b0bf0d85c
Add conditional to default to site.name if no page.title is set
2014-02-15 22:55:14 -05:00
Joel Glovier
3b97799837
Separate global components into includes for convenience, and to familiarize users with includes structure
2014-02-15 22:53:48 -05:00
Parker Moore
c6b4c41aab
Update history to reflect merge of #2048 [ci skip]
2014-02-15 17:28:06 -05:00
Parker Moore
d36d1f3cc0
Merge pull request #2048 from ZDroid/mkdown-ext
2014-02-15 17:27:52 -05:00
Parker Moore
8d39bf3850
Update history to reflect merge of #2049 [ci skip]
2014-02-15 17:26:34 -05:00
Parker Moore
51f367b5e0
Merge pull request #2049 from ZDroid/kramdown-reorder
2014-02-15 17:25:27 -05:00
Zlatan Vasović
7115bfbf3d
Reorder Maruku and Kramdown
...
Kramdown is default now, yay!
2014-02-15 23:12:31 +01:00
Zlatan Vasović
699066ef85
Add .mkdown as valid Markdown extension
...
GitHub Linguist recognizes `.mkdown` as Markdown, so Jekyll should support it as Jekyll is used on GitHub pages.
2014-02-15 22:01:37 +01:00
Parker Moore
7b1321d002
Update link to rack-jekyll
...
Ports change from #2047 to master.
2014-02-14 15:53:50 -05:00
Parker Moore
da446c0f19
Update history to reflect merge of #2047 [ci skip]
2014-02-14 15:41:07 -05:00
Matt Rogers
c77ef87b05
Update history to reflect merge of #2045
2014-02-14 12:46:10 -06:00
Matt Rogers
41325ab308
Merge pull request #2045 from jekyll/kill-1-9-2
2014-02-14 12:46:07 -06:00
Parker Moore
49606cb509
Update rebund credentials to speed up TravisCI builds.
...
Requests to jekyll's keyfile instance seem to be 401ing.
2014-02-14 13:44:31 -05:00
Parker Moore
1482c8aecc
Update history to reflect merge of #2044 [ci skip]
2014-02-14 13:36:32 -05:00
Parker Moore
611145e712
Merge pull request #2044 from jekyll/bump-redcarpet
2014-02-14 13:36:08 -05:00
Parker Moore
36b2963343
Kill 1.9.2 support.
2014-02-14 13:30:14 -05:00
Matt Rogers
ad9250d106
Bump Redcarpet to 3.1.0
...
- Footnotes
- GitHub style header anchors
- quotation marks as <q> tags
- A few other bug fixes
2014-02-14 12:17:29 -06:00
Anthony Smith
86208d8c33
Add index.xml to WEBrick DirectoryIndex
...
Resolves #2040
2014-02-13 23:12:36 +00:00
Parker Moore
1671d34e15
Release 2.0.0.alpha.1
2014-02-13 18:02:53 -05:00
Parker Moore
88e35f0852
Release 2.0.0.alpha.1
2014-02-13 18:02:49 -05:00
Parker Moore
729b6db7c2
Update history to reflect merge of #2009 [ci skip]
2014-02-13 17:56:57 -05:00
Parker Moore
d43341fab0
Merge pull request #2009 from penibelst/test-sass-include
2014-02-13 17:56:38 -05:00
Matt Rogers
ac7bed335a
Merge pull request #1976 from jekyll/fix-pagination-issue
...
Relative posts should never fail to build, even if @dir or @name is nil
2014-02-13 12:39:23 -06:00
Matt Rogers & Persa Zula
ec93743659
Update history to reflect merge of #1976
2014-02-13 12:39:00 -06:00
Parker Moore
54e5e660db
Update history to reflect merge of #2031 [ci skip]
2014-02-13 12:54:21 -05:00
Parker Moore
83f5b4d93b
Merge pull request #2031 from jekyll/utf8-heart
2014-02-13 12:53:58 -05:00
Parker Moore
8929d1bd63
Update history to reflect merge of #2038 [ci skip]
2014-02-13 12:52:54 -05:00
Parker Moore
3b5f6494f2
Merge pull request #2038 from joshbrw/master
2014-02-13 12:52:28 -05:00
Josh Brown
69dc96dc9f
Removed accidental linebreak
2014-02-13 13:28:11 +00:00
Josh Brown
933590b6ba
Added a breakpoint for .site to make it responsive
2014-02-13 13:27:34 +00:00
Parker Moore
c58c5b8782
Default to using the UTF-8 encoding when reading files.
...
Fixes #2029 .
2014-02-11 17:48:52 -05:00
Anthony Smith
18279558da
Update #relative_path for _drafts and add tests.
...
Resolves #2019 . Add new tests for drafts. Also check path variable in
test for posts.
2014-02-11 12:48:34 +00:00
Parker Moore
56a633ae95
Update Jekyll version to latest released.
...
Latest release can be found on the v1-stable branch.
2014-02-09 18:44:30 -05:00
Parker Moore
f607aefeb8
Update jekyll.gemspec with new files.
...
Ref: #2020
2014-02-09 18:43:46 -05:00
Parker Moore
b6c8b39899
Update history to reflect merge of #1988 [ci skip]
2014-02-08 17:08:30 -05:00
Parker Moore
dd3018ce02
Merge pull request #1988 from jekyll/maruku-to-kramdown
2014-02-08 17:07:54 -05:00
Parker Moore
22f2001ff5
Set default markdown converter to Kramdown
...
- Update default markdown converter in docs for configuration
- Update tests so they are in line with Kramdown output
- Add deprecation message to when config is built
2014-02-08 13:17:46 -05:00
Anatol Broder
c17ed7ec93
Add comment about symlinked directories
2014-02-08 13:26:03 +01:00
Parker Moore
1176fc6f57
Give File.join the strings from the array
2014-02-08 00:38:59 -05:00
Parker Moore
2e2563fab9
Update history to reflect merge of #2015 [ci skip]
2014-02-08 00:34:16 -05:00
Parker Moore
41401ef126
Merge pull request #2015 from aheckler/master
2014-02-08 00:34:01 -05:00
Parker Moore
71b2257829
Update history to reflect merge of #2016 [ci skip]
2014-02-08 00:33:32 -05:00
Parker Moore
00ac5ff3d4
Merge pull request #2016 from Jashank/destination-warning
2014-02-08 00:33:12 -05:00
Parker Moore
a63e62f643
Update history to reflect merge of #2020 [ci skip]
2014-02-08 00:32:20 -05:00
Parker Moore
8f3e3e04d8
Merge pull request #2020 from jekyll/refactor-layout-reading
2014-02-08 00:31:41 -05:00
Parker Moore
ac8d8a7cb8
Fix some tests
2014-02-08 00:31:26 -05:00
Matt Rogers & Persa Zula
c36a6d3e0d
Wrap the LayoutReader in the Jekyll module
2014-02-06 23:07:38 -06:00
Matt Rogers & Persa Zula
833b40095f
Rename with to within
...
Thanks @parkr
2014-02-06 23:07:11 -06:00
Matt Rogers & Persa Zula
fd92820b03
Remove Site#read_layouts
2014-02-06 22:46:09 -06:00
Matt Rogers & Persa Zula
facf115c04
Move layout tests from site to its own file
2014-02-06 22:45:51 -06:00
Matt Rogers
70ecef0094
Sort methods from most important to least important
...
This idea is based on the concept of a newspaper. The most important
things such as the headlines and the major details of the story at the
top. This translates to code in that the public API and the more
important private methods are at the top of the file. The more detailed
information (or methods, in the code) are further down, so that if
you've gotten all you need out of the code up to a certain point, you
don't need to keep reading anymore.
2014-02-06 22:22:06 -06:00
Matt Rogers
c5b81d580b
Refactor the LayoutReader class
2014-02-06 22:22:06 -06:00
Matt Rogers
f581940c71
Create a LayoutReader class to read layouts
2014-02-06 22:22:06 -06:00
Parker Moore
f638fb1784
Merge master into security-vuln-patches
2014-02-06 17:21:54 -05:00
Jashank Jeremy
67a54547ed
Clarifying wording of the destination directory warning.
...
At some point, it should also be clarified whether "folder" or
"directory" is the correct way to refer to that concept.
2014-02-05 10:38:16 +11:00
Adam Heckler
5dc7a6c7be
Updated instructions for NearlyFreeSpeech
2014-02-04 18:35:06 -05:00
Jashank Jeremy
95a2c74f12
Document site cleanup behaviour.
...
As per #2014 , document the fact that the destination directory is
'cleaned up', such that "obsolete" files (files which do not have a
known input Page, Post or StaticFile) are deleted, when a site is
rebuilt.
Resolves #2014 .
[ci skip]
2014-02-05 10:30:49 +11:00
Parker Moore
182a49fcff
Update history to reflect merge of #2013 [ci skip]
2014-02-04 17:04:01 -05:00
Parker Moore
5849da358c
Merge pull request #2013 from penibelst/patch-1
2014-02-04 14:02:08 -08:00
Anatol Broder
ed12ad930a
Fix wrong semantic
2014-02-04 21:37:20 +01:00
Anatol Broder
487e7a7137
Make sort test run
2014-02-04 09:23:00 +01:00
Parker Moore
272ba86ae4
Merge pull request #2010 from Jashank/gemspec-update
...
Update Jekyll gemspec.
2014-02-03 19:52:27 -08:00
Jashank Jeremy
f8d6ff42ff
Update Jekyll gemspec.
...
The master gemspec has gotten a tad out of date; this updates the
manifest, notably, but also the version number, to bring it in line with
v1-stable. I'm not sure this is precisely the right way for the latter
to work; @parkr, would you like to comment on this?
2014-02-04 12:45:14 +11:00
Anatol Broder
ce2b4ae963
Upgrade gemspec
2014-02-04 02:06:50 +01:00
Anatol Broder
9e4dea14e4
Fix partial test
2014-02-04 02:03:14 +01:00
Anatol Broder
8e0a826cc7
Fix group_by_filter test by adding 2 items
2014-02-04 01:31:37 +01:00
Anatol Broder
e36f9d7da8
First draft
2014-02-04 01:26:28 +01:00
Matt Rogers
1e6847c43f
Update history to reflect merge of #1982
2014-01-31 08:48:18 -06:00
Matt Rogers
5edb4c6bfd
Merge pull request #1982 from dtao/safe-yaml-no-clobber
2014-01-31 06:48:16 -08:00
Matt Rogers
780485a98c
Merge pull request #2005 from jekyll/vim-jekyll
...
Add vim-jekyll to list of Editor plugins
2014-01-31 06:45:35 -08:00
Matt Rogers
37dbc646a1
Update history to reflect merge of #2005
2014-01-31 08:45:14 -06:00
Matt Rogers
1470a8a997
Update history to reflect merge of #2004
2014-01-31 08:44:33 -06:00
Matt Rogers
8e758f1e4d
Merge pull request #2004 from jekyll/noyarp-sad
2014-01-31 06:44:31 -08:00
Parker Moore
e940afdf00
Add vim-jekyll to list of Editor plugins
2014-01-31 00:27:18 -05:00
Parker Moore
03ba5d8d18
Update history to reflect merge of #2001 [ci skip]
2014-01-31 00:24:59 -05:00
Parker Moore
901fd31a30
Merge pull request #2001 from 23maverick23/sublime-jekyll
2014-01-30 21:24:29 -08:00
Parker Moore
49b7fdb62f
Yarp seems to be eff'd.
2014-01-31 00:22:21 -05:00
Parker Moore
baabe7eb7e
DRY up code, props @tamouse
2014-01-30 22:03:10 -05:00
Matt Rogers
669cc496cd
Update history to reflect merge of #1991
2014-01-30 20:39:46 -06:00
Matt Rogers
2b973468bf
Merge pull request #1991 from jekyll/coffeescript
2014-01-30 18:39:40 -08:00
Ryan Morrissey
645baf3353
Added new “Editors” section to _plugins for “sublime-jekyll”.
2014-01-29 23:09:42 -05:00
Parker Moore
9bd160dd8e
Travis is seriously inbred.
2014-01-28 23:40:55 -05:00
Parker Moore
1d014edca2
Update history to reflect merge of #1999 [ci skip]
2014-01-28 23:40:08 -05:00
Parker Moore
0c6d798dc6
Merge pull request #1999 from 23maverick23/jekyll-font-awesome
2014-01-28 20:39:49 -08:00
Parker Moore
dbd3d15f29
Update history to reflect merge of #1998 [ci skip]
2014-01-28 23:39:12 -05:00
Parker Moore
088a1db74d
Merge pull request #1998 from 23maverick23/jekyll-humanize
2014-01-28 20:38:42 -08:00
Ryan Morrissey
a02123bee4
Quickly and easily add Font Awesome icons to your posts.
2014-01-28 22:32:12 -05:00
Ryan Morrissey
2d6bd741d0
Adding jekyll-humanize plugin to site documentation.
2014-01-28 22:23:34 -05:00
Parker Moore
c9a732c4f9
Update history to reflect merge of #1993 [ci skip]
2014-01-26 13:39:31 -05:00
Parker Moore
aa6cee83af
Merge pull request #1993 from azizshamim/mimetypes_update
2014-01-26 10:39:04 -08:00
Aziz Shamim
509e2181de
sync mime types to GitHub
2014-01-26 12:15:15 -06:00
Parker Moore
fdbfd719ca
Add CoffeeScript converter.
2014-01-25 20:38:51 -05:00
Matt Rogers
ea397d0946
Update history to reflect merge of #1984
2014-01-24 21:45:37 -06:00
Matt Rogers
7d6defabf9
Merge pull request #1984 from jekyll/yarp
2014-01-24 19:45:18 -08:00
Parker Moore
710e0e5a3c
Hm... I wonder if yarp can speed up our build process.
2014-01-24 22:44:26 -05:00
Matt Rogers
ecc05e57ae
Update history to reflect merge of #1985
2014-01-24 21:42:59 -06:00
Matt Rogers
edf9b7bf1d
Merge pull request #1985 from jekyll/rebund
2014-01-24 19:42:55 -08:00
Parker Moore
37b587168f
Don't need to install bundler, right?
2014-01-24 22:31:44 -05:00
Parker Moore
d2e22eda28
Add some rebund ❤️ to speed up TravisCI builds.
2014-01-24 22:23:55 -05:00
Matt Rogers
2e1ab7e6fe
Update history to reflect merge of #1983
2014-01-24 21:10:50 -06:00
Matt Rogers
4d45b4d950
Merge pull request #1983 from jfirebaugh/perf
2014-01-24 19:10:45 -08:00
John Firebaugh
4a769dbf5f
Optimize Post#{next,previous}
...
Use object equality for comparisons rather than Comparable#==,
which in turn uses Post#<=>, which is slow.
This yielded a 3x performance improvement for `jekyll build`
on a large site (1m6.467s -> 0m19.532s).
2014-01-24 17:17:41 -08:00
Matt Rogers
b2c45aafdc
Update history to reflect merge of #1932
2014-01-24 17:17:55 -06:00
Matt Rogers
5b7a53b543
Merge pull request #1932 from jekyll/sass
2014-01-24 15:18:06 -08:00
Parker Moore
c9a3c40f83
fixes based on @mattr-'s notes
2014-01-24 12:19:19 -05:00
Parker Moore
774bf96c61
Merge master into sass
2014-01-24 12:17:35 -05:00
Dan Tao
fafacef0a0
added a test that YAML.load doesn't get clobbered
...
I THINK this is a good idea? I considered multiple approaches to testing this;
what I like about this dumb way (just try to deserialize a symbol) is that it's
nice and simple.
2014-01-23 17:42:14 -08:00
Dan Tao
4f0b1bdf6d
switched from YAML.safe_load* to SafeYAML.load*
2014-01-23 17:25:17 -08:00
Matt Rogers
8114ae6552
Update history to reflect merge of #1931
2014-01-22 07:38:33 -06:00
Matt Rogers
98857832cd
Merge pull request #1931 from liufengyun/published
2014-01-22 05:38:04 -08:00
Parker Moore
606c525099
Relative posts should never fail to build, even if @dir or @name is nil
...
Fixes https://github.com/jekyll/jekyll/issues/1963
2014-01-21 23:50:20 -05:00
Parker Moore
30d8743853
Update history to reflect merge of #1951 [ci skip]
2014-01-21 23:07:28 -05:00
Parker Moore
05df50f929
Merge pull request #1951 from jens-na/include-tag-error-path
2014-01-21 20:07:11 -08:00
Parker Moore
f2fadd6562
Update history to reflect merge of #1962 [ci skip]
2014-01-21 23:05:46 -05:00
Parker Moore
a82f0d4e6e
Merge pull request #1962 from jglovier/patch-1
2014-01-21 20:05:10 -08:00
Matt Rogers
9210d4ebd8
Update history to reflect merge of #1935
2014-01-21 07:50:14 -06:00
Matt Rogers
5f26bb5031
Merge pull request #1935 from benbalter/vision
2014-01-21 05:50:11 -08:00
Ben Balter
e2258403ee
language tweaks
2014-01-20 21:42:12 -05:00
Parker Moore
d37ea10cf8
Update history to reflect merge of #1970 [ci skip]
2014-01-19 23:18:59 -05:00
Parker Moore
be95eb5a44
Merge pull request #1970 from minddust/missing_post_docs
2014-01-19 20:18:04 -08:00
Matt Rogers
a859c4509a
Update history to reflect merge of #1971
2014-01-19 22:06:43 -06:00
Matt Rogers
a640402005
Merge pull request #1971 from 4ensicLog/patch-1
2014-01-19 20:05:56 -08:00
4ensicLog
f05da3db03
Update structure.md
...
This is my first attempted edit, so forgive any mistakes in decorum or process. I tried to make improvements on word choice which I think will be much clearer to people who are new to Jekyll and how the post filenames work.
2014-01-19 19:51:51 -06:00
Stephan Groß
90fe9ec055
Add missing next and previous docs
2014-01-19 13:49:52 +01:00
liufengyun
22e1e5f28c
make sure pages with published being false are not generated
2014-01-19 09:52:19 +08:00
Ben Balter
e42c1aa02b
rework vision with @redhotvengeance suggestions
2014-01-18 14:47:05 -05:00
Ben Balter
d8a2be3eb7
Merge branch 'master' into vision
2014-01-18 14:40:08 -05:00
Joel Glovier
ded6350c80
small tweak to clarify last sentence
2014-01-16 13:24:54 -05:00
Joel Glovier
09a5d66b3e
Update post.md with additional info about excerpt
...
Adds a paragraph noting that use of the liquid `| strip_html` flag is possible and useful for meta tag purposes.
2014-01-16 13:18:52 -05:00
Jens Nazarenus
82bee23bd0
added tests for full path leak to source directory when using include tag
2014-01-16 18:43:25 +01:00
Parker Moore
e7139cbd85
Update history to reflect merge of #1953 [ci skip]
2014-01-15 23:40:17 -08:00
Parker Moore
6aa2fc0094
Merge pull request #1953 from troyswanson/dataify-docs
2014-01-15 23:39:37 -08:00
Matt Rogers
8337cbb31f
Update history to reflect merge of #1958
2014-01-15 23:24:27 -06:00
Matt Rogers
ebc95274b9
Merge pull request #1958 from jekyll/lock-down-maruku
2014-01-15 21:24:24 -08:00
Matt Rogers
3b485b4497
Lock Maruku to 0.7.0
...
This fixes the errors we see in our tests due to the upgrade to Maruku
0.7.1
2014-01-15 23:11:27 -06:00
Matt Rogers
10e5ecfe53
Improve the test description for the outputs_ext test
2014-01-15 23:04:52 -06:00
Matt Rogers
824d9f6ca8
Better express that the converter always outputs css
2014-01-15 22:49:33 -06:00
Matt Rogers
0be62fa2e0
Update history to reflect merge of #1947
2014-01-15 22:13:37 -06:00
Matt Rogers
5dc4c67344
Merge pull request #1947 from jekyll/1-4-3-release-info
2014-01-15 20:13:31 -08:00
Jens Nazarenus
4c140efba8
fix full path leak to source directory when using include tag
2014-01-15 21:36:35 +01:00
Troy Swanson
7f3b35191c
Make doc menus more reusable
2014-01-14 21:48:08 -06:00
Parker Moore
ea94e5dd1c
Update history to reflect merge of #1949 [ci skip]
2014-01-14 08:56:28 -08:00
Parker Moore
b3064a9b7d
Forgot #1943 in the line, whoopsie
2014-01-14 08:44:20 -08:00
Parker Moore
dc599121a0
Update history to reflect merge of #1943 [ci skip]
2014-01-14 08:43:53 -08:00
Parker Moore
45c0523e55
update dat gemspec
2014-01-14 08:43:29 -08:00
Parker Moore
245597c2db
Require Liquid 2.5.5 <= x < 2.6
2014-01-13 22:28:16 -08:00
Parker Moore
e87cd8d53c
Update History.markdown with 1.4.3 release.
2014-01-13 22:27:41 -08:00
Parker Moore
edc9ffcb65
Add 1.4.3 release post by @BenBalter for master branch.
2014-01-13 22:26:38 -08:00
Ben Balter
e3be74e376
sanity check for pages permalink traversal
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Andy Lindeman
a8dd34420b
Prevents disclosure of file existence
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
c84cb5c007
escape relative post permalinks, cleanup
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
a799e41b70
patch symlink vuln and properly test
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
4e318cd192
test symlinkd dir, not file
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
323d14845f
rebreak tests, move sanitization closer to write
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
ce425eec8b
fix symlink so tests fail
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
f570a9339d
unbreak tests
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
dfec551cc4
add symlink failing test
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
0acbe95797
test multiple traversals
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
f49ee21136
fix failing post count test
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
9b3068c15d
url escape before sanitizing
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Ben Balter
9e796d0627
failing test
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com >
2014-01-13 22:21:30 -08:00
Matt Rogers
750a56d1fe
Update history to reflect merge of #1940
2014-01-13 13:13:31 -06:00
Matt Rogers
15ea6eecf9
Merge pull request #1940 from robatron/patch-1
2014-01-13 11:13:28 -08:00
Rob McGuire-Dale
5aeb2733a1
Add link to contributors in README.
...
Linkify "awesome contributors" in the README, as in the footer of the [Jekyll home page](http://jekyllrb.com/ ).
2014-01-13 10:19:05 -08:00
Matt Rogers
2c2beb9c1f
Update history to reflect merge of #1938
2014-01-13 09:16:29 -06:00
Matt Rogers
f9263b6fdf
Merge pull request #1938 from jekyll/excludes-relative-to-site-source-docs
2014-01-13 07:15:53 -08:00
Parker Moore
2966606b1a
Add docs about the 'new' restriction on excludes.
2014-01-13 00:17:12 -08:00
Parker Moore
4afe39e461
Allow caching in unsafe mode, but disable in safe mode.
2014-01-12 21:36:08 -08:00
Parker Moore
6b92126fd8
Add docs for Sass conversion.
2014-01-12 21:30:30 -08:00
Parker Moore
66732b91c1
Make sass a runtime dependency.
2014-01-12 21:30:30 -08:00
Parker Moore
ecf85a9cfa
Does not allow caching.
...
This was done to prevent putting the .sass-cache folder in bad places. Needed? cc @benbalter.
2014-01-12 21:30:30 -08:00
Parker Moore
8ecd2d9218
Don't allow path traversal or syntax overrides.
2014-01-12 21:30:30 -08:00
Parker Moore
4784d1de18
Build Sass configuration options.
2014-01-12 21:30:30 -08:00
Parker Moore
22d4e2aa90
Consolidate into one master 'Sass' converter.
2014-01-12 21:30:29 -08:00
Parker Moore
daa0b76484
Allow users to specify options for Sass.
2014-01-12 21:30:29 -08:00
Parker Moore
4da7223831
Fixes for Sass/SCSS converters.
2014-01-12 21:30:29 -08:00
Parker Moore
824a84ef2a
Add support for Sass and SCSS.
2014-01-12 21:30:29 -08:00
Parker Moore
0d6db1613f
Update history to reflect merge of #1936 [ci skip]
2014-01-12 21:30:18 -08:00
Parker Moore
f23952c8ab
Merge pull request #1936 from jekyll/branding
2014-01-12 21:29:51 -08:00
Parker Moore
21cef96b5d
Branding, baby.
...
Many thanks to http://patorjk.com/software/taag/ for doing the
ASCII art. 😃
2014-01-12 14:44:40 -08:00
Parker Moore
f8c904908a
Update history to reflect merge of #1933 .
...
[ci skip]
2014-01-12 13:53:56 -08:00
Rob Muhlestein
b053a1edf1
Add note in Posts docs about stripping <p> tags from excerpt.
...
Fixes #1926 . Merges #1933 .
2014-01-12 13:52:32 -08:00
Ben Balter
e5f1a400ee
first pass at vision
2014-01-12 11:57:11 -08:00
Parker Moore
8bc51fdb5c
Update history to reflect merge of #1928 [ci skip]
2014-01-11 15:32:12 -08:00
Parker Moore
dd2fa1e82d
Merge pull request #1928 from jekyll/things-to-content
2014-01-11 15:31:30 -08:00
Matt Rogers
6f394e82b5
Rename read_things to read_content.
2014-01-11 15:29:22 -06:00
Matt Rogers
f3e9eb92a9
Update the documentation for the new exclude behavior
2014-01-11 15:05:45 -06:00
Matt Rogers
cc2ac99487
Update history to reflect merge of #1916
2014-01-11 12:37:33 -06:00
Matt Rogers
d96165e3c4
Merge pull request #1916 from jekyll/gitignore-excludes
2014-01-11 10:37:31 -08:00
Matt Rogers
60524a1b6c
Update history to reflect merge of #1923
2014-01-11 12:35:51 -06:00
Matt Rogers
9b0c09ebfb
Merge pull request #1923 from mscharley/master
2014-01-11 10:35:50 -08:00
Matt Rogers
649e5a156a
Update history to reflect merge of #1927
2014-01-11 12:20:19 -06:00
Matt Rogers
d31efc7984
Merge pull request #1927 from jekyll/delegate-silly
2014-01-11 10:20:17 -08:00
Parker Moore
5a52986db0
Use 'Forwardable' module to pass along some attribute calls to @post
2014-01-10 22:54:06 -08:00
Parker Moore
331c7adc08
Move #glob_include? from core_ext to entry_filter
2014-01-08 20:24:21 -08:00
Matthew Scharley
20a6bdf5ec
Add jekyll-compass to the list of plugins
2014-01-08 13:38:33 +11:00
Parker Moore
459a4c1e55
Update history to reflect merge of #1883 [ci skip]
2014-01-06 20:55:43 -08:00
Parker Moore
4ef9f9e6d2
Merge pull request #1883 from pathawks/master
2014-01-06 20:51:20 -08:00
Parker Moore
3d67cdc150
Cast to string before duplicating.
2014-01-05 11:02:03 -08:00
Parker Moore
366f9268ee
Add tests for new exclude behaviour.
2014-01-05 11:01:51 -08:00
Parker Moore
35868807c1
Ensure leading slashes in path matching.
2014-01-05 10:54:52 -08:00
Parker Moore
42fc5e9ee7
Excludes should be relative to the site source
2014-01-05 10:45:42 -08:00
Parker Moore
437693e744
Update history to reflect merge of #1912 [ci skip]
2014-01-04 14:09:49 -08:00
Parker Moore
17d19146de
Merge pull request #1912 from jekyll/cibuild
2014-01-04 14:09:28 -08:00
Parker Moore
52a36fefdc
Add script/cibuild.
2014-01-04 14:04:17 -08:00
Matt Rogers
b05a44cb2a
Update history to reflect merge of #1910
2014-01-04 10:12:24 -06:00
Matt Rogers
883e16acde
Merge pull request #1910 from pborreli/typos
2014-01-04 08:12:20 -08:00
Matt Rogers
6184c4e44b
Update history to reflect merge of #1899
2014-01-04 10:04:24 -06:00
Matt Rogers
a33e86630d
Merge pull request #1899 from soimort/preview-404
2014-01-04 08:04:20 -08:00
Matt Rogers
bbcd94e7fa
Update history to reflect merge of #1875
2014-01-04 10:01:58 -06:00
Matt Rogers
7d8c01dbf4
Merge pull request #1875 from jekyll/benbalter-where-filter
2014-01-04 08:01:53 -08:00
Pascal Borreli
bdda3a8ef6
Fixed typos
2014-01-04 14:17:38 +00:00
Parker Moore
a5f1bc0341
Fixed the tests... I guess Hash literals aren't ok.
2014-01-03 21:23:02 -08:00
Parker Moore
b4383a5c42
Flesh out tests for where filter for @mattr- 😃
2014-01-03 21:23:02 -08:00
Parker Moore
6ca731c13b
Use idiomatic #is_a? method instead of #class ==
2014-01-03 21:23:02 -08:00
Ben Balter
39e4d6b3ba
add where filter to filter arrays of objects
2014-01-03 21:23:02 -08:00
Parker Moore
60a231f16d
Line -q up with the other flags. [ci skip]
2014-01-03 21:14:55 -08:00
Parker Moore
32b952803e
Update history to reflect merge of #1898
2014-01-03 21:14:12 -08:00
Parker Moore
35948fa55c
Merge pull request #1898 from ahazem/add-quiet-flag
2014-01-03 21:13:44 -08:00
Parker Moore
eb67894e0f
Update history to reflect merge of #1900
2014-01-03 11:12:48 -08:00
Parker Moore
2c81d25c72
Merge pull request #1900 from jekyll/ruby-2-1
2014-01-03 11:12:27 -08:00
Matt Rogers
c574ac6670
Merge pull request #1906 from afeld/upgrade-shoulda
...
Loosen dependency on Shoulda
2014-01-03 06:38:51 -08:00
Aidan Feldman
716b8ede0e
Loosen dependency on Shoulda
...
Fixes build for Ruby 2.1.0.
2014-01-03 05:44:47 -05:00
Mort Yao
99b36c7c30
Routing 404 errors to custom 404 page for development server
2014-01-03 03:23:46 +01:00
Parker Moore
c8dacbadc0
Test under Ruby 2.1.0
2014-01-02 14:39:00 -08:00
Parker Moore
b273ac38a6
Update history to reflect merge of #1902
2014-01-02 13:26:08 -08:00
Parker Moore
986f9aa640
Merge pull request #1902 from troyswanson/utf-8-note
2014-01-02 13:25:46 -08:00
Troy Swanson
c7e5c3f8d8
Add a note about character sets
2014-01-02 14:53:03 -06:00
Parker Moore
c7b649f792
Update test_generated_site.rb to know about new post
2014-01-01 19:53:42 -08:00
Pat Hawks
64b42d0431
Move user-select CSS to more specific selector
2014-01-01 16:34:57 -06:00
Ahmed Hazem
fdcf1f4526
Add --quiet flag
2014-01-01 18:50:27 +02:00
Parker Moore
36495487a3
Update history to reflect merge of #1889
2013-12-31 18:52:24 -08:00
Parker Moore
c00c8c208c
Merge pull request #1889 from penibelst/site-link-license
2013-12-31 18:51:56 -08:00
Parker Moore
29720674dc
Update history to reflect merge of #1896
2013-12-31 18:50:07 -08:00
Parker Moore
c437d8ec38
Merge pull request #1896 from georgeanderson/master
2013-12-31 18:49:25 -08:00
Parker Moore
b0ca19c67b
Update history to reflect merge of #1897
2013-12-31 18:48:46 -08:00
Parker Moore
60dec88882
Merge pull request #1897 from nschonni/patch-1
2013-12-31 18:48:22 -08:00
Nick Schonning
10235aeb66
Fix Tom Preston-Werner blog source link
2013-12-31 14:03:46 -05:00
George Anderson
cb80a849e4
Added paginate default to nil
...
I found this missing property in the default configuration description.
2013-12-31 14:41:06 -02:00
Anatol Broder
d11b6d7ffd
Change literal to HTML entity
2013-12-31 13:40:25 +01:00
Matt Rogers
012387396a
Merge pull request #1859 from robin850/rouge
2013-12-30 22:45:07 -06:00
Matt Rogers
47e4e81053
Update history to reflect merge of #1849
2013-12-30 22:32:21 -06:00
Matt Rogers
a2fd8ba7c3
Merge pull request #1849 from afeld/sort-attributes
2013-12-30 20:31:45 -08:00
Parker Moore
7c276c6f64
Update history to reflect merge of #1894
2013-12-30 16:35:48 -08:00
Parker Moore
a8a7f032ef
Merge pull request #1894 from CHH/patch-1
2013-12-30 16:34:53 -08:00
Christoph Hochstrasser
dd919751ac
Update kramdown to 1.3
2013-12-30 22:14:41 +01:00
Parker Moore
ac9bca80c8
Update history to reflect merge of #1893
2013-12-30 11:07:50 -08:00
Parker Moore
a50a858c86
Merge pull request #1893 from rrgayhart/testing-additions
2013-12-30 11:03:17 -08:00
Meeka
1da8f04aaa
Removes assert_includes to pass Travis
2013-12-30 12:57:23 -05:00
Meeka
9652b7ef80
adds to_s method testing on Excerpt
2013-12-30 12:23:41 -05:00
Meeka
3a0733deb9
Adds tests for the Excerpt include?, id, and inspect methods
2013-12-30 12:15:13 -05:00
Anatol Broder
f59895425e
Don’t break things
2013-12-29 23:58:01 +01:00
Anatol Broder
3489b43cb8
Thank you, Tom
2013-12-29 23:57:12 +01:00
Anatol Broder
95fdc2c2c5
Remove the team
2013-12-29 23:52:24 +01:00
Anatol Broder
5cb38dc4d7
Fix typo. Change license link
2013-12-29 10:26:49 +01:00
Anatol Broder
60541437e3
Revert "Add license page"
...
This reverts commit 8e9437199c .
2013-12-29 10:24:13 +01:00
Anatol Broder
95e4707fd1
Add Jekyll Team to the license text
2013-12-29 01:17:25 +01:00
Anatol Broder
8e9437199c
Add license page
2013-12-29 01:10:31 +01:00
Anatol Broder
ee8d509d39
Change footer
2013-12-29 00:49:48 +01:00
Parker Moore
3744e70128
Raise restriction of safe_yaml to ~>1.0
...
Amends #1886
2013-12-28 13:47:35 -05:00
Parker Moore
194109d677
Update history to reflect merge of #1886
2013-12-28 13:46:40 -05:00
Parker Moore
3e4d47c21d
Merge pull request #1886 from ivantsepp/1845_bump_safe_yaml_version
2013-12-28 10:45:57 -08:00
Ivan Tse
9d5683dc71
Bump safe_yaml version to include the fix for dtao/safe_yaml#35
2013-12-28 02:42:48 -05:00
Pat Hawks
f3a422852e
Clean up Quick-start Instructions
...
Now lines can be copy-pasted as is into a terminal
2013-12-27 22:40:02 -06:00
Pat Hawks
9833880709
Prevent users from selecting non-helpful code
2013-12-27 22:37:16 -06:00
Parker Moore
da8571beec
Update history to reflect merge of #1879
2013-12-26 15:23:28 -05:00
Parker Moore
c53e8dbd6c
Merge pull request #1879 from jekyll/update-mercenary
2013-12-26 12:23:00 -08:00
Parker Moore
d2314d360a
Bump mercenary to ~> 0.2.0
2013-12-26 14:34:28 -05:00
Parker Moore
7093d3aa82
Update history to reflect merge of #1877
2013-12-26 02:02:42 -05:00
Parker Moore
5f2e8b8ae4
Merge pull request #1877 from jekyll/maul-esel-consistent-opts
2013-12-25 23:02:13 -08:00
maul.esel
0e444b7843
make options consistent across commands
2013-12-26 02:00:26 -05:00
Parker Moore
a2853456b6
Update history to reflect merge of #1825
2013-12-26 01:33:17 -05:00
Parker Moore
791c6d815d
Merge pull request #1825 from arika/smallfix_post_url_tag_behavior_for_invalid_names
2013-12-25 22:32:50 -08:00
Parker Moore
46e47e6713
Update history to reflect merge of #1831
2013-12-26 01:14:48 -05:00
Parker Moore
1a3a607fcf
Merge pull request #1831 from jekyll/default-maruku-fenced-code-blocks
2013-12-25 22:14:23 -08:00
Parker Moore
92c3d6d3fd
Update history to reflect merge of #1841
2013-12-26 01:12:40 -05:00
Parker Moore
6e8f31f406
Merge pull request #1841 from jens-na/include-variable-liquid-filters
2013-12-25 22:11:33 -08:00
Parker Moore
a60852df19
Merge pull request #1853 from jekyll/update-history-with-v1.4.x
2013-12-25 22:07:32 -08:00
Parker Moore
fbf2b5734e
Update history to reflect merge of #1866
2013-12-26 01:07:01 -05:00
Parker Moore
ebaa484294
Merge pull request #1866 from colindean/patch-2
2013-12-25 22:06:34 -08:00
Parker Moore
0ebec0b03f
Update history to reflect merge of #1872
2013-12-26 01:06:02 -05:00
Parker Moore
5c4831af49
Merge pull request #1872 from jekyll/gjtorikian-steal-envygeeks-custom-markdown-processors
2013-12-25 22:05:31 -08:00
Parker Moore
58ae137945
Fix quick site bugs.
2013-12-26 01:02:13 -05:00
Parker Moore
88612bf7ce
Add docs for custom markdown processors.
2013-12-26 00:52:20 -05:00
Parker Moore
ab95cca434
Add TomDoc for Jekyll::Converters::Markdown#allowed_custom_class?
2013-12-26 00:33:34 -05:00
Parker Moore
7b9984699c
Fix error in exception message in Markdown Converter [ci skip]
2013-12-26 00:14:24 -05:00
Parker Moore
60b43104ee
Extract checks for acceptable custom markdown processors to method.
...
We should probably write more about what it does and how it works in a TomDoc block above.
@envygeeks, want to give that a shot?
2013-12-26 00:02:56 -05:00
Jordon Bedwell
a206dc1a8f
Use downcase.
2013-12-25 23:55:20 -05:00
Parker Moore
c70350e275
Merge branch 'steal-envygeeks-custom-markdown-processors' of git://github.com/gjtorikian/jekyll into gjtorikian-steal-envygeeks-custom-markdown-processors
...
* 'steal-envygeeks-custom-markdown-processors' of git://github.com/gjtorikian/jekyll:
Depend on Jekyll.logger.error, not $stderr
Allow custom Markdown processors.
New is implied by `raise`, 2nd is the message.
Use $stderr, not STDERR, $stderr points to STDERR.
2013-12-25 23:52:50 -05:00
Garen Torikian
31bebf0f9e
Depend on Jekyll.logger.error, not $stderr
2013-12-25 19:36:49 -06:00
Jordon
c759a7a75f
Allow custom Markdown processors.
2013-12-25 19:36:25 -06:00
Jordon
626d54a812
New is implied by raise, 2nd is the message.
2013-12-25 19:36:25 -06:00
Jordon
4d017b4fed
Use $stderr, not STDERR, $stderr points to STDERR.
2013-12-25 19:36:25 -06:00
Robin Dupret
036cbda2f6
Require at least 1.3.0 for Rouge
...
Rouge 1.3.0 introduced a `rouge_formatter` helper which is handy to
overwrite the formatter default when using the Redcarpet plugin so let's
require this version at the very least.
An abort statement will be thrown when the installed version is not
correct.
2013-12-25 18:06:29 +01:00
Parker Moore
1550c60278
Update history to reflect merge of #1847
2013-12-24 14:05:54 -05:00
Parker Moore
9d5785cead
Merge pull request #1847 from schneems/schneems/better-bat-time-error
2013-12-24 11:05:34 -08:00
Parker Moore
169e526f2f
Update history to reflect merge of #1867
2013-12-24 14:05:00 -05:00
Parker Moore
ec68acf958
Merge pull request #1867 from pootsbook/patch-2
2013-12-24 11:02:47 -08:00
Philip Poots
5491da9511
Add closing <code> tag.
...
Earlier PR omitted </code>. Thanks to @ivantsepp for spotting.
2013-12-24 09:42:47 +00:00
Colin Dean
88686e759e
Add path to required methods
...
The error messages in this module call `#path`, but the module does not require the `path` method to be implemented. This change documents that classes which include `Convertible` must define `path`.
See #1846 for discussion.
2013-12-23 12:56:02 -05:00
Robin Dupret
5647a902de
Remove a useless given step
...
Since the highlighter configuration option should default to pygments,
we don't have to explicitly set it in the step testing the output with
pygments.
2013-12-23 13:03:29 +01:00
Robin Dupret
3ca2cb0119
Fix various typos and improve the doc
2013-12-23 13:03:29 +01:00
Robin Dupret
cab9047de1
Set the wrap option to false when using Rouge
...
Since Rouge yields the pre tag with a class attribute but we don't want
it, we should set the wrap parameter to false when instantiating a new
formatter object.
Also use Rouge::Formatter#format instead of #render which is deprecated
and will be removed in the near future.
2013-12-23 13:03:24 +01:00
Parker Moore
42aef79ab3
Update history to reflect merge of #1864
2013-12-22 22:15:09 -05:00
Parker Moore
3d09b144f9
Merge pull request #1864 from pootsbook/patch-1
2013-12-22 19:14:35 -08:00
Aidan Feldman
9d7c524530
fix file sorting test
2013-12-22 19:33:00 -05:00
Aidan Feldman
fa8618879d
Merge remote-tracking branch 'upstream/master' into sort-attributes
2013-12-22 19:31:56 -05:00
Philip Poots
e17f997e75
Clarify how to access site
...
I was unable to access the config at `context.registers.config`. Everything seems to point towards the `site` variable being accessed via `context.registers[:site]`.
2013-12-22 23:01:13 +00:00
Robin Dupret
bd442680ea
Rely on the Redcarpet plugin instead of hard-coding
...
To avoid code duplication and have to keep tracking of the API change of
Rouge, let's rely on the Redcarpet plugin and customize the output on
our needs.
2013-12-22 18:45:46 +01:00
Robin Dupret
4bf716c2ad
Set highlighter to pygments when upgrading
...
In case you are upgrading from 1.4.2 to 2.0 and the pygments option is
set to true, then the highlighter option will be set to pygments
automatically.
2013-12-22 18:45:46 +01:00
Robin Dupret
0831d2b0f8
Add support for the Rouge syntax highlighter
...
By setting the `highlighter` setting to `rouge` you can now easily
highlight your code with it instead of relying on Pygments. However,
Jekyll doesn't depend on Rouge explicitly, you will need to install it
or add it to your Gemfile.
The documentation has been updated accordingly.
2013-12-22 18:45:40 +01:00
Robin Dupret
92064134d6
Rename the pygments option to highlighter
...
Rename the pygments configuration option to highlighter to allow
different highlighters in the future. For now, the allowed values are
`pygments` and `null`.
It's now more straightforward to plug another syntax highlighter.
2013-12-22 12:45:15 +01:00
Robin Dupret
903cce2745
Fix the highlight tag feature
...
Previously, the assertion made wasn't enough to check whether the code
block was correctly parsed through Pygments (and it was not the case).
This commit simply ensure there is a div with the "highlight" class and
fix the test to correctly invoke the Liquid tag rendering.
2013-12-22 12:29:19 +01:00
Aidan Feldman
2bfafb3b33
make non-data properties/methods accessible to Liquid
...
per https://github.com/jekyll/jekyll/pull/1849/files#r8490593
2013-12-22 03:38:32 -05:00
Parker Moore
354b4b9c54
Update history to reflect merge of #1854
2013-12-19 19:58:36 -05:00
Parker Moore
8c2da13096
Merge pull request #1854 from EricDobson/docs_datafiles_typo
2013-12-19 16:57:53 -08:00
Aidan Feldman
c2b750448e
allow data attribute access by Liquid on Convertible items
2013-12-19 17:14:51 -05:00
Eric Dobson
c79f170687
Fix typo in docs.
2013-12-19 14:39:23 -07:00
Parker Moore
c29ffb9dd9
Add in 1.4.1 and 1.4.2 changelog
2013-12-19 15:21:42 -05:00
Parker Moore
8cb1dc47d9
Update history to reflect merge of #1848
2013-12-19 15:20:51 -05:00
Parker Moore
94e96d325b
Merge pull request #1848 from afeld/sort-pages
2013-12-19 12:19:49 -08:00
Aidan Feldman
45ee9f814a
clarify page sorting test
2013-12-19 13:46:43 -05:00
Jens Nazarenus
412fe8b8de
edited documentation for include tag
2013-12-19 18:29:40 +01:00
Jens Nazarenus
10ee83d680
edited raise message when validating included file
2013-12-19 18:23:21 +01:00
Jens Nazarenus
f9ffbe0d6a
removed duplicate test scenario
2013-12-19 18:23:07 +01:00
Aidan Feldman
8c1706b66e
clean up custom variable sort feature
2013-12-19 03:36:48 -05:00
Aidan Feldman
35712dcadc
add failing test for sorting pages by custom variables
2013-12-19 03:35:57 -05:00
Aidan Feldman
396aa16f99
refactor step to support page creation
2013-12-19 02:27:23 -05:00
Aidan Feldman
5b2480c8ba
refactor file+matter creation in cucumber steps
2013-12-19 01:58:46 -05:00
Aidan Feldman
a6e1c40051
link to Stack Overflow answer re: Dir sorting
2013-12-19 01:05:00 -05:00
Aidan Feldman
3c1d45f45f
Sort pages by name by default
...
The order that files are returned differs across operating systems, so
ensure that they're being sorted after the fact.
2013-12-19 01:02:25 -05:00
schneems
22017d085b
Better error message when time is not parseable
...
Give the full path of the file that cannot be parsed so the user can locate it easier. Follow up the error message with helpful instructions: they can resolve the error by fixing the date or excluding the file or directory from being processed.
2013-12-18 16:14:21 -06:00
Jens Nazarenus
43ef9a2e4f
variables in include tag with filters
2013-12-17 23:51:52 +01:00
akira yamada
ecab2eb473
made error description more helpful
2013-12-17 10:57:12 +09:00
Parker Moore
12a55b86ac
Update history to reflect merge of #1836
2013-12-16 20:32:28 -05:00
Parker Moore
eaa8c8de29
Merge pull request #1836 from jekyll/update-history-with-v1.4.x
...
Update `master` with v1.4.x changes
2013-12-16 17:31:45 -08:00
Parker Moore
cb31e9c2db
Rakefile's site:releases:new should use 'release' variable instead of 'version' function to specify version in YAML front-matter
2013-12-16 20:31:21 -05:00
Parker Moore
f6e7e5cc76
Add link to 'a regression' in 1.4.2 release post
2013-12-16 20:30:06 -05:00
Parker Moore
8690edcae4
Add 1.4.2 release post
2013-12-16 20:26:52 -05:00
Parker Moore
6b5ce3a9f0
Add v1.4.2 to History.markdown
2013-12-16 20:26:43 -05:00
Parker Moore
d362faea3b
Add two tests for Maruku fenced code blocks
2013-12-15 16:08:45 -05:00
Parker Moore
1ebce26881
Default Maruku fenced_code_blocks to ON.
...
Extends https://github.com/jekyll/jekyll/pull/1799
2013-12-15 16:08:21 -05:00
akira yamada
9d259fe315
added error description for invalid post name
2013-12-15 17:18:11 +09:00
akira yamada
a5545d5bad
post_url tag raises ArgumentError for invalid name
...
Using post_url tag with invalid name raises TypeError.
It should raise ArgumentError and should display detail of the error to
fix the error.
2013-12-14 22:30:22 +09:00
Lachlan Holden
62bda6076b
Added a link to the list of all tz database time zones
2013-12-14 15:04:31 +10:30
Parker Moore
b7bdcb19ca
Update history to reflect merge of #1818
2013-12-11 18:31:13 -05:00
Parker Moore
53721dce03
Merge pull request #1818 from jekyll/windows-docs
2013-12-11 15:26:15 -08:00
Parker Moore
c295060f69
Use Markdown, silly
2013-12-11 18:25:02 -05:00
Matt Rogers
3e2c229e97
Merge pull request #1817 from jekyll/move-to-jekyll-jekyll
...
mojombo/jekyll ~> jekyll/jekyll
2013-12-11 14:50:21 -08:00
Matt Rogers
6d0a168d6d
Update history to reflect merge of #1817
2013-12-11 16:47:37 -06:00
Parker Moore
6195192bcf
mojombo/jekyll ~> jekyll/jekyll
2013-12-11 17:44:33 -05:00
Matt Rogers
379093f940
Update history to reflect merge of #1815
2013-12-11 16:00:47 -06:00
Matt Rogers
85fcd0e757
Merge pull request #1815 from mojombo/redcarpet-3
2013-12-11 14:00:42 -08:00
Parker Moore
827c4b9bda
Update history to reflect merge of #1812
2013-12-11 16:53:39 -05:00
Parker Moore
7b23fca86e
Merge pull request #1812 from mojombo/openshift-cartridge
2013-12-11 13:53:16 -08:00
Parker Moore
1c22b3f751
Bump RedCarpet dependency to ~> 3.0
2013-12-11 16:51:57 -05:00
Parker Moore
1b8e6facd3
Add note about deployment on OpenShift using @developercorey's Jekyll cartridge.
2013-12-11 16:05:35 -05:00
Matt Rogers
e5c8c94cd1
Update history to reflect merge of #1780
2013-12-11 08:08:14 -06:00
Matt Rogers
39b6fe732f
Merge pull request #1780 from mojombo/kill-1-8
2013-12-11 06:08:10 -08:00
Matt Rogers
fc760c1604
Update history to reflect merge of #1706
2013-12-10 23:16:44 -06:00
Matt Rogers
58159389b8
Merge pull request #1706 from mojombo/drop-commander
2013-12-10 21:16:42 -08:00
Matt Rogers
b49c6508f5
Update history to reflect merge of #1805
2013-12-10 22:58:48 -06:00
Matt Rogers
6efb726e2b
Merge pull request #1805 from ivantsepp/scaffold_vertical_scrollbar
2013-12-10 20:58:45 -08:00
Matt Rogers
48834891ac
Update history to reflect merge of #1799
2013-12-10 22:30:55 -06:00
Matt Rogers
a7d4ee8bfb
Merge pull request #1799 from konklone/maruku_fenced_code_blocks
2013-12-10 20:30:44 -08:00
Ivan Tse
b18f6505dd
Remove margin-top of .site to prevent collapsing margins.
2013-12-10 18:39:16 -05:00
Parker Moore
8d44fa913b
Update history to reflect merge of #1803
2013-12-10 17:49:44 -05:00
Parker Moore
a1efc105d2
Merge pull request #1803 from penibelst/site-unminify-css
2013-12-10 14:49:17 -08:00
Anatol Broder
1033b4c1e7
Add comments and site.GH_ENV
2013-12-10 22:30:59 +01:00
Parker Moore
01ee2ada7c
Update history to reflect merge of #1804
2013-12-10 16:14:25 -05:00
Parker Moore
8ebe19b835
Merge pull request #1804 from penibelst/site-fix-postv141
2013-12-10 13:13:59 -08:00
Anatol Broder
b91ab3b334
Fix repo
2013-12-10 22:01:06 +01:00
Anatol Broder
59eaeed6e7
Fix version
2013-12-10 22:00:27 +01:00
Anatol Broder
288d2a8c6b
Unminify css
2013-12-10 21:13:19 +01:00
Parker Moore
6e74ec2f71
Update history to reflect merge of #1788
2013-12-10 11:49:44 -05:00
Parker Moore
a70726e554
Merge pull request #1788 from mojombo/group-by-filter-2
2013-12-10 08:48:44 -08:00
Eric Mill
afe9387578
condensing code slightly
2013-12-10 11:04:04 -05:00
Matt Rogers
c669d1519d
Reformat to match the rest of the file
2013-12-09 21:39:24 -06:00
Matt Rogers
a81479adbf
Update history to reflect merge of #1795
2013-12-09 21:36:23 -06:00
Matt Rogers
812d55f843
Merge pull request #1795 from Ivoz/patch-1
...
Add link to Jekyll homepage
2013-12-09 19:35:37 -08:00
Matt Rogers
8ebd5852cd
Updates for the 1.4.1 release
...
The 1.4.1 release is on the v1-stable branch
2013-12-09 20:49:15 -06:00
Matt Rogers
10e350d47b
Update history to reflect merge of #1796
2013-12-09 20:24:31 -06:00
Matt Rogers
ed82098162
Merge pull request #1796 from mojombo/fix-fetching-things
...
Reject nil entries in Site#read_things
2013-12-09 18:23:19 -08:00
Parker Moore
df1a999031
Update history to reflect merge of #1800
2013-12-09 18:00:09 -05:00
Parker Moore
3b90f8b53c
Merge pull request #1800 from cs/move-entry-filter-into-jekyll-module
2013-12-09 14:59:54 -08:00
Parker Moore
5495e0b21a
Update history to reflect merge of #1797
2013-12-09 17:57:40 -05:00
Parker Moore
7de78d469b
Merge pull request #1797 from dougjohnston/patch-1
2013-12-09 14:56:27 -08:00
Christoph Schiessl
695e5bbc40
move EntryFilter class from global namespace into Jekyll module
2013-12-09 23:06:27 +01:00
Eric Mill
28ca5d71ee
Remove comments
2013-12-09 16:47:42 -05:00
Eric Mill
470abf46e2
better, simpler test case...
2013-12-09 16:42:51 -05:00
Doug Johnston
ea244e507c
Fix a broken link on the troubleshooting.md page
2013-12-09 15:04:48 -05:00
Parker Moore
063111737c
Refactor data/[] fetching of item property.
2013-12-09 12:59:43 -05:00
Parker Moore
bf9cf5340d
Reject nil entries in Site#read_things
2013-12-09 12:46:57 -05:00
Parker Moore
4fb6022113
Update history to reflect merge of #1791
2013-12-09 12:33:36 -05:00
Parker Moore
3a3d6500bc
Merge pull request #1791 from konklone/kramdown_gfm
...
Document Kramdown's GFM parser option
2013-12-09 09:33:00 -08:00
Parker Moore
585e074cda
Update files list in gemspec.
...
Fixes #1793
2013-12-09 12:29:45 -05:00
Matt Iversen
345ed97cb7
Add link to Jekyll homepage
2013-12-10 04:00:07 +11:00
Eric Mill
caefd7b85f
move input GFM option down to the bottom, not in the defaults
2013-12-08 22:59:15 -05:00
Eric Mill
71e625e02c
current state
2013-12-08 22:56:29 -05:00
Eric Mill
14418f74ae
in-progress patch for maruku and fenced code blocks
2013-12-08 22:37:46 -05:00
Eric Mill
3fe261f91c
Mention the 'input' option to use a GFM parser in the kramdown options documentation.
2013-12-08 20:13:52 -05:00
Parker Moore
381ab4e71b
Implement group_by Liquid filter & tests.
2013-12-08 01:16:48 -05:00
Parker Moore
d2e948600f
Update history to reflect merge of #1787
2013-12-08 01:05:10 -05:00
Parker Moore
d2dc52bcb0
Merge pull request #1787 from mojombo/css-includes-2
...
Move jekyllrb.com CSS to includes & Update Normalize.css to v2.1.3
2013-12-07 22:02:35 -08:00
Parker Moore
6c23751a4a
Upgrade to normalize.css v2.1.3
2013-12-08 01:00:55 -05:00
Anatol Broder
d089923271
Move CSS files to includes.
2013-12-08 01:00:40 -05:00
Parker Moore
601f89d4d1
Remove File.read_with_options patch to allow 1.9 and 1.8 to behave the same
2013-12-08 00:50:12 -05:00
Parker Moore
f14c9db282
Add tests in all the time that was omitted for Ruby 1.8.x
2013-12-08 00:48:25 -05:00
Parker Moore
b4b6df5b6c
Remove checks for Ruby 1.8.x
2013-12-08 00:48:10 -05:00
Parker Moore
d130fd13dc
Remove Ruby <1.9 core extensions
2013-12-08 00:47:44 -05:00
Parker Moore
6ad0be7c6e
Don't check for >= 1.9 in Rakefile
2013-12-08 00:47:23 -05:00
Parker Moore
fa3476dd2a
Update history to reflect merge of #1657
2013-12-08 00:43:44 -05:00
Parker Moore
b58cd5c132
Merge pull request #1657 from mojombo/safe-whitelist
...
A gem-based plugin whitelist for `safe` mode
2013-12-07 21:41:55 -08:00
Parker Moore
1297ed5c1d
Remove weird 1.8.7 workarounds in features env
2013-12-06 01:42:37 -05:00
Parker Moore
96ecfb30ef
Require Ruby version >= 1.9.2 in gemspec
2013-12-06 01:42:23 -05:00
Parker Moore
c5ff3fec39
Remove 1.8.7 from Travis build spec
2013-12-06 01:42:04 -05:00
Parker Moore
e91db82d26
I mean the argument and the local variable should be the same thing
2013-12-06 01:07:34 -05:00
Parker Moore
5591ff2a6b
Whoops, it's called 'jekyll_run_output'
2013-12-06 00:57:19 -05:00
Parker Moore
bce2c2efb4
Print the output of Jekyll if the command fails
2013-12-06 00:52:33 -05:00
Parker Moore
f0fbc8f356
Refactor conditions for allowing plugins into a new method: Site#plguin_allowed?
2013-12-06 00:26:44 -05:00
Parker Moore
249b13a98a
Hm, shouldn't need that call to 'rescue' in Site#whitelist
2013-12-06 00:24:59 -05:00
Parker Moore
5c9f9a4de8
The whitelist should be an array (not a file)
...
Default to `[]` if the key’s value is falsey
2013-12-06 00:23:22 -05:00
Parker Moore
8d898dafde
Add "jekyll_test_plugin_malicious" as gem dep
2013-12-06 00:22:07 -05:00
Parker Moore
be5966a2ec
Remove option from CLI
2013-12-06 00:21:47 -05:00
Parker Moore
6187861e91
Add test code for 'whitelist' option.
2013-12-06 00:21:34 -05:00
maul.esel
f1869cda98
Merge branch 'master' into frontmatter-defaults
2013-12-05 19:29:57 +01:00
maul.esel
960e01cba8
move self.type to convertible
2013-12-05 09:14:31 +01:00
Parker Moore
4786cfcb5e
If no args are given, then list possible importers.
2013-11-20 22:51:47 -05:00
Parker Moore
35ef90ac66
Check if JekyllImport is defined using Object#const_defined?
2013-11-20 22:51:47 -05:00
Parker Moore
b923df0c01
Let jekyll-import specify subcommands and their options for each importer.
...
@mojombo, this look better?
2013-11-20 22:51:47 -05:00
Parker Moore
b61534d260
Switch from commander to mercenary in gemspec
2013-11-20 22:51:24 -05:00
Parker Moore
2299e996d2
Fix serve -> server alias, ensure --drafts is mapped to show_drafts
2013-11-20 22:51:24 -05:00
Parker Moore
d1856b40f8
Add syntax for mercenary CLI engine by @mojombo
2013-11-20 22:51:24 -05:00
David Silva Smith
cbdadc83a1
Add block of code which should be added to Gemfile for Windows listen compatibility.
...
Closes https://github.com/mojombo/jekyll/pull/1720
2013-11-18 15:20:44 -05:00
Parker Moore
752a862c67
Add note about auto-regeneration
2013-11-18 15:17:50 -05:00
Aigars Dzerviniks
e974370cf1
Add additional information about encoding issues on Windows
2013-11-18 15:12:21 -05:00
Parker Moore
12fcdd9bfa
Some beginning collection for Windows users.
...
Leaving the office so it's a bit unkempt.
2013-11-18 15:12:21 -05:00
Parker Moore
435d0bc4ab
Empty file for windows docs.
2013-11-18 15:12:21 -05:00
Parker Moore
615d49ed66
Remove Site.whitelist attribute.
2013-11-04 23:24:21 -05:00
Parker Moore
a4b9bab1dc
Add --whitelist flag and internal logic
2013-11-04 23:24:21 -05:00
Parker Moore
480e35037b
A start at a gem-based plugin whitelist for Pages.
2013-11-04 23:24:21 -05:00
maul.esel
2b275ef192
oops, fix minor indentation quirk
2013-10-15 14:38:45 +02:00
maul.esel
96a37ac1ab
document frontmatter defaults precedence
2013-10-15 14:25:47 +02:00
maul.esel
dd851943c0
adjust frontmatter defaults precedence handling
...
Before, the bottom-most default set had highest precedence. Instead,
now the set with a longer i.e. more specific path has precedence and
sets with a type setting have precedence over those without one. In
case of equal precedence the bottom-most still wins.
2013-10-15 14:18:44 +02:00
maul.esel
32b4de3ea6
change cucumber feature to test for precedence too
2013-10-15 13:32:49 +02:00
maul.esel
20ea0c8d56
Merge branch 'master' into frontmatter-defaults
2013-10-14 19:44:06 +02:00
maul.esel
699eeba9f0
fix frontmatter defaults for custom paths
...
The Page#path or Post#path can be overriden by by a frontmatter
setting. This causes path-based frontmatter default detection to
fail. Add test to demonstrate this and fix it.
2013-10-14 19:16:53 +02:00
maul.esel
1c52657d7d
more robust cucumber features
2013-10-14 19:13:20 +02:00
maul.esel
67a451ea84
fix slash handling for paths
2013-10-14 18:43:12 +02:00
maul.esel
8091029329
move cucumber features to own file
2013-10-14 16:48:26 +02:00
maul.esel
1cb67932f6
fix minor docs quirk
2013-09-16 15:46:15 +02:00
maul.esel
299cb93147
improve path checking, now using Pathname instead of regex
2013-09-16 15:42:59 +02:00
maul.esel
8060cb60a2
Add site documentation for the new feature
2013-09-11 18:39:59 +02:00
maul.esel
5775603f49
add inline code docs
2013-09-11 17:49:34 +02:00
maul.esel
0874c14b2c
improve validation code
2013-09-11 17:37:15 +02:00
maul.esel
accea6648c
fix for Ruby 1.8
2013-09-11 17:27:34 +02:00
maul.esel
2ba26f1bb6
Add basic cucumber features for frontmatter defaults
2013-09-11 00:57:49 +02:00
maul.esel
fb911af2cd
Retrieve frontmatter defaults when retrieved internally
...
This is for example possible for layout defaults to take effect.
2013-09-11 00:57:18 +02:00
maul.esel
9d44d3290b
make frontmatter defaults available to liquid
2013-09-11 00:55:57 +02:00
maul.esel
b3fdaa9792
add a class FrontmatterDefaults for handling of frontmatter defaults
2013-09-11 00:55:28 +02:00
maul.esel
3ccd8dad31
Add a method to retrieve type to post, page and draft
2013-09-11 00:48:05 +02:00
Stephen McDonald
a38902b5a7
Use valid css class names when pygments language contains invalid chars, eg html+jango
2013-04-23 06:48:31 +10:00