Tomasz Stachewicz
9396c9d04c
migrators now open Sequel connection to mysql with utf8 encoding. Closes GH-220
2010-11-18 18:14:08 +01:00
Tom Preston-Werner
38ed81e0ce
Update history for --base-url option.
2010-11-18 00:11:04 -06:00
Arnar Birgisson
4a8fc1fa6e
Adding baseurl option. Fixes #51
2010-11-17 22:50:40 +01:00
Tom Preston-Werner
d53ea4a0dd
Update history for uri_escape filter.
2010-11-17 15:32:03 -06:00
Tom Preston-Werner
f7ab019a39
Merge remote branch 'claco/uri-escape'
2010-11-17 15:30:34 -06:00
Tom Preston-Werner
4afee1bda1
Merge remote branch 'jlecour/master'
...
Conflicts:
lib/jekyll/page.rb
2010-11-17 15:25:55 -06:00
Tom Preston-Werner
8cc537026d
Update history for --limit-posts option.
2010-11-17 14:59:20 -06:00
Tom Preston-Werner
054b796b9f
Merge remote branch 'cblunt/limit_posts'
2010-11-17 14:56:32 -06:00
Tom Preston-Werner
c1a7662311
Merge remote branch 'lpenz/master'
...
Conflicts:
History.txt
2010-11-17 12:35:29 -06:00
Tom Preston-Werner
accdb2d39f
Update history for wordpress.com importer.
2010-11-17 12:16:15 -06:00
Christopher H. Laco
4c08643c50
Added uri_escape for cases where cgi_escape isn't appropriate
2010-11-12 11:15:30 -05:00
cblunt
d97bcadd03
Merge branch 'limit_posts' of github.com:cblunt/jekyll into limit_posts
...
Conflicts:
bin/jekyll
2010-09-13 00:33:32 +01:00
cblunt
f688c9df81
Added limit-posts option to site configuration.
...
* Added unit tests for limit-posts.
* Added feature for limit-posts.
* Added --limit_posts option to bin/jekyll options parser
2010-09-13 00:31:52 +01:00
cblunt
8ecb70d3e3
Added limit-posts option to site configuration.
...
* Added unit tests for limit-posts.
* Added feature for limit-posts.
* Added --limit-posts option to bin/jekyll options parser
2010-09-13 00:15:42 +01:00
Jeremy Lecour
e9cf7b4636
Treat dotfiles as files without extension
...
If the file starts with a dot, the whole filename is considered the basename
and there is not extension.
2010-09-09 09:40:47 +02:00
Jeremy Lecour
16c19ecd19
Add a failing test for rendering dotfiles
...
The test uses a simple ".htaccess" file that needs to be rendered
as any other page, like the sitemap.xml, …
2010-09-09 09:37:51 +02:00
Leandro Lisboa Penz
b1049c84cd
Correctly generates file basename. Fixes #208 .
...
The previous procedure generated invalid basenames when the filename had
more than one dot.
2010-09-05 18:11:09 -03:00
Matt Hall
b6678d4e43
Added Wordpress.com migrator
2010-09-02 13:36:31 +01:00
Tom Preston-Werner
3fa9af17fa
Release 0.7.0
2010-08-24 15:35:18 -07:00
Tom Preston-Werner
9b423a96fd
Update history for ctrochalakis/rdiscount_extensions.
2010-08-24 15:21:47 -07:00
Tom Preston-Werner
391d1a9677
Merge remote branch 'ctrochalakis/rdiscount_extensions'
2010-08-24 15:19:47 -07:00
Postmodern
f4fb833d34
The site configuration may not always provide a 'time' setting. Closes #184 .
...
* This fixes a bug on Ruby 1.9.1 and 1.9.2 where Time.parse was being
passed an emptry String, if the 'time' setting was not defined.
2010-08-24 15:19:22 -07:00
Tom Preston-Werner
d9bc00c804
Highlight should not be able to render local files.
2010-08-24 15:05:28 -07:00
Tom Preston-Werner
5e997cae21
Release 0.6.2
2010-06-25 15:56:57 -07:00
Tom Preston-Werner
f35d287c66
Fix page.url to include full relative path. Fixes #181 .
2010-06-25 15:12:39 -07:00
Tom Preston-Werner
1c3fedbb31
Expand source, destination, and plugin paths. Fixes #180 .
2010-06-25 14:40:27 -07:00
Christos Trochalakis
a56eeb8289
Add support for rdiscount extensions
...
Specify extensions at your _config.yml file:
...
rdiscount:
extensions: [smart, autolink]
Available extensions can be found here:
http://rdoc.info/projects/rtomayko/rdiscount
closes #173
2010-06-25 16:38:45 +03:00
Tom Preston-Werner
908526455c
Ensure that RedCloth is loaded when textilize filter is used. Fixes #183 .
2010-06-24 18:14:59 -07:00
Tom Preston-Werner
ce5a2a04e3
Fix Rakefile release task (tag pushing was missing origin)
2010-06-23 15:58:09 -07:00
Tom Preston-Werner
44015665b9
Release 0.6.1
2010-06-23 15:52:56 -07:00
Tom Preston-Werner
6a605753c1
Need double quotes for newline character. Fixes #178 .
2010-06-23 15:50:22 -07:00
Tom Preston-Werner
99ee0c4803
Release 0.6.0
2010-06-22 17:56:16 -07:00
Tom Preston-Werner
de3ee99d30
Use Dir.pwd for other default paths as well (reverts fix in #101 )
2010-06-22 16:22:58 -07:00
Tom Preston-Werner
36411dd10f
update history for #75
2010-06-22 16:15:31 -07:00
Tom Preston-Werner
f8484570b7
Merge remote branch 'christianhellsten/master' into next
2010-06-22 16:01:48 -07:00
Tom Preston-Werner
9bb2066cf1
update history for #147
2010-06-22 16:01:28 -07:00
Tom Preston-Werner
0ce13c943d
Merge remote branch 'darwin/site_url_from_cmdline'
2010-06-22 15:33:06 -07:00
Tom Preston-Werner
de8bd48154
Maruku is now the only processor dependency installed by default. Closes #57 .
...
Other processors will be lazy-loaded when necessary (and prompt the
user to install them when necessary).
2010-06-22 15:17:39 -07:00
Christian Hellsten
68c69fb3ef
removed duplicate .js mime-type
2010-06-22 15:53:26 +03:00
Christian Hellsten
46a95bc036
git merge mojombo/master
2010-06-22 15:42:51 +03:00
Antonin Hildebrand
23d26c5525
allow setting --url <custom_site_url> from commandline (issue #15 , closes #143 )
...
Sometimes you may be forced to use absolute urls. For example I had problem with FeedBurner's blog post preview page. Image links specified as relative urls were not resolved correctly. I can imagine some poor RSS readers may behave similar way.
I wanted site.url to be configurable, because I didn't want to hard-code final url there. I still want to be able to have working link when doing local web site development and testing. I have small bash script which runs jekyll -serve --auto with this parameter set for local development. My setup is more complicated, because I use several jekylls behind reverse proxy to simulate setup on http://binaryage.com which uses gh-pages from many repos together with layouts linked as git modules.
2010-06-22 09:11:42 +02:00
Tom Preston-Werner
6932a40d17
update history for #31
2010-06-21 19:32:50 -07:00
Tom Preston-Werner
aa9993a6c1
Merge remote branch 'koraktor/pygments-options' into next
2010-06-21 19:31:22 -07:00
Tom Preston-Werner
8a417e86c0
update history for #142
2010-06-21 17:57:48 -07:00
Antonin Hildebrand
f91954be76
optimization: write static file to the destination only if source file timestamp differs
...
Also make sure static files get regenerated when they are missing in destination.
This is useful in --server --auto mode when it reduces disk/cpu load and also plays nice with xrefresh-server (which was my main motivation) -> soft CSS refresh works again!
2010-06-20 08:02:16 +02:00
Tom Preston-Werner
ace9911001
Merge remote branch 'sharms/master'
2010-06-19 11:03:42 -07:00
Tom Preston-Werner
cb77a5287b
load plugins under safe mode
2010-06-18 17:55:17 -07:00
Tom Preston-Werner
31c65c56f4
Extension -> Plugin
2010-06-18 15:47:01 -07:00
Tom Preston-Werner
5335debfb2
Merge remote branch 'technoweenie/no-leading-zeroes'
...
Conflicts:
lib/jekyll/post.rb
2010-06-18 15:34:56 -07:00
Steven Harms
1fba2ef516
Added yaml to requires
2010-06-09 10:13:43 -04:00