Commit Graph

741 Commits

Author SHA1 Message Date
Rob Murray d34d4cbc37 Add link to Jekyll Project Version Tag plugin 2014-06-01 12:04:49 +01:00
Parker Moore 4e37b51749 Merge pull request #2439 from tschmidt/update-configuration-documentation 2014-05-30 18:14:52 -04:00
Terry Schmidt 42cc3cac21 Changes to help clarify defaults in site config vs front-matter 2014-05-30 09:54:07 -05:00
Ben 8f9b0424b6 Add jekyll_github_sample plugin 2014-05-29 13:05:37 -07:00
Terry Schmidt 4dcb877ff9 Tweak front-matter vs site configuration per comments from @parkr on jekyll/jekyll#2439 2014-05-27 10:14:28 -05:00
Terry a0595a00e8 Update explanation of the site front-matter defaults section 2014-05-23 10:03:14 -05:00
Parker Moore f416c686af Merge pull request #2389 from kleinfreund/patch-1 2014-05-21 01:09:54 -04:00
Parker Moore 3c6377d665 Merge pull request #2395 from rdumont/data-subdirectories 2014-05-21 01:09:15 -04:00
Parker Moore 5aefaa1c48 Merge pull request #2418 from mathbruyen/collections_permalink 2014-05-20 22:52:29 -04:00
Parker Moore d3f9427e37 Merge pull request #2424 from kleinfreund/patch-2 2014-05-20 15:35:47 -04:00
Ivan Tse 27381b7f07 Remove extra period. [ci skip] 2014-05-20 09:58:43 -04:00
Philipp Rudloff 936a00a974 Prevent table from extending parent width
The table containing the _Permalink style examples_ [in the docs](http://jekyllrb.com/docs/permalinks/#permalink-style-examples) extends the width of the content container.

The solution I propose is a bit dirty, because I remove `permalink: ` in the left column to make the table fit.

Another way would be using `white-space: normal;` for code inside tables. That would lead to _ugly_ line-breaks within the code.

What do you think?
2014-05-19 16:41:33 +02:00
Chezou 755088dbf0 Fix broken link on installation.md 2014-05-19 00:13:40 +09:00
Mathieu Bruyen 921dbe0547 Override collection url template 2014-05-17 10:40:52 +02:00
Parker Moore b54f4e830a Merge pull request #2410 from XhmikosR/master 2014-05-15 12:33:03 -04:00
XhmikosR 7053e468cf Update Font Awesome to v4.1.0. 2014-05-15 09:41:38 +03:00
Josh Davis 11e3217ec1 Remove broken link in extras.md, closes #2400 2014-05-12 11:57:54 -05:00
Parker Moore e7b8123141 Merge pull request #2387 from jaybe-jekyll/doc_updates 2014-05-12 11:52:35 -04:00
jaybe@jekyll fc7f724529 Remove Quickstart' Default Markdown Section
Remove default Markdown section from Quickstart documentation page as
it is redundant and unnecessary at this time. #2387
2014-05-12 10:48:31 -05:00
Rodrigo Dumont 418c978b91 Add _data sub-folder support to docs 2014-05-12 11:21:31 -03:00
Parker Moore 31d7afc987 Merge pull request #2368 from XhmikosR/master 2014-05-12 01:11:15 -04:00
Anatol Broder a5b3104b0c Change timezone to Los Angeles 2014-05-12 00:47:54 +02:00
Philipp Rudloff 5e2c03635f Adding to pagination note: Cannot include collections
Adding a sentence to the paragraph to clarify, that pagination is restricted to posts and that it can't contain collections.
2014-05-11 22:14:03 +02:00
Philipp Rudloff a9cf8c4c04 Add collections to info about pagination support.
Currently: _Pagination does not support tags or categories_
Proposed: _Pagination does not support tags, categories or collections_

Maybe in the future? Related: #2376
2014-05-11 10:10:06 +02:00
jaybe@jekyll 3233005a0a Update Quickstart re: kramdown default
Update Quickstart documentation to reflect Jekyll’ 2.0 default of
kramdown Markdown engine versus Redcarpet.
2014-05-10 23:47:48 -05:00
XhmikosR af53111070 Include anchor_links before the end closing `body` tag. 2014-05-10 21:02:45 +03:00
XhmikosR cba586f06f Update anchor_links.html.
* fix `TypeError` when we are in home
* remove default type and encoding
* format the code
2014-05-10 21:02:45 +03:00
Ben Balter 1315112ab5 dot json; 2014-05-09 10:32:18 -04:00
Ben Balter d3f9da7645 document json support 2014-05-09 10:30:36 -04:00
Parker Moore f93de58f3b Link to the changelog. 2014-05-08 23:13:46 -04:00
Parker Moore 4e8ddd5fa3 Update history. 2014-05-08 23:12:44 -04:00
Parker Moore 5a0eb41d19 Add release post for v2.0.3 2014-05-08 23:12:30 -04:00
Parker Moore 70a06c9b59 Update site/docs/history.md for #2363. 2014-05-08 22:17:33 -04:00
Yi Zeng 53454a370b Re-rake history.md in site folder after fixes 2014-05-09 13:52:49 +12:00
Parker Moore c3b4ca7135 Merge pull request #2353 from gpxl/configuration-defaults-typo 2014-05-08 21:10:43 -04:00
gpxl 6a9db38006 Fix link to frontmatter defaults docs 2014-05-07 22:05:02 -07:00
Yi Zeng db5fa3d15e Use symbol instead of HTML number in upgrading.md
Fix case #2349
2014-05-08 14:56:15 +12:00
Parker Moore 08a87ae4a0 Merge pull request #2342 from jekyll/anchor-links 2014-05-07 17:25:03 -04:00
Parker Moore 6580374c4f Add newlines, duh. 2014-05-07 17:24:55 -04:00
Parker Moore 106e323205 Add font-awesome web fonts. 2014-05-07 16:48:45 -04:00
Parker Moore 228d2c4c44 Use HTML and CSS we just created. 2014-05-07 16:48:38 -04:00
Parker Moore 24ed3e6e41 Add font-awesome & Ben's CSS 2014-05-07 16:48:31 -04:00
Parker Moore 72cb5cae1e Pure JavaScript for adding anchors. 2014-05-07 16:48:23 -04:00
Parker Moore 8641722b52 Use kramdown. 2014-05-07 16:47:11 -04:00
Alberto Grespan 4835bbbdb4 Fix baseurl default in the docs
Display the new baseurl default (commit: [97e9fb2](97e9fb29b0)) in the docs.
2014-05-07 15:50:34 -04:30
Parker Moore daaae974b3 Update site history. 2014-05-07 15:11:22 -04:00
David Briggs cdb46f03f7 add missing 'as' 2014-05-07 14:53:55 -04:00
Parker Moore 0614d2f966 Update history conversion so it works from MD ~> Website 2014-05-07 00:47:15 -04:00
Parker Moore ac666490d2 Release 2.0.2 2014-05-06 23:59:49 -04:00
Kevin Ingersoll 3498cc9947 Add a little clarity to docs 2014-05-07 14:48:35 +12:00