zola/docs
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
..
content Feature: allow spaces between dashes in filename for page (#1323) 2021-03-22 20:00:25 +01:00
sass Make anchors always visible in docs 2020-09-01 22:24:33 +02:00
static Only shrink when resizing with fit (#803) 2019-09-24 16:54:14 -07:00
templates Copyright date always ending on current year (#1366) 2021-02-19 18:46:36 +01:00
config.toml Use zola 0.13 for docs 2021-02-02 20:57:37 +01:00