hugo-theme-relearn/static/js
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
..
auto-complete.js change to minified autocomplete for improved performance 2019-08-12 10:31:28 +09:00
clipboard.min.js update js 2019-04-01 22:31:07 +01:00
featherlight.min.js update js 2019-04-01 22:31:07 +01:00
jquery.min.js maintenance: upgrade jquery to 3.6.0 #30 2021-07-25 22:33:18 +02:00
jquery.sticky.js fix #83 no Title and Edit this page text when on mobile + fixed top bar width pbm on resize by switching to sticky.js instead of sticky-kit 2017-11-23 19:46:56 +01:00
jquery.svg.pan.zoom.js pan and zoom for mermaid graphs #9 2021-07-02 23:01:38 +02:00
lunr.min.js update js 2019-04-01 22:31:07 +01:00
mermaid.min.js upgrade mermaid to 8.10.2 and relocate #7 2021-07-02 22:24:44 +02:00
modernizr.custom-3.6.0.js update js 2019-04-01 22:31:07 +01:00
perfect-scrollbar.jquery.min.js feat: extract search out of header + use baseurl to search json index + add a step to explain how to use lunr-hugo + update perfect-scrollbar 2016-10-25 20:26:19 +02:00
perfect-scrollbar.min.js feat: extract search out of header + use baseurl to search json index + add a step to explain how to use lunr-hugo + update perfect-scrollbar 2016-10-25 20:26:19 +02:00
relearn.js theme: adjust copy-to-clipboard #29 2021-07-25 22:09:45 +02:00
search.js fix potential XSS in search (#492) 2021-04-01 00:48:33 +01:00