Skip to content
Snippets Groups Projects
  1. Jun 25, 2020
  2. Jun 15, 2020
  3. May 01, 2020
  4. Apr 28, 2020
  5. Apr 27, 2020
  6. Apr 24, 2020
  7. Jan 22, 2020
  8. Jan 12, 2020
  9. Dec 29, 2019
  10. Dec 03, 2019
  11. Dec 01, 2019
  12. Nov 27, 2019
  13. Nov 14, 2019
  14. Oct 18, 2019
  15. Oct 11, 2019
    • Peter Mosses's avatar
      Alphabetic navigation order · 6660f442
      Peter Mosses authored
      When `nav_order` is omitted, the order of nodes at each menu level (and in the auto-generated TOC) is alphabetical by `title`, instead of random.
      Any nodes with a specified `nav_order` precede all nodes at that level where it is omitted.
      Note that `nav_order` fields must have a uniform site-ide type: integers and strings cannot be mixed, otherwise Jekyll reports errors.
      The implementation filters the ordered and unordered pages from `site.html_pages`, sorts them separately, and concatenates the resulting arrays.
      6660f442
  16. Oct 02, 2019
  17. Sep 15, 2019
  18. Sep 11, 2019
  19. Sep 10, 2019
  20. Aug 15, 2019
  21. Aug 14, 2019
  22. Aug 13, 2019
Loading