Skip to content
Snippets Groups Projects
  1. Sep 09, 2019
  2. Aug 29, 2019
    • Peter Mosses's avatar
      Add configuration option search_tokenizer_separator · 50cdf076
      Peter Mosses authored
      The default is for hyphens to separate tokens in search terms: `gem-based` is equivalent to `gem based`.
      
      This adds `search_tokenizer_separator` as a site configuation option, to support search for hyphenated words.
      50cdf076
  3. Aug 14, 2019
  4. Aug 13, 2019
  5. Jun 21, 2019
    • jacobherrington's avatar
      Change button copy on theme preview · eabe7b25
      jacobherrington authored
      This commit makes the dark mode preview feel a little more interactive
      and it also pulls some duplicated code into one file so that people like
      me aren't stumped when they are looking at the wrong page!
      eabe7b25
  6. Jun 05, 2019
    • Ben Goldhaber's avatar
      Fix trailing comma bug in search-data.json · c8a8ce33
      Ben Goldhaber authored
      If you exclude the last page in the site.html_pages through exclude_true you end up violating the assumption in the for loop that the last page won't have a trailing comma. This breaks the json data that is served to the front end.
      
      I removed the forloop.last check and instead assign a temporary variable to check for the first non-excluded page, and then add the comma before the next non-excluded entry.
  7. May 19, 2019
  8. Mar 15, 2019
  9. Jan 29, 2019
  10. Jan 16, 2019
  11. Jan 11, 2019
  12. Jan 06, 2019
  13. Dec 16, 2018
  14. Nov 16, 2018
  15. Oct 23, 2018
  16. Nov 08, 2017
  17. Jun 04, 2017
  18. Apr 08, 2017
  19. Mar 27, 2017
  20. Mar 24, 2017
  21. Mar 09, 2017
Loading