This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Blog"
|
||||
description: "Réflexions, tutos et notes en vrac"
|
||||
---
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Premier article"
|
||||
date: 2024-01-20
|
||||
description: "Mon premier article de blog"
|
||||
tags: ["divers"]
|
||||
draft: false
|
||||
---
|
||||
|
||||
Contenu de ton premier article. Écris en Markdown, les équations LaTeX sont supportées.
|
||||
|
||||
Équation inline : $E = mc^2$
|
||||
|
||||
Équation en bloc :
|
||||
|
||||
$$
|
||||
\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
|
||||
$$
|
||||
Reference in New Issue
Block a user