Parker Moore
5f6af4c215
Add note about installing Xcode on the Mac in the Installation docs.
...
Xcode command-line tools (clang and ruby headers) are required for installing some of Jekyll's dependencies which create native extensions.
Closes #1561 .
2013-09-18 13:51:56 -04:00
Matt Rogers
0b40bd033b
Merge pull request #1553 from penibelst/change-link-liquid
...
Change links to Liquid documentation
2013-09-16 18:38:13 -07:00
David Ensinger
ed92d1c4c2
Add link to Jekyll Suggested Tweet liquid tag to list of Tags plugins.
2013-09-15 18:56:18 -04:00
Parker Moore
ab4fb89043
Fix params on JekyllImport::WordPress.process so it's using hash
2013-09-15 23:13:02 +02:00
Parker Moore
30bce38ef2
Fix JekyllImport::WordPress instructions on docs site to use hash as parameter.
...
See comment by @grobmeier on 97cb3f1336
2013-09-15 23:11:22 +02:00
Anatol Broder
d761338c2c
Change links to Liquid documentation
2013-09-15 07:44:49 +02:00
Parker Moore
be9c0dcc7e
Update docs/history.md for v1.2.1
2013-09-14 20:57:10 -04:00
Parker Moore
f169e37c81
Add release post.
2013-09-14 20:56:42 -04:00
Parker Moore
97cb3f1336
Update JekyllImport::WordPress instructions on docs site.
...
Closes #1548 .
2013-09-14 20:16:26 -04:00
Parker Moore
5355fcf02d
Update Contributing page in the docs to match the new CONTRIBUTING.markdown. #1537 .
2013-09-14 20:09:26 -04:00
Parker Moore
3fde4f796c
Merge pull request #1516 from penibelst/fix-post-title
...
Fix 1.2.0 release post title
2013-09-12 07:37:04 -07:00
Parker Moore
3e936e8b75
Update site/docs/history.md as per #1512 .
2013-09-11 19:15:47 -04:00
Parker Moore
f7bccfd08f
Whoops, spelled 'detach' incorrectly.
...
https://twitter.com/strangerpixel/status/376257545968824320
2013-09-09 11:16:24 -04:00
Anatol Broder
50236be19c
Fix 1.2.0 release post title
2013-09-07 23:06:51 +02:00
Parker Moore
73789f20e1
Update history and History.markdown so it is consistent with previous release headers.
2013-09-07 01:59:48 -04:00
Parker Moore
b741e65f99
Fix problem link to /docs/history/ in v1.2.0 release post.
2013-09-07 01:55:07 -04:00
Parker Moore
d9f73cad9d
Fix merge conflict.
2013-09-07 00:12:15 -04:00
Parker Moore
d48f339a1f
Fix link to History page from Release v1.2.0 notes post.
2013-09-07 00:10:33 -04:00
Matt Rogers
5a47609c65
Merge pull request #1507 from penibelst/add-site-menu
...
Make navigation menus reusable
2013-09-06 20:57:34 -07:00
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
Anatol Broder
eb29209c24
Expand URL
2013-09-06 20:40:00 +02:00
Anatol Broder
102d83f78d
Make navigation menus reusable
2013-09-06 02:00:23 +02:00
Anatol Broder
3f7dcaa2ec
Make navigation menu reusable
2013-09-06 01:59:22 +02: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