7 Commits
Author SHA1 Message Date
Alphonse MariyaandGitHub a4fb372e6b Set color-scheme property of :root element (#632)
By setting the color-scheme property of the :root element we get
matching (dark or light) scrollbars and form controls.

see: https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme
2021-12-26 15:22:40 -03:00
Alphonse MariyaandGitHub d14dd837ec Use plural translation keys for taxonomies (#620) 2021-12-26 15:18:00 -03:00
Alphonse MariyaandGitHub 29a7a942b7 Fix bad syntax highlighting color schemes (#630)
Some pygment color schemes (like `bw`, which we use as default in the
exampleSite) do not set a foreground color explicitly, which makes those
themes look bad/illegible when using the dark mode of hugo-coder. Most
such themes are light themes (it seems after a quick research), which
explains this phenomenon.

This commit adds a fix for such color schemes by setting the default
foreground color to the one used in the light hugo-coder colorscheme.
It is overridden by proper syntax highlighting schemes.
2021-12-16 18:37:12 -03:00
Alphonse MariyaandGitHub d69b5b5707 Do not set font-size for fontawesome icons in css (#619) 2021-11-12 09:39:05 -03:00
Alphonse MariyaandGitHub b93ac81256 Remove hide configs (#618)
* Remove "hide" configurations

* Remove "footerContent"
2021-11-10 19:56:13 -03:00
Alphonse MariyaandGitHub 3c13225498 Remove support for MathJax (#613) 2021-11-02 15:49:58 -03:00
1d4b612a44 Add support for Matomo (formerly Piwik) (#508)
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2021-01-22 13:39:34 -03:00