You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pretty fundamental change in Hugo, but absolutely needed if we should have any hope of getting "multiple outputs" done.
This commit's goal is to say:
* Every file target path is created by `createTargetPath`, i.e. one function for all.
* That function takes every page and site parameter into account, to avoid fragile string parsing to uglify etc. later on.
* The path creation logic has full test coverage.
* All permalinks, paginator URLs etc. are then built on top of that same logic.
Fixesgohugoio#1252Fixesgohugoio#2110Closesgohugoio#2374Fixesgohugoio#1885Fixesgohugoio#3102Fixesgohugoio#3179Fixesgohugoio#1641Fixesgohugoio#1989
There is even a test for it:
de
becomes/de.html
/de/index.html
The text was updated successfully, but these errors were encountered: