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
When a workshop using the Hugo renderer doesn't define a pathway for workshop instructions, by default it will order pages based on filename sort order. This works for a hosted workshop, but it is not working when using theneducates serve-workshop CLI command to host workshop content from the local host. Instead pages are sorted using Hugo's ordering convention of page weight and page title.
Reproduction steps
No response
Expected behavior
When running local Hugo server, pages should by default be ordered based on filenames if page weights are not included in pages.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Note that problem only arises when extra pages are added while in live reload mode. Since upstream Hugo still not fixed, only workaround when adding new pages is to exit the educates server-workshop command, run it again, and start a new workshop session.
Isn't just the addition of a new page to the workshop instructions, but any edit at all to a page causes it to be pushed to the front of the set of pages.
Project version
2.6.2
Describe the bug
When a workshop using the Hugo renderer doesn't define a pathway for workshop instructions, by default it will order pages based on filename sort order. This works for a hosted workshop, but it is not working when using then
educates serve-workshop
CLI command to host workshop content from the local host. Instead pages are sorted using Hugo's ordering convention of page weight and page title.Reproduction steps
No response
Expected behavior
When running local Hugo server, pages should by default be ordered based on filenames if page weights are not included in pages.
Additional context
No response
The text was updated successfully, but these errors were encountered: