Skip to content
Snippets Groups Projects
  1. Dec 27, 2022
    • Peter Mosses's avatar
      Restore simple configuration of favicon.ico (#1095) · 7cabda29
      Peter Mosses authored
      Avoid the need to add a link to favicon,ico when editing `_includes/head_custom.html`, and avoid creating an invalid favicon link
      
      - Remove the content of `_includes/head_custom.html`
      - Add code to `_includes/head.html` to create a link to an existing favicon,ico
      - Add an explanation of favicon_ico to docs/configuration.md
      - Remove the example of `includes/head_custom.html` and add an explanation of what the `<head>` element automatically includes
      7cabda29
    • Matt Wang's avatar
      docs: fix two bugs in "Customization" (custom favicon, new annotation) (#1090) · 91449f1a
      Matt Wang authored
      Fix two bugs in customization docs
      
      - custom favicon docs were not wrapped in `{% raw %}` tags
      - the "new" annotation for color schemes had an extra whitespace, and so the CSS class was not applied
      91449f1a
  2. Dec 13, 2022
  3. Sep 29, 2022
    • Peter Mosses's avatar
      Fix default highlighting in custom color schemes (#986) · 33a7b2ac
      Peter Mosses authored
      
      * Fix default highlighting in custom schemes
      
      Fix #982
      
      The variable settings for highlighting in the default `light` scheme are currently (v0.4.0.rc2`) in `_sass/color_schemes/light.scss`.
      This PR ensures that custom schemes are based on the `light` scheme.
      
      It also adds a note explaining the default to the customization docs,
      and gives an example of how to define a custom scheme based on the `dark` scheme
      
      * Prettier
      
      * Deleted test file
      
      Co-authored-by: default avatarMatt Wang <matt@matthewwang.me>
      33a7b2ac
  4. Sep 26, 2022
  5. Sep 07, 2022
  6. Sep 06, 2022
  7. Aug 26, 2022
    • Peter Mosses's avatar
      Update customization.md · adbc25de
      Peter Mosses authored
      Added a missing `{: .no_toc }`, to avoid a 3rd-level item in the displayed TOC at the top of the page.
      adbc25de
  8. Jul 06, 2022
  9. Jul 04, 2022
  10. Mar 03, 2022
  11. Nov 27, 2019
  12. Sep 10, 2019
  13. Sep 04, 2019
  14. Aug 15, 2019
  15. Aug 14, 2019
  16. Aug 06, 2019
  17. Jun 22, 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
  18. May 19, 2019
  19. Jan 16, 2019
  20. Jan 14, 2019
  21. Nov 18, 2018
  22. Nov 16, 2018
  23. Apr 08, 2017
  24. Mar 27, 2017
  25. Mar 09, 2017
Loading