hugo-theme-relearn/layouts/partials
Sören Weber 5c667b3d07
code highligher: switch to standard hugo highlighter #32
Since a while, Hugo has its own mechanism for code highlightning.

We remove the old highlightning code provided by the client-side javascript library highlight.js and all its related files.

This also solves issues introduced by Hugos own highlightning because in our theme we are currently highlighting the code twice leading to unpredictiable results.

This will also fix an issue were light code highlightning themes weren't displayed correctly because our styles are overwriting color information.

Another advantage is the huge list of supported languages which by far exceeds our current list.

On the downside, this is a breaking change because our current color theme isn't supported by Hugo.
2021-07-26 11:50:34 +02:00
..
custom-comments.html allowing comments system 2017-11-03 23:37:37 -07:00
custom-footer.html add first content for new documentation 2017-08-20 23:43:49 +02:00
custom-header.html add first content for new documentation 2017-08-20 23:43:49 +02:00
favicon.html remove duplicate icon and fix incorrect favicon type 2019-01-04 17:21:03 +09:00
footer.html code highligher: switch to standard hugo highlighter #32 2021-07-26 11:50:34 +02:00
header.html code highligher: switch to standard hugo highlighter #32 2021-07-26 11:50:34 +02:00
logo.html Reworking screenshots after rebranding 2021-07-01 16:25:08 +02:00
menu-footer.html Docs adjustments #1 2021-07-01 14:35:27 +02:00
menu.html Don't count hidden pages for the sub-menus (#470) 2021-03-16 17:29:22 +00:00
meta.html feat: partials for style and scripts are now empty 2016-04-11 00:09:03 +02:00
search.html Merge branch 'master' into patch-5 2018-12-21 02:09:59 +00:00
tags.html PR#196 : Fix english typos and hide the 'tags' div when not needed 2019-03-16 10:55:18 +01:00
toc.html feat: added Table of contents 2016-03-17 21:05:42 +01:00