Commit Graph

372 Commits

Author SHA1 Message Date
Matt Rogers 04e1f1087f Merge pull request #1511 from mojombo/fix-validation-errors
Fix W3C Validation Errors On jekyllrb.com
2013-09-06 20:31:08 -07:00
Parker Moore e555910f45 Move .post .post-content to a <div> to maybe fix weird validation issue. #1508. 2013-09-06 23:05:24 -04:00
Parker Moore bc0b541e77 Add alt tag to post author <img> tag in site. #1508. 2013-09-06 23:01:44 -04:00
Parker Moore 2eb2a15bd3 Move news/releases/index.md to news/releases/index.html to prevent unnecessary <p> tags. #1508. 2013-09-06 23:00:36 -04:00
Parker Moore cb521b7f9a Move news/index.md to news/index.html to prevent unnecessary <p> tags. #1508. 2013-09-06 22:59:43 -04:00
Parker Moore 3b2ae1d9c3 Fix validation error on home page. #1508. 2013-09-06 22:58:14 -04:00
Matt Rogers 24f0debeae Change 'version `--drafts`' to 'version of `--drafts`' 2013-09-06 21:48:35 -05:00
Parker Moore 64ea8831b1 Add Jekyll v1.2.0 release post. 2013-09-06 22:22:59 -04:00
Parker Moore ba7fea63cd Merge pull request #1506 from dafi/patch-1
Added link to TOC Generator Filter Plugin
2013-09-05 14:43:58 -07:00
Davide Ficano d122bfd5ab Added link to TOC Generator Filter Plugin 2013-09-05 11:54:30 +02:00
Jens Bissinger 1b63aff279 XML-escape blog post title in feed.xml 2013-09-04 19:21:23 +02:00
Anatol Broder bfe93729dd Add Good Include to plugin list 2013-09-02 09:04:21 +02:00
Parker Moore 245e9fdb7b Merge pull request #1488 from troyswanson/iso8601
Clarify that date_to_xmlschema returns an ISO 8601 string
2013-09-01 10:35:44 -07:00
Troy Swanson afda7c273f Clarify that date_to_xmlschama returns an ISO 8601 string
References #1435
2013-09-01 12:05:18 -05:00
Nick Quinlan bec508261d added jekyll-pageless-redirects to plugin list 2013-09-01 07:50:41 -07:00
Parker Moore 6475cce179 Merge pull request #1463 from penibelst/add-site-repository
Add site.repository for the URL on Github. Close #1456
2013-08-30 15:38:35 -07:00
Parker Moore bed2978255 Fix docs/templates.md private gist example.
Duplicate of #1477 because we develop on the master branch.
2013-08-30 18:32:37 -04:00
Michael Parker cccfe1be78 Clarify that --config flag can take multiple files 2013-08-29 16:27:47 -07:00
Anatol Broder 0ab2b4207a Add site.repository for the URL on Github. Close #1456 2013-08-28 09:23:11 +02:00
Anatol Broder ff6cfc6bf8 Add trailing slash to post URL
Related to #1411
2013-08-28 08:36:41 +02:00
Matt Rogers 4fa4ad2232 Merge pull request #1443 from ddavison/detachment
Detachment
2013-08-24 20:16:42 -07:00
Parker Moore 319a09ae61 Merge pull request #1430 from penibelst/site-speed
Update normalize.css to v2.1.2 and minify
2013-08-23 09:06:32 -07:00
Parker Moore 06bf97d332 Fix TypeError on Generation
After several page build fails, this seems to have fixed up the following error:

lib/jekyll/excerpt.rb:108:in `partition': type mismatch: NilClass given (TypeError)
2013-08-23 01:39:54 -04:00
ddavison aedac6060b adding new -B flag for -background- 2013-08-23 01:19:41 -04:00
ddavison 8463e62d92 adding note about running detached 2013-08-22 13:45:06 +00:00
Anatol Broder aadf992616 Add code tags 2013-08-22 08:32:56 +02:00
ddavison 8efcca9ddc adding documentation on using detach 2013-08-21 21:10:42 +00:00
Benjamin Esham 1177cb6f54 Add "pluralize" and "reading_time" filters to docs 2013-08-20 20:57:15 -04:00
Anatol Broder 854db4a7f8 Update normalize.css to v2.1.2 and minify 2013-08-18 14:23:06 +02:00
Matt Rogers 894ae74619 Merge pull request #1418 from nfagerlund/docs_redcarpet
Docs: Explain what goes into the redcarpet: extensions: array
2013-08-13 17:34:43 -07:00
Anatol Broder 00285411eb Update curly apostrophes 2013-08-13 22:56:04 +02:00
Nick Fagerlund 6f22c83249 Docs: Explain what goes into the redcarpet: extensions: array
- Document the two secret-sauce extensions that Jekyll adds, which don't seem to
  be mentioned elsewhere.
- Link to the Redcarpet documentation for other extensions.
- Mention the three or so most common extensions.
- Mention that Redcarpet 2.2.2 lacks several extensions that were added later.
2013-08-13 13:50:56 -07:00
Anatol Broder 9e0e6a721c Correct section links 2013-08-12 19:11:04 +02:00
Anatol Broder d7b5c40901 Correct internal links 2013-08-11 15:09:23 +02:00
Parker Moore bc3dccf0e5 Merge pull request #1386 from mojombo/disable-excerpts
Disable automatically-generated excerpts with option
2013-08-08 02:39:06 -07:00
Parker Moore f17f799221 It's WordPress - capital P, dang it.
WordPress, like GitHub, is a camel-cased name that deserves to be
written properly. Props to @jeremyvisser for pointing this out.

Closes #1384
2013-08-06 18:44:20 +02:00
Parker Moore a73b17d08c Docs about disabling excerpts. 2013-08-06 18:24:47 +02:00
Parker Moore 3af0e2ea4c bugs in the site 2013-08-06 18:08:58 +02:00
Parker Moore 5817d5a372 We don't need excerpts in jekyllrb.com 2013-08-06 18:08:22 +02:00
André Arko fdf14d3911 Escape tag literal 2013-08-04 12:30:06 -07:00
André Arko 73d03e5b54 Add postfiles plugin
Add my postfiles plugin to the list of plugins.
2013-08-04 01:21:17 -07:00
Matthias Vogelgesang 0b9199bba5 Add jekyll-ditaa to plugins list 2013-08-02 16:57:11 +02:00
Matt Rogers 7bc98cba24 Merge pull request #1354 from agelber/add-jekyll-rss-to-plugins
Added jekyll-rss plugin to docs
2013-07-25 11:52:18 -07:00
Assaf Gelber 2c960bf4ed Added the word 'feed' :| 2013-07-25 21:50:19 +03:00
Parker Moore ee9939b101 Merge pull request #1346 from penibelst/patch-1
Use different quote types for HTML and Liquid
2013-07-25 11:19:43 -07:00
Matt Rogers a88493007c @parkr releases 1.1.2 and I'll release 1.1.4
Wonder twin powers, activate!
2013-07-25 12:48:01 -05:00
Assaf Gelber 67186e6318 Added jekyll-rss plugin to docs 2013-07-25 20:28:45 +03:00
Ben Balter f2481cf6c0 s/you are may/you may/ 2013-07-25 09:44:28 -04:00
Ben Balter 7d4a442cbf get the version # right 2013-07-25 09:37:57 -04:00
Ben Balter 2b56f0dd7c 💄 2013-07-25 09:36:47 -04:00