Parker Moore
9db5a1a6ce
Merge pull request #2205 from jekyll/maul-esel-frontmatter-defaults
2014-04-21 23:01:05 -04:00
Matt Sheehan
6ba375401e
Update plugins.md
2014-04-20 15:01:54 -04:00
Geoff Shannon
b07835b35c
Reword slightly to fix typo
...
Also avoid using "you" as well
2014-04-18 14:09:17 -07:00
Geoff Shannon
1c8fef69aa
Remove "tag" from the link
...
It looks super weird
2014-04-18 13:26:39 -07:00
Geoff Shannon
0b0d3b43a1
Add a to cross-reference about post_url
...
I had a really hard time finding this information on the Jekyll site,
and this seemed like a reasonable place to put a pointer to the
information.
2014-04-18 13:23:43 -07:00
Parker Moore
5d6a07e060
Remove stray sentence from Collections doc page.
2014-04-14 23:19:42 -04:00
Parker Moore
ee29bf3939
Update docs around collections.
2014-04-14 22:46:22 -04:00
Parker Moore
d84cde1f7a
Add docs for how the collections stuff is exposed via Liquid.
2014-04-14 22:46:21 -04:00
Ben Balter
aa2fb685d9
I am the King of Copy
2014-04-14 22:46:21 -04:00
Parker Moore
77bb678a3d
Add some documentation
2014-04-14 22:46:21 -04:00
Jeff Kolesky
09da544145
Adds reference to jekyll-page-collections plugin
2014-04-07 15:00:09 -07:00
Parker Moore
c0358cb7b4
Remove duplicate entry in list of third-party plugins ( #2206 )
2014-04-04 19:17:23 -04:00
Parker Moore
6bd07501e8
Merge branch 'frontmatter-defaults' of git://github.com/maul-esel/jekyll into maul-esel-frontmatter-defaults
...
* 'frontmatter-defaults' of git://github.com/maul-esel/jekyll:
move self.type to convertible
oops, fix minor indentation quirk
document frontmatter defaults precedence
adjust frontmatter defaults precedence handling
change cucumber feature to test for precedence too
fix frontmatter defaults for custom paths
more robust cucumber features
fix slash handling for paths
move cucumber features to own file
fix minor docs quirk
improve path checking, now using Pathname instead of regex
Add site documentation for the new feature
add inline code docs
improve validation code
fix for Ruby 1.8
Add basic cucumber features for frontmatter defaults
Retrieve frontmatter defaults when retrieved internally
make frontmatter defaults available to liquid
add a class `FrontmatterDefaults` for handling of frontmatter defaults
Add a method to retrieve type to post, page and draft
Conflicts:
lib/jekyll.rb
lib/jekyll/convertible.rb
lib/jekyll/core_ext.rb
lib/jekyll/page.rb
lib/jekyll/post.rb
2014-04-04 15:32:27 -04:00
Parker Moore
d579840870
Merge pull request #1824 from lachy-xe/master
2014-04-02 14:08:21 -04:00
Parker Moore
ad86d063e4
Merge pull request #2177 from jekyll/help
2014-04-02 13:59:37 -04:00
Parker Moore
e2d95975f6
Redirect all the people to the help repo.
2014-04-01 18:30:36 -04:00
Parker Moore
e20491759d
Update dat history format so it's right whoopsies.
2014-04-01 11:07:45 -04:00
Parker Moore
e627799623
Update dat history in da site.
2014-03-28 02:31:52 -04:00
Parker Moore
4017325981
Add links to our lovely new Help repo
2014-03-27 19:14:11 -04:00
Parker Moore
57049b8e78
Update fixed version of history in site. [ci skip]
2014-03-26 14:03:57 -04:00
Parker Moore
6706ce9ee7
Merge pull request #2130 from XhmikosR/html-cleanup
2014-03-26 11:33:46 -04:00
Parker Moore
efe5b5c824
Update site/docs/history.md
2014-03-25 16:58:42 -04:00
XhmikosR
dcb8192c29
Use double quotes consistently.
2014-03-24 00:31:07 +02:00
Matt Rogers
2f93fcd8a5
Merge pull request #2163 from hildred/doc-safe
2014-03-21 12:07:45 -05:00
Ben Hildred
a9adb22fed
better document safe mode
2014-03-21 08:42:19 -06:00
Lincoln Mullen
5f2d37a6d0
Add jekyll_figure plugin
2014-03-19 22:26:15 -04:00
PatrickC8t
df8458275d
Added Jekyll-Ordinal plugin to list of third-party plugins.
...
Closes #2150 .
Signed-off-by: Parker Moore <parkrmoore@gmail.com>
2014-03-17 17:43:38 -04:00
XhmikosR
553338636b
Trim trailing spaces and convert tabs to spaces.
2014-03-11 07:44:01 +02:00
Parker Moore
76ad86667b
Point migration docs link to the actual docs
...
... not to a confusingly-similar docs page.
Ref: https://twitter.com/Thedeadlybutter/status/439862381964181504
2014-03-01 17:20:25 -05:00
Erik Dungan
b93a5ed509
Update plugins.md
...
Added my plugin to the list.
2014-02-27 12:39:02 -08:00
Parker Moore
6973a33519
Merge pull request #2102 from ZDroid/mkdown
2014-02-27 08:33:50 -05:00
Parker Moore
6ea5df34fc
Update Site history based on History.markdown
2014-02-27 08:32:37 -05:00
Zlatan Vasović
495ba2510b
Update configuration docs for MD extensions
...
Per `.mkdown` extension addition in my older pull request.
2014-02-27 13:42:55 +01:00
Parker Moore
f24a3c67ed
site.static_files is only available in the latest development version of Jekyll.
...
Ref: #2075
2014-02-25 10:57:34 -05:00
Parker Moore
2988bb6a32
Update contributing docs to describe process for submitting PR to add plugin to list.
...
Fixes #2093 . /cc @mattr-
2014-02-24 17:05:51 -05:00
Ben Baker-Smith
6a52f77656
add Jekyll Pages Directory plugin to plugins docs
2014-02-24 15:39:35 -06:00
Parker Moore
e58748bcf7
Build fragment into a better fragment.
...
Per @mattr-'s comment in #2094 :
https://github.com/jekyll/jekyll/pull/2094#discussion_r10011008
2014-02-24 16:22:43 -05:00
Tobias Brunner
63b76c0ad1
add lyche gallery tag plugin link
2014-02-24 22:13:51 +01:00
Parker Moore
8282424532
Merge pull request #2067 from troyswanson/assets-can-be-better
2014-02-23 20:13:56 -05:00
Noah Slater
c36a759de9
Add whitespace
2014-02-20 22:08:02 +01:00
Matt Rogers
95afec6977
Tweak wording about assets
2014-02-20 09:36:54 -06:00
Parker Moore
019b0537f6
Added docs for installing from master.
2014-02-19 23:24:12 -05:00
Parker Moore
768a47dcfb
Be a bit more vague about when features are available in pre-releases.
2014-02-19 23:18:59 -05:00
Parker Moore
f5c76e2253
Shorten header for example of each note type. Props @cobyism
2014-02-19 23:18:59 -05:00
Parker Moore
a0017b5c72
Add verbiage around installing pre-releases of jekyll.
2014-02-19 23:18:59 -05:00
Parker Moore
b051936ff4
Add "unreleased" note to /docs/configuration about kramdown as the new default
2014-02-19 23:18:59 -05:00
Parker Moore
5423f02c3c
Add "unreleased" note to docs/assets/
2014-02-19 23:18:59 -05:00
Parker Moore
d203554e84
Add "unreleased" type note
2014-02-19 23:18:59 -05:00
Matt Rogers
b6c42adc53
Merge pull request #2074 from jekyll/default-to-utf8
2014-02-19 17:09:08 -06:00
Mark Prins
b82a93872b
1+1+1=three
...
counting `path`, `modified_time` and `extname` gives 3
2014-02-19 20:39:11 +01:00