Skip to content
Snippets Groups Projects
  1. Nov 30, 2019
  2. Nov 27, 2019
  3. Sep 10, 2019
  4. Sep 09, 2019
  5. Aug 31, 2019
  6. 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
  7. Aug 15, 2019
  8. Aug 14, 2019
  9. Aug 13, 2019
  10. 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
  11. 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.
  12. May 19, 2019
  13. Mar 15, 2019
  14. Jan 29, 2019
  15. Jan 16, 2019
  16. Jan 11, 2019
  17. Jan 06, 2019
  18. Dec 16, 2018
  19. Nov 16, 2018
Loading