docpad-plugin-cleanurls
docpad-plugin-cleanurls copied to clipboard
Adds support for clean urls to DocPad
Bumps [safefs](https://github.com/bevry/safefs) from 6.11.0 to 8.10.0. Changelog Sourced from safefs's changelog. v8.10.0 2024 January 2 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...
Bumps [eslint-config-bevry](https://github.com/bevry/eslint-config-bevry) from 3.18.0 to 5.5.0. Changelog Sourced from eslint-config-bevry's changelog. v5.5.0 2024 January 2 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...
Say I have `01-index.html`, `02-getting-started.html` and so on. Is there was to have clean urls emit urls like `/index` and `/getting-started` instead of `/01-index` and `/02-getting-started` ? I can remove...
Is it possible to output site pages inside a directory with the "page name" and an "index.html" file inside? This would provide a clean url with a "/" ending in...
Bumps [editions](https://github.com/bevry/editions) from 4.0.0 to 6.21.0. Changelog Sourced from editions's changelog. v6.21.0 2023 December 28 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@gurgunday)! Changed: All the [formatting rules...
Bumps [docpad](https://github.com/docpad/docpad) from 6.83.1 to 6.83.2. Changelog Sourced from docpad's changelog. v6.83.2 2020 September 8 If the source path is missing, the correct and useful error is now displayed The...
Not compatible with docpad-plugin-paged Just an FYI, paged plugin uses the base file name and extension to generate paginated pages. I'll look into fixing one or the other.
line 80 in your src plugin code there is : # Static if 'static' in docpad.getEnvironments() the static features could also be triggered by a custom parameters to not enforce...
I've been getting this error inside cleanurls. I have no idea why. The key with a value of 3 is _curOpen. ``` error: Something went wrong with the action error:...