jaybe@jekyll
312717b56d
Update configuration.md
...
Tweak and simplify language re: `keep_files` and `destination` directory.
2015-01-11 18:08:05 -06:00
jaybe@jekyll
f228b31c2e
Update configuration.md
...
Clarify ability to retain generated content in `destination` via the `keep_files` configuration directive.
2015-01-11 13:11:29 -06:00
Parker Moore
5536f950f9
Merge pull request #3271 from maban/patch-1
2015-01-10 00:04:16 -08:00
Paul Rayner
bce4680182
Add new AsciiDoc plugin gem to list of Jekyll plugins.
2015-01-09 15:41:45 -07:00
Anna Debenham
e7c0e313a3
Change collection documentation based on #223
...
Clarifying what happens if no YAML front matter exists. The current explanation says that Jekyll will generate a file without Front Matter, but it appears this isn't the case.
I'm still not sure if this is the intended behaviour, but this clarifies how it currently works.
2015-01-08 18:39:27 +00:00
Matt Rogers
8d968ebae0
Merge pull request #3233 from jessepinho/punctuation-fixes
2015-01-02 13:38:58 -06:00
Jesse Pinho
07bd3a3759
Clarify paragraph on the return value of `generate`
2015-01-01 23:58:40 -06:00
Parker Moore
63ec07a062
Merge pr #3185 .
...
add link to tutorial on building dynamic navbars
Conflicts:
site/_docs/resources.md
2014-12-29 00:51:47 -05:00
Parker Moore
442deb6a7e
Merge pull request #3186 from eduardoboucas/master
2014-12-29 00:50:24 -05:00
Parker Moore
6e5850c6ab
Merge PR #2790 .
...
Add jekyll-thumbnail-filter to plugins list
2014-12-29 00:22:55 -05:00
Parker Moore
ac41312c5d
Separate jekyll-docs out into a separate gem & bless it
2014-12-28 14:37:02 -05:00
Parker Moore
039c521e8c
Update the documentation.
2014-12-26 22:17:07 -05:00
Jesse Pinho
b1a517ccb6
Remove unnecessary 'where'
2014-12-25 18:29:50 -06:00
Jesse Pinho
4070143d5b
Tweak sentence structure
2014-12-25 15:17:21 -06:00
Jesse Pinho
52085d2e34
Fix a few punctuation errors
2014-12-24 17:01:51 -06:00
Fonso
922ba5d0ea
Fixing the default host on docs
2014-12-23 13:26:08 +01:00
Parker Moore
8284714d8a
Release 💎 2.5.3
2014-12-22 09:15:57 -05:00
Jason Bellamy
d05df326b9
Add jekyll-mermaid to the list of plugins.
2014-12-19 22:55:40 -05:00
Benjamin Esham
a069ad77c0
Add link to inline_highlight plugin
2014-12-14 15:36:59 -05:00
Parker Moore
2dad0d3304
Merge pull request #3196 from jekyll/site-troubleshooting-updates
2014-12-09 18:09:16 -08:00
Parker Moore
176dc3cef7
Merge pull request #3198 from mehdisadeghi/master
2014-12-09 10:54:19 -08:00
Mehdi Sadeghi
b735170ceb
Jekyll-jalali plugin added to the plugins list.
2014-12-09 12:44:50 +01:00
Joel Glovier
e80469b7b0
add in page nav to troubleshooting file
2014-12-08 10:08:13 -05:00
Eduardo Boucas
40e4c031e3
Add site to Resources page
2014-12-05 12:36:34 +00:00
Jordan Thornquest
f80dc07f82
add link to tutorial on building dynamic navbars
2014-12-04 21:54:02 -07:00
Robert Herbig
3b57879e71
Simplified platform detection for Windows
2014-12-01 05:40:07 -06:00
Parker Moore
fea79dcbab
Merge pull request #3163 from lkorth/patch-1
2014-11-28 21:38:27 -08:00
Parker Moore
ac7f592839
Merge pull request #3161 from dnozay/patch-3
2014-11-28 21:32:23 -08:00
Parker Moore
7de9433fbc
Merge pull request #3162 from dnozay/patch-4
2014-11-28 21:27:07 -08:00
Damien Nozay
ba9a309572
Update configuration.md
...
`keep_files` is a very useful option when using tools such as `grunt-build-control`, `grunt`, `gulp` or `yeoman`.
2014-11-28 21:09:08 -08:00
Fabien Schurter
75cf2d73f6
Fix erroneous 'next_section' value
...
According to /site/_data/docs.yml, the document next to
'deployment-methods' is 'continuous-integration', not 'troubleshooting'
(the 'prev_section' value in 'troubleshooting' is correctly set to
'deployment-methods' though).
2014-11-28 04:26:22 +01:00
Fabien Schurter
974fab6c9c
Fix a typo
...
Replaced "capaibilities" with correct spelling: "capabilities".
2014-11-28 04:14:26 +01:00
Luke Korth
2a37f459d4
Add jekyll-500px-embed to tag plugins
2014-11-27 16:35:23 -08:00
Damien Nozay
5a554572e3
Update configuration.md
...
repeat warning about `destination` that is found in <http://jekyllrb.com/docs/usage/ >
(see also pull request #3159 )
2014-11-27 15:11:28 -08:00
Matt Rogers
df87a51ade
Expand the description for the `-q` option.
2014-11-25 08:40:37 -06:00
Ruslan Korolev
2a138e4ca9
jekyll build/serve -q option to docs
2014-11-25 08:21:08 -06:00
Parker Moore
b1bba1945a
Prepare for a v2.5.2 release.
2014-11-22 15:37:07 -08:00
Kris Northfield
58511822e6
Add remote-include plugin to list
2014-11-21 17:37:54 +00:00
Aaron Gustafson
1adf8974bf
Adding Webmentions in the right place this time :-)
2014-11-18 15:06:24 -05:00
Parker Moore
22275e571d
Add note about page vs post. [ci skip]
...
Closes #3056 .
2014-11-16 20:40:23 -08:00
Parker Moore
4142630614
Use the text lexer instead of the non-existant CSV one. [ci skip]
...
Ref #3101 .
2014-11-16 20:29:17 -08:00
Parker Moore
d9cdc7992a
Merge pull request #3091 from rovrov/master
2014-11-16 20:14:50 -08:00
Niclas Darville
3014fbd344
Added CSV example for data-file docs
2014-11-13 16:04:28 +01:00
Niclas Darville
596b9e0785
Mentioned CSV extension in docs for data files
...
Since CSV files are supported as collections.
2014-11-13 10:30:00 +01:00
rovrov
b6f3adb6e3
Add trailing slash to paginate_path example.
...
https://github.com/jekyll/jekyll-paginate/issues/15#issuecomment-62322554
2014-11-10 16:02:52 -05:00
Parker Moore
2d31d07602
Update site history page with v2.5.1
2014-11-09 10:39:18 -08:00
Parker Moore
db8163b6e8
Merge pull request #3080 from jekyll/release-2-5-1
...
Release v2.5.1
2014-11-09 09:42:31 -08:00
Parker Moore
22d11bef2d
Prepare a 💎 v2.5.1 release.
2014-11-08 22:29:47 -08:00
Parker Moore
70159ac8cb
Use paginator.(next|previous)_page_path instead of just the number.
...
Closes #3074
2014-11-08 22:25:05 -08:00
Parker Moore
23712cf4dc
Update site with 2 new v2.5.0 PR's.
2014-11-06 12:07:21 -08:00