zola/components/library
Bert JW Regeer 5bf9ebc43a
Feature: allow spaces between dashes in filename for page (#1323)
* Allow optional whitespace around dash/underscore in filename

Allow file names that are as follows:

    2021-01-01 - test.md

To be parsed the same as if they were

    2021-01-01-test.md

The slug for both will now just be "test" instead of previously the
first example would have become "2021-01-01-test".

* Add documentation for optional whitespace in filename

* Test that updated regex does not take space after dash
2021-03-22 20:00:25 +01:00
..
src Feature: allow spaces between dashes in filename for page (#1323) 2021-03-22 20:00:25 +01:00
Cargo.toml Add sort_by title (#1315) 2021-01-20 15:35:25 +01:00