Bud Parr
cf2fe606a6
fix quote
2014-08-01 22:50:14 -04:00
Bud Parr
27f2d75d88
change links from Markdown to HTML
2014-08-01 22:44:38 -04:00
Parker Moore
99f99169a4
Add quick troubleshooting docs for 'Could not find a JavaScript runtime.'
...
Fixes #2327 .
2014-08-01 14:20:29 -04:00
Parker Moore
1c8ae63ec3
Update site history.
2014-08-01 14:19:48 -04:00
Parker Moore
cf44052b0f
Merge pull request #2669 from budparr/master
2014-08-01 14:15:50 -04:00
Parker Moore
febf2ea3cf
Explain where Main files go and whereone can find an example site.
2014-08-01 14:13:44 -04:00
kleinfreund
650d78c2cf
Fixing anchor references to #front-matter-defaults
2014-08-01 10:54:23 +02:00
kleinfreund
0ed02e9c1e
Replacing front-matter/frontmatter with front matter
2014-08-01 10:07:09 +02:00
Bud Parr
1d669ed34b
add back info class
2014-07-31 19:00:56 -04:00
Bud Parr
cf94820e1a
fix warning flag (move from wrong note)
2014-07-31 18:37:50 -04:00
Parker Moore
d050fd11b5
Be more ambiguous about 'page.content'. But more transparent.
...
Fixes #2522 .
2014-07-31 18:29:03 -04:00
Parker Moore
9ccbfa0bae
Fix broken links now that docs is a collection in site.
2014-07-31 18:21:43 -04:00
Bud Parr
d8a7d770b4
add warning flag to note
2014-07-31 17:54:56 -04:00
Parker Moore
2953a7c663
Rearrange _config.yml
2014-07-31 04:43:33 -04:00
Parker Moore
b53b4a5e5a
Move to Sass.
2014-07-31 04:40:07 -04:00
Parker Moore
e57cd0031d
Use site.docs instead of site.pages.
2014-07-31 04:34:38 -04:00
Parker Moore
dc894e41af
Prep for v2.2.0 release.
2014-07-29 19:02:51 -04:00
Parker Moore
ee5828b2f7
Try to clarify the way sass imports happen.
...
/cc @mrzool
https://github.com/jekyll/jekyll-help/issues/104
2014-07-29 17:32:36 -04:00
William Denton
56a82b1e8a
Move to "other" section
2014-07-28 12:21:01 -04:00
William Denton
e9ae079fc3
Add jekyll-co2 plugin to list
2014-07-28 12:18:35 -04:00
Parker Moore
9b107a129a
gcnovus and bahuvrihi no longer exist on GitHub.
2014-07-24 15:21:36 -04:00
Parker Moore
10d6dcc4a9
Fix link to Jekyll v1.0.0 release post.
...
What are timezones.
2014-07-24 15:18:25 -04:00
Parker Moore
812c0e9281
Fix post_url in 2.0.0 release post. [ci skip]
2014-07-23 17:20:37 -04:00
Parker Moore
7c021657e1
Try removing the timezone altogether. [ci skip]
2014-07-23 17:13:42 -04:00
Parker Moore
5dff30d90c
Go back to UTC.
2014-07-23 17:12:29 -04:00
Parker Moore
3cc1b56810
Add jekyll-hook to deployment methods.
...
Port of #2617 to the master branch.
2014-07-23 16:58:34 -04:00
Parker Moore
d0faba12a3
Merge pull request #2622 from alfredxing/fix-markdown-docs
2014-07-22 10:39:50 -04:00
Parker Moore
1404e041e8
Merge pull request #2623 from mvdbos/master
2014-07-22 10:33:10 -04:00
Parker Moore
55d78f3c9f
Update the history I guess.
2014-07-22 10:32:57 -04:00
Matthijs van den Bos
e9f427c75b
Added kramdown-with-pygments plugin
...
This plugin enables Pygments syntax highlighting for Kramdown-parsed fenced code blocks
2014-07-22 12:23:35 +02:00
Alfred Xing
a661cd8295
Remove resolved RedCloth issue from troubleshooting
2014-07-21 11:38:04 -07:00
Alfred Xing
1be83e4e33
Fix URL
...
Copy & paste error introduced a `.dev` local domain; change
to a relative path instead
2014-07-21 11:12:57 -07:00
Alfred Xing
9109495894
Update outdated "Extras" page and remove duplicate documentation
2014-07-21 10:58:57 -07:00
Parker Moore
a262ea02d9
THOSE LINKS THO
2014-07-17 02:18:41 -04:00
Alfred Xing
c0750c1a3f
Fix rest of broken links
2014-07-16 14:43:43 -07:00
Alfred Xing
475e08bba3
Replace all RubyForge links with new residences
2014-07-16 13:43:09 -07:00
Parker Moore
7f48331ed4
Merge pull request #2601 from alfredxing/master
2014-07-15 11:47:37 -04:00
Parker Moore
e511550c91
Add slugs to the release sub headers, too!
2014-07-15 11:31:43 -04:00
Parker Moore
7f68b471aa
Add ids to history blocks which are useful.
2014-07-15 10:51:20 -04:00
Alfred Xing
73893a921c
Fix loads of other broken links
2014-07-14 16:36:52 -07:00
Alfred Xing
70ca41dd44
Fix Textile link
...
Fix broken link to Textile site to point to RedCloth
2014-07-14 16:36:31 -07:00
Ivan Tse
fde3a02b71
Add Jekyll::AutolinkEmail and Jekyll::GitMetadata
...
Add these plugins to the list of plugins.
2014-07-14 04:35:09 -04:00
Parker Moore
04d744fda3
Updated site history
2014-07-12 10:10:59 -07:00
Arnout Engelen
61a8512805
fix kramdown urls
2014-07-12 18:47:56 +02:00
Parker Moore
9df9edc4c7
Finished the Jekyll 2.1.1 release post. [ci skip]
2014-07-10 09:43:55 -07:00
Parker Moore
685cdbe124
Release Jekyll v2.1.1
2014-07-10 09:40:36 -07:00
Parker Moore
e8e245e20f
Fix Data Files example around iterative over files in a subfolder of _data.
...
Addresses @fkostadinov's comment in #2395 :
https://github.com/jekyll/jekyll/pull/2395#issuecomment-48151478
2014-07-09 08:24:33 -07:00
Julian Thilo
861c81b590
Update link to Windows installation guide
...
I've just released a new version of Run Jekyll on Windows and it's now got its own domain!
2014-07-09 01:44:11 +02:00
AJ Acevedo
a7cc026e2c
Fixed broken link to Permalinks page [ci skip]
...
The Permalinks link was generating a 404 error due to the link using a capital P in the link path.
2014-07-05 14:20:30 -04:00
Austin Pray
febf80cccd
Merge branch 'master' of github.com:jekyll/jekyll into beefUpDox
2014-07-03 10:36:16 -05:00
Jesse Shawl
fbb8c056d4
Fix typo
2014-06-30 13:26:22 -04:00
Philipp Rudloff
db38498d06
Add vertical margin to `highlight`
...
…so multiple code blocks are distinctive.
2014-06-29 08:41:59 +02:00
Parker Moore
2a422e1d83
Add contributor list to 2.1.0 release post.
...
I forgot! I'm really sorry!
2014-06-28 22:48:44 -04:00
Parker Moore
f93da3cfb1
Add 3 more lines to 2.1.0 release post.
2014-06-28 21:54:56 -04:00
Parker Moore
253b10818c
add #2554 to history on site
2014-06-28 21:38:17 -04:00
Parker Moore
f681b35b65
Booooom, 2.1.0 in history on site.
2014-06-28 17:42:53 -04:00
Parker Moore
e5683b1da5
Release post for 2.1.0
2014-06-28 17:41:22 -04:00
Parker Moore
404661fc72
You need NodeJS in order to install jekyll-coffeescript.
2014-06-28 16:09:19 -04:00
Parker Moore
c239746363
Use bundle exec in CI guide. [ci skip]
...
h/t @ndarville
Ref: #2432
2014-06-27 17:10:06 -04:00
Parker Moore
6a7386e6ba
Merge pull request #2432 from jekyll/docs-4-ci
2014-06-27 16:39:19 -04:00
Parker Moore
21ab9f8b9e
Speak English good. h/t @gjtorikian
2014-06-27 16:35:21 -04:00
Parker Moore
eab113e4f5
html-proof ~> htmlproof
2014-06-27 15:43:37 -04:00
Parker Moore
bd4a8c1ce2
Fixes, fixes.
2014-06-27 15:32:16 -04:00
Parker Moore
e2de7ab0c7
Finish CI guide.
2014-06-27 15:25:33 -04:00
Parker Moore
b79be6d320
updates to CI page. [ci skip]
2014-06-27 03:53:41 -04:00
Anatol Broder
60bb78e25b
Remove wrong statement
2014-06-27 09:44:39 +02:00
Parker Moore
912bd84629
A little more work.
2014-06-25 16:17:42 -04:00
Anatol Broder
d77078518d
Add new page
2014-06-25 16:17:42 -04:00
mikecole
053ba9a9ca
Provide an updated, more comprehensive link...
...
to Windows installation instructions.
2014-06-25 13:50:07 -05:00
Paul Henry
1a99b241ca
nil parsed in yaml is just a string, should be explicit
2014-06-20 17:13:21 -07:00
Alessandro Lorenzi
db97d40f5e
Add Piwigo Gallery plugin
2014-06-18 01:16:58 +02:00
Anatol Broder
db462a181c
Add link to jekyll-compress-html
2014-06-14 12:10:09 +02:00
Parker Moore
d59b2c3ef6
Merge pull request #2419 from jens-na/collection-defaults
2014-06-12 20:38:21 -04:00
Parker Moore
ade601ab81
Site: Don't allow the img to be larger than the containing obj. [ci skip]
...
/cc @penibelst
2014-06-08 19:45:14 -04:00
János Rusiczki
19532cae88
Add link to JAPR.
2014-06-05 08:53:16 +03:00
Parker Moore
b5b1ca068d
Add "Other News" section for News sidebar on site
2014-06-04 16:47:24 -04:00
Parker Moore
ecdf6c2213
Add img to StickerMule post.
2014-06-04 16:43:01 -04:00
Parker Moore
8b272b0bf0
Post about StickerMule discount.
2014-06-04 16:02:15 -04:00
Parker Moore
4e26874298
Merge pull request #2436 from budparr/documenttoliquid
2014-06-04 14:16:22 -04:00
Bud Parr
90bc9314f1
change label to collection
...
To make it clear the label is of the document's collection
2014-06-02 14:32:52 -04:00
XhmikosR
3ee02c1433
Use `https` for GitHub links.
...
The `http` links already redirect to `https` anyway.
2014-06-02 10:09:08 +03:00
Bud Parr
69aae64133
Merge branch 'documenttoliquid' of https://github.com/budparr/jekyll into documenttoliquid
...
Conflicts:
lib/jekyll/document.rb
2014-06-01 22:36:20 -04:00
Jens Nazarenus
460d9c1c44
Adds an example how to use frontmatter defaults with collections
2014-06-01 22:21:31 +02:00
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
Austin Pray
a79279b1cc
Beefs up variables.md
...
Adds site.data
Adds site.collections
Adds site.html_pages
2014-05-11 16:21:47 -05: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
Troy Swanson
0dffe26cfe
Update docs for different gist behavior
2014-05-06 21:25:34 -05:00
Parker Moore
0a0d7858c6
Release 2.0.1
2014-05-06 21:57:33 -04:00
Parker Moore
25b5651f9d
Add some Google Analytics magic.
2014-05-06 21:31:05 -04:00
Parker Moore
0a5ca5aaf0
Rename 2.0.0 release post to match title. [ci skip]
2014-05-06 21:13:43 -04:00
Parker Moore
41b69d6c8a
A year ago to the day. [ci skip]
2014-05-06 21:12:59 -04:00
Parker Moore
13f19ea21a
Update histories to reflect 2.0.0 release.
2014-05-06 21:06:27 -04:00
Matt Rogers
5c109ee8dc
Merge pull request #2299 from penibelst/sort-nils
2014-05-06 16:49:40 -05:00
Anatol Broder
19b0fe9781
Separate example codes [ci skip]
2014-05-06 22:00:28 +02:00
Anatol Broder
3a1c18ede2
Remove the hint aout type
2014-05-06 21:54:12 +02:00
Anatol Broder
2ee7e73531
Improve the description
2014-05-06 21:50:33 +02:00
Anatol Broder
dc0e577b44
Fix markup
2014-05-06 21:40:52 +02:00
Anatol Broder
7c1709fab4
Change nils argument to string
2014-05-06 21:36:13 +02:00
Anatol Broder
14e0abc4e2
Add documentation
2014-05-06 21:21:04 +02:00
Parker Moore
fa27132025
Fix link to variables docs page
2014-05-06 14:52:02 -04:00
Parker Moore
2468b9f45c
Remove notes in docs for unreleased features.
2014-05-06 14:47:21 -04:00
Parker Moore
d2c5668baa
Merge pull request #2298 from jekyll/release-post
2014-05-06 14:36:58 -04:00