Mads Ohm Larsen
60da4ef010
Fix weird spacing
2015-01-15 22:04:00 +01:00
Matt Rogers
ce78ea7818
Merge pull request #3220 from inukshuk/patch-1
2015-01-13 19:02:41 -06:00
Ryan Burnette
80465efff7
Require date in filters.rb
2015-01-13 13:51:47 -05:00
Ryan Burnette
936c737a32
Address #3298
2015-01-13 02:21:28 -05:00
Sylvester Keil
60921132c6
Preserve original mtime when copying static files
2015-01-12 13:00:35 +01:00
Parker Moore
4cbd814546
Add support for Windows line feeds too.
2015-01-09 23:55:47 -08:00
Kevin Ushey
b92274b101
only strip newlines when rendering highlight blocks ( #3265 )
2015-01-09 00:07:11 -08:00
Tanguy Krotoff
c4d617e6aa
Fix nav items alignment when on multiple lines
2015-01-07 12:30:48 +01: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
Seth Warburton
21bd3e6c5a
[imp] Semantic structure improvements
2015-01-02 12:14:58 +00:00
Parker Moore
a098dc80cd
Merge pull request #3234 from jekyll/ruby-2-2
2014-12-29 20:49:04 -05:00
Parker Moore
7cd5847826
Merge pull request #3244 from jekyll/store-messages
2014-12-29 20:48:23 -05:00
Parker Moore
7bcf8d689e
Always call Time#localtime to translate to TZ'd time.
2014-12-29 20:12:35 -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
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
35a5af783a
Merge pull request #3189 from robschia/patch-1
2014-12-29 00:49:40 -05:00
Parker Moore
612eb737a5
Merge pull request #3047 from karouf/slugify-non-latin
2014-12-29 00:31:34 -05:00
Parker Moore
e39dfa3f0b
Merge pull request #2908 from alfredxing/document-path
2014-12-29 00:26:35 -05:00
Parker Moore
be23e18555
Say 'since 2.0'
2014-12-28 23:54:03 -05:00
Parker Moore
aa4beda868
Merge pull request #3240 from jekyll/snake_case
2014-12-28 23:36:08 -05:00
Parker Moore
c576d23908
Use External instead of Deprecator for requiring gracefully
2014-12-28 14:37:49 -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
0c0aea3ad7
Improve Site#getConverterImpl and call it Site#find_converter_instance
2014-12-28 14:12:09 -05:00
Parker Moore
b6641be8ef
Call it site_payload instead of payload.
2014-12-26 22:40:18 -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
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
b68dd3a5cb
Add liquid c if it's available.
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
Tanguy Krotoff
0aa61f66a8
Remove unneeded end tag
2014-12-26 12:10:03 +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
7227ad4ebb
Merge pull request #3116 from alfredxing/incremental
2014-12-22 08:57:50 -05: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
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
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
Alfred Xing
52f0b36558
Add incremental rebuild info to build command output
2014-12-04 20:09:49 -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
Tanguy Krotoff
64b0102686
Fix viewport meta tag
2014-11-29 12:30:43 +01:00
Alfred Xing
d0e12d69bc
Last few revisions
2014-11-28 14:05:40 -08:00
Alfred Xing
b6d81c58df
Perform less expensive operation first
2014-11-27 10:00:29 -08:00