jekyll/test
Will Norris 0d1586a5c4 Improved permalinks for pages and collections
This updates the default permalink style for pages and collections to
match the site-wide 'permalink' setting.  If the permalink setting
contains a trailing slash, either explicitly or by being set to
':pretty', then pages and collections permalinks will contain trailing
slashes by default as well.  Similarly, if the permalink setting
contains a trailing ':output_ext', so will pages and collections.  If
the permalink setting contains neither a trailing slash or extension,
neither will pages or collections.

This impacts only the default permalink structure for pages and
collections.  Permalinks set in the frontmatter of an individual page
take precedence, as does the permalink setting for a specific
collection.

Fixes #2691
2015-03-04 09:38:23 -08:00
..
fixtures Remove trailing whitespace 2015-02-22 20:27:15 +09:00
source always include file extension on destination files 2015-03-02 21:20:54 -08:00
helper.rb Add minitest/profile to profile 10 slowest tests 2015-03-01 00:36:40 -08:00
loader.rb Add Rake's test loader because it is inconsistently installed. 2015-01-09 23:57:52 -08:00
simplecov_custom_profile.rb Move simplecov_custom_profile to test/ & gate with TRAVIS env 2015-03-01 00:36:20 -08:00
test_cleaner.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_coffeescript.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_collections.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_command.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_configuration.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_convertible.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_document.rb Improved permalinks for pages and collections 2015-03-04 09:38:23 -08:00
test_draft.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_entry_filter.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_excerpt.rb switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
test_filters.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_front_matter_defaults.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_generated_site.rb always include file extension on destination files 2015-03-02 21:20:54 -08:00
test_kramdown.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_layout_reader.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_liquid_extensions.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_log_adapter.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_new_command.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_page.rb Improved permalinks for pages and collections 2015-03-04 09:38:23 -08:00
test_path_sanitization.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_plugin_manager.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_post.rb always include file extension on destination files 2015-03-02 21:20:54 -08:00
test_rdiscount.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_redcarpet.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_regenerator.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_related_posts.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_sass.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_site.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_tags.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_url.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_utils.rb Improved permalinks for pages and collections 2015-03-04 09:38:23 -08:00