the code for my website (https://www.annwan.me)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
2.0 KiB

10 months ago
  1. # risotto (development version)
  2. * **Breaking change:** The config parameter `logo` now expects a character, e.g. an emoji or Unicode symbol.
  3. * For the old behaviour, use `logo_image`
  4. * Fixed invalid HTML in header nav
  5. # risotto 0.4.0
  6. * Added descriptions to sidebar of list pages, where defined in the frontmatter of `_index.md` (#55)
  7. * Made sidebar sticky, avoiding overflow for long tables of contents (#51)
  8. * Added convenience classes for colours, e.g. `.base00` and `.bg-base00`.
  9. * Fixed overflow of code blocks with line numbers (#41)
  10. * Fixed invalid HTML in page header (#64)
  11. * Updated FontAwesome to 6.5.1 (#63)
  12. * Please note that future versions will probably not include FontAwesome by default
  13. * Updated Academicons to 1.9.4 (#63)
  14. * Please note that future versions will probably not include Academicons by default
  15. # risotto 0.3.0
  16. * Added support for favicons (#57)
  17. # risotto 0.2.0
  18. * **Breaking change** – new framework for colour palettes:
  19. * Palettes are defined using CSS variables following the [base16](https://github.com/chriskempson/base16) system
  20. * Added 14 new palettes: `apprentice`, `base16-dark`, `base16-light`, `dracula`, `material`, `papercolor-dark`, `papercolor-light`, `solarized-dark`, `solarized-light`, `tender`, `tokyo-night-dark`, `tokyo-night-light`, `windows-95` and `windows-95-light`.
  21. * The default palette is `base16-dark`
  22. * The `mode` parameter is no longer needed
  23. * If you were using one of the old named palettes (`gruvbox-dark` or `gruvbox-light`), the change will be seamless.
  24. * If you were using a custom palette, you will need to redefine it using the new framework. See README for further details.
  25. * Added a table of contents (thanks @dashv, #47)
  26. * Added multilanguage support with a language switcher (thanks @bedefaced)
  27. * Made the site header and nav wrap more efficiently on narrow screens (thanks @m-dev672, #32)
  28. * Added a changelog
  29. # risotto 0.1.0
  30. First named release, including:
  31. * `gruvbox-dark` and `gruvbox-light` colour palettes
  32. * FontAwesome6 and Academicons icon sets