big updat:

- update dependencies
- add webp support and webp conversion for profile images
This commit is contained in:
olcxja 2026-07-02 22:40:46 +02:00
commit 95aaaa69ea
244 changed files with 121382 additions and 86 deletions

19
node_modules/gif.js/site/templates/test.html generated vendored Normal file
View file

@ -0,0 +1,19 @@
{% extends 'layout.html' %}
{% set script = contents.tests[page.metadata.script] %}
{% block scripts %}
<script src="{{ env.config.baseUrl }}gif.js?v={{ version }}"></script>
<script src="{{ script.url }}?v={{ version }}"></script>
{% endblock %}
{% block body %}
<h2>{{ page.title }}</h2>
<div class="test">
{{ page.html }}
</div>
<h2>Source</h2>
<pre class="src">
<code>{{ hljs.highlightAuto(script.source).value }}</code>
</pre>
{% endblock %}