diff options
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/article.md | 26 | ||||
-rw-r--r-- | _posts/assets/stuff.jpg | bin | 13178 -> 0 bytes |
2 files changed, 0 insertions, 26 deletions
diff --git a/_posts/article.md b/_posts/article.md deleted file mode 100644 index 2c76fba..0000000 --- a/_posts/article.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -date: 2020-01-05 -title: Hello there -author: Minteck|antoine62 -cover: /assets/stuff.jpg ---- - -# Content of the post -This is a test post! - -Can you believe this was Markdown before? - -| table | test -| --- | --- -| let's | do | -| some | stuff | - -Some `code` (well, that formatting is pretty useless since everything is monospace font) - -```javascript -function test() { - console.log("Some code block!"); -} -``` - -![Test image](/assets/stuff.jpg)
\ No newline at end of file diff --git a/_posts/assets/stuff.jpg b/_posts/assets/stuff.jpg Binary files differdeleted file mode 100644 index 650263a..0000000 --- a/_posts/assets/stuff.jpg +++ /dev/null |