zola/components
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
..
config Single compute_hash fn + cargo fmt 2021-02-20 14:07:36 +01:00
errors move translation population and path collision checking to insert stage (#1272) 2021-01-05 21:39:25 +01:00
front_matter Allow frontmatter to have optional newline if no content (#1408) 2021-03-15 08:52:10 +01:00
imageproc Single compute_hash fn + cargo fmt 2021-02-20 14:07:36 +01:00
library Feature: allow spaces between dashes in filename for page (#1323) 2021-03-22 20:00:25 +01:00
link_checker Update changelog + deps 2021-02-02 20:25:27 +01:00
rendering cargo fmt 2021-02-02 20:49:57 +01:00
search search: Update elasticlunr.min.js to 0.9.6 (#1260) (#1261) 2020-12-14 20:43:32 +01:00
site Error on invalid file/section 2021-03-06 23:00:56 +01:00
templates Fix language specific non-internal urls for get_url. (#1381) 2021-03-06 22:49:04 +01:00
utils Update minify-html dependency to version 0.4.2 (#1340) 2021-02-06 16:41:10 +01:00