feat: initialisation du blog
Build and Deploy Hugo / build (push) Failing after 2s

This commit is contained in:
2026-05-21 10:47:33 +02:00
commit 15019b0694
15 changed files with 262 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js"
onload="renderMathInElement(document.body, {delimiters: [{left: '$$', right: '$$', display: true}, {left: '$', right: '$', display: false}]});"></script>