hugo-site/content/post/2021-05-01-fourth-post.md
2021-07-30 23:25:25 +02:00

45 lines
721 B
Markdown

---
title: post test de divers contenus !
date: 2021-05-02
tags: ["test", "contenu", "photos", "gif", "code"]
---
## Image via link:
![](https://pbs.twimg.com/media/DGKRMoPXcAIyA8y.jpg)
commentaire ...
------
## Image via url locale (/static):
![](/images/test/1.png)
------
## Gif via link:
![](https://media-exp3.licdn.com/dms/image/C4D22AQHEESwqVLITmQ/feedshare-shrink_1280/0/1559729958380?e=1629331200&v=beta&t=5t3x2ObhIXjQU59nVvAarB-0f1mLpP55Z0C0ytli7DQ)
------
## Vidéo Youtube:
{{< youtube ZSWzPI4BqvA >}}
------
## Du code:
```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```
```python
s = "Python syntax highlighting"
print s
```
```bash
cd /ici/etla
echo "Salut le monde!"
```