Skip to content
Snippets Groups Projects
  1. Jun 18, 2021
  2. Sep 28, 2020
    • PLanCompS's avatar
      List children also when excluded from main navigation · 09ab1c31
      PLanCompS authored
      - Limit the effect of `nav_exclude: true` to the main navigation.
      - Include links to excluded pages in auto-generating lists of child pages
      and in breadcrumbs.
      - Refactor implementation by moving assignment of `first_level_url` and `second_level_url` from `_includes/nav.html` to `_layouts/default.html`.
      - Clarify the effect of `nav_exclude` in the documentation.
      09ab1c31
  3. Aug 26, 2020
  4. Aug 03, 2020
  5. Jul 25, 2020
  6. Jul 12, 2020
  7. Jul 10, 2020
  8. Jul 09, 2020
  9. Jun 26, 2020
  10. Jun 25, 2020
  11. Jun 15, 2020
  12. May 01, 2020
  13. Apr 28, 2020
  14. Apr 27, 2020
  15. Apr 24, 2020
  16. Jan 22, 2020
  17. Jan 12, 2020
  18. Dec 29, 2019
  19. Dec 03, 2019
  20. Dec 01, 2019
  21. Nov 27, 2019
  22. Nov 14, 2019
  23. Oct 18, 2019
  24. 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
  25. Oct 02, 2019
  26. Sep 15, 2019
  27. Sep 11, 2019
  28. Sep 10, 2019
  29. Aug 15, 2019
Loading