Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
    • Scott V Kissinger's avatar
      Update nav.html for handling nav_exclude · 6f2065aa
      Scott V Kissinger authored
      It appears nav_exclude only works on top level navigation items. I needed it to work at the child level as well. I believe these changes accomplish that for the child and grand_child levels.
      
      Love this theme. I've used it a few times. Apologies if this pull request is not according to convention. This is the first time I've done it on someone else's code. Thanks!
      6f2065aa
  2. Aug 29, 2019
  3. Aug 22, 2019
  4. Aug 21, 2019
    • Peter Mosses's avatar
      Update nav.html · c282e4b0
      Peter Mosses authored
      Separating new PR from #188, since indpendent.
      c282e4b0
    • Peter Mosses's avatar
      Optional delay of grandchildren link display · 8ac545a5
      Peter Mosses authored
      The current default is that when a grandparent is selected, the links to its
      children *and all its grandchildren* are displayed in the navigation menu.
      Setting `grandchildren_branch: true` in `_config.yml` delays the display of links
      to grandchildren until their parent is selected.
      8ac545a5
  5. Aug 16, 2019
    • Peter Mosses's avatar
      Update nav.html · 0cfc0f03
      Peter Mosses authored
      A `navigation-list-child-list` is not displayed unless the enclosing `navigation-list-item` is `active`, so it needs to be generated only when `page.url == node.url or page.parent == node.title or page.grand_parent == node.title`.
      0cfc0f03
  6. Aug 06, 2019
  7. Jul 18, 2019
    • Julien Duchesne's avatar
      Optimized nav generation · 07982f68
      Julien Duchesne authored
      - Trimmed whitespace between html elements
        This reduced one of my files from 850KB to 115KB
      - Do not sort the whole list of pages on every iteration
        This made build 3x faster
      07982f68
  8. Jan 06, 2019
  9. Nov 19, 2018
  10. Nov 16, 2018
  11. Apr 08, 2017
  12. Mar 27, 2017
  13. Mar 24, 2017
  14. Mar 09, 2017
Loading