Commit Graph

2349 Commits

Author SHA1 Message Date
Parker Moore db0be233cf Update history to reflect merge of #1201. 2013-07-14 17:45:56 +02:00
Parker Moore 4ce89ac96d Merge pull request #1201 from zachgersh/all_kramdown
Supporting more kramdown options.
2013-07-14 08:45:05 -07:00
Matt Rogers 0751052a14 Merge pull request #1304 from DamianLettie/PostTimeZoneDocs
Add optional time zone when specifying page.date.
2013-07-14 07:31:15 -07:00
Damian Lettie 7521414d11 Add optional time zone when specifying page.date. 2013-07-14 18:17:09 +10:00
zachgersh b0fbfdb87d Added a configuration warning to our docs for the two kramdown options we don't support. 2013-07-14 00:32:48 -05:00
zachgersh 90500f37ac Deleted unused code. 2013-07-14 00:24:57 -05:00
zachgersh 774bf07380 Supporting more kramdown options. 2013-07-14 00:24:56 -05:00
Parker Moore d815c12571 Don't try to be smarter than the computer. Pass Excerpt#to_liquid to its parent post. 2013-07-14 04:22:34 +02:00
Matt Rogers 21b52bbf70 Update history to reflect merge of #1302 2013-07-13 20:40:37 -05:00
Matt Rogers 17c2296ff6 Merge pull request #1302 from mojombo/excerpt
Add support for liquid in post excerpts
2013-07-13 18:39:51 -07:00
Parker Moore e78d5dd5cb Will now have to render the post, not just transform it. 2013-07-13 16:18:38 +02:00
Parker Moore 015ace6773 Shuffle around rendering of extracted excerpt so it can be liquified. 2013-07-13 16:18:20 +02:00
Parker Moore 9f867c8014 Update history to reflect merge of #1098 2013-07-12 18:29:04 +02:00
Parker Moore 87a3774f2e Merge pull request #1098 from mojombo/catch-missing-configs
Crash if a specified config file isn't there
2013-07-12 09:27:31 -07:00
Parker Moore 253fc8c506 Raise LoadError if the file doesn't exist but do not catch it. :) 2013-07-12 12:22:06 +02:00
Parker Moore a7efb86d5c Throw ArgumentError when there's an invalid config file, and catch only that. 2013-07-12 11:56:22 +02:00
Parker Moore 456ac01890 Crash if a config file isn't there.
If a configuration file is specified via the command line but does not exist,
fail loudly and crash to preserve the current state. Do not fail if the requested
file is the default configuration file, _config.yml. In that case, fall back on
the defaults.
2013-07-12 11:18:46 +02:00
Parker Moore 86fd1c5dd4 Update history to reflect merge of #1144. 2013-07-12 10:52:28 +02:00
Parker Moore e1ecae250c Site#site_files_each ~> Site#each_site_file 2013-07-12 10:52:00 +02:00
Parker Moore 979d5c13c4 Merge pull request #1144 from jpiasetz/cleanup
Refactor Jekyll::Site
2013-07-12 01:48:34 -07:00
Parker Moore 05b9d6d736 Update history to reflect merge of #1289 2013-07-11 12:00:04 +02:00
Parker Moore ef0384a662 Merge pull request #1289 from mojombo/drafts-docs
Documentation for drafts
2013-07-11 02:56:45 -07:00
Matt Rogers a5b6522ee2 Make the text around generating the site more clear
Thanks to @jpiasetz for the suggestion!
2013-07-10 23:34:48 -05:00
Parker Moore d10007182d Be (mostly) anal-retentive about line columns. 🌽 😛 2013-07-11 00:14:38 +02:00
Parker Moore 07896a2923 Update history to reflect merge of #1296. 2013-07-11 00:12:54 +02:00
Parker Moore 71c997273e Merge pull request #1296 from jannypie/master
Troubleshooting tip for Mac OSX Mountain Lion
2013-07-10 15:05:20 -07:00
jannypie d6bc3d00af Update troubleshooting.md for Mac OSX native gem install issue 2013-07-10 17:10:29 -04:00
Matt Rogers 1ca967b839 Update history to reflect merge of #1290 and 1294 2013-07-10 13:41:26 -05:00
Donald Perry 530ad08210 Update the S3 deployment documentation
This is just #1294 on the appropriate branch.
2013-07-10 13:16:56 -05:00
Matt Swensen 73f942cf7d Adding details to GitHub Pages deployment docs regarding relative URLs.
Fixes #1291.
2013-07-10 13:54:02 +02:00
John Piasetzki 13fd798ec0 Extracted each method 2013-07-09 20:50:22 -04:00
Parker Moore 14a57529e4 Merge pull request #1290 from kolorahl/gemspec
Update gemspec to match new file extensions
2013-07-09 15:21:26 -07:00
Tyler Margison cf21de08c5 Update gemspec to match new file extensions 2013-07-09 15:05:09 -07:00
Parker Moore 9fe42fe09c Add _drafts to site structure page 2013-07-09 23:55:37 +02:00
Parker Moore 61a9988ef3 link to really crappy docs page 2013-07-09 23:55:27 +02:00
Parker Moore 3bc912c3c2 Really crappy docs page for drafts 2013-07-09 23:55:18 +02:00
Parker Moore 42ac16b28f Update history to reflect merge of #1204. 2013-07-09 23:17:14 +02:00
Parker Moore 08f6f3c2ed Merge pull request #1204 from maul-esel/include-params2
Support parameters for liquid include tags.
2013-07-09 14:14:40 -07:00
Parker Moore f6db08302b Update history to reflect merge of #1046 2013-07-09 23:12:13 +02:00
Parker Moore 3209b50022 Merge pull request #1046 from mojombo/jekyll-docs
Add 'docs' subcommand. Solves #1043, solves #1288.
2013-07-09 14:10:31 -07:00
Parker Moore 0358d520d3 Add 'docs' subcommand. Solves #1043. 2013-07-09 22:50:15 +02:00
Parker Moore 79f95b7a1c Update history to reflect merge of #1267. 2013-07-08 22:21:10 +02:00
Parker Moore 1286d980e6 Merge pull request #1267 from jpiasetz/Text-files
Standardized all text files on markdown and set all their extensions to ...
2013-07-08 13:19:23 -07:00
Parker Moore 6afbf2b05c Update history to reflect merge of #1093, #1285, #1286
NEWS SECTION YAY!!!!!!!!!!!!!!!
2013-07-08 22:17:43 +02:00
Parker Moore dca7158037 Merge pull request #1286 from cobyism/news-responsivityness
News responsivityness
2013-07-08 13:14:31 -07:00
Matt Rogers ff48b88a4f Update history to reflect merge of #1093 2013-07-08 14:01:35 -05:00
Matt Rogers 66c2ceeda3 Merge pull request #1093 from mojombo/blog-posts
News: Blog Posts on jekyllrb.com
2013-07-08 12:00:48 -07:00
Coby Chapple a6c0fa9b6d don’t indent lists so much on narrow screens 2013-07-08 20:00:21 +01:00
Coby Chapple 57994ef4c9 ensure overview nav has horizontal padding on mobiles 2013-07-08 19:48:47 +01:00
maul.esel 9d2849c562 set value outside if/else block 2013-07-08 20:43:03 +02:00