Describe the bug
(sorry, me again!)
A page with an initial number (e.g. 1-number-test.md) gets rendered as number-test/index.html - that is to say, when the filename begins with a number, it's considered a prefix and stripped from the resulting URL.
This may be intended behaviour (there seems to be code to actively strip prefixes), but it would be nice if it was configurable (or at least documented).
To reproduce
- Create a page with a numeric prefix - e.g.
pages/1-number-test.md
- Build the site -
cecil.phar build
- Output appears in
_site/number-test/index.html
Expected behavior
I would prefer it to be:
- Output appears in
_site/1-number-test/index.html
Version
7.43.0
Operating System
Ubuntu 20.04
Relevant log output
No response
Describe the bug
(sorry, me again!)
A page with an initial number (e.g.
1-number-test.md) gets rendered asnumber-test/index.html- that is to say, when the filename begins with a number, it's considered a prefix and stripped from the resulting URL.This may be intended behaviour (there seems to be code to actively strip prefixes), but it would be nice if it was configurable (or at least documented).
To reproduce
pages/1-number-test.mdcecil.phar build_site/number-test/index.htmlExpected behavior
I would prefer it to be:
_site/1-number-test/index.htmlVersion
7.43.0
Operating System
Ubuntu 20.04
Relevant log output
No response