Commit Graph

7 Commits

Author SHA1 Message Date
Codruț Constantin Gușoi
5e4e500cdf HTML/CSS only tabs (#678)
* Fix pre tag margin top so it looks good inside containers

* Bind to 0.0.0.0 for docker container support

* Add HTML only tabs shortcode
2022-05-29 15:43:09 -03:00
Alphonse Mariya
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 Mariya
d69b5b5707 Do not set font-size for fontawesome icons in css (#619) 2021-11-12 09:39:05 -03:00
Luiz F. A. de Prá
0048b9dc51 Revert #596 2021-11-09 21:04:21 -03:00
Luiz F. A. de Prá
8e2feee236 Remove support for Twemoji (#614) 2021-11-02 15:56:59 -03:00
Luiz F. A. de Prá
ee806a669f Fixed code block background color (#596) 2021-11-02 14:15:50 -03:00
Luiz F. A. de Prá
ed1c854df2 And notice shortcodes (#537)
* Added information panel shortcodes (#437)

* Added information panel shortcodes

* Fixed dark mixin

* Moved mixin location to correct location

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>

* Fix SCSS styling

* Update generated files

* Fix notice HTML

* Fix Makefile

* Rename JS file

* Adsd emoji support for lang selectors

* Fix notices and other things

* Fix JS on template

* Update  example content

* Update images

* Update generated files

* Fix netlify preview

* Fix netlify preview build

* Fix netlify theme path

Co-authored-by: Jian Liew <jianloongliew@gmail.com>
2021-03-24 20:59:33 -03:00