From d2733aa17b7932dfb78e97639e7d568ac41b9ee1 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:00:07 +0200 Subject: Let's finally commit stuff! --- _posts/article.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _posts/article.md (limited to '_posts/article.md') diff --git a/_posts/article.md b/_posts/article.md new file mode 100644 index 0000000..2c76fba --- /dev/null +++ b/_posts/article.md @@ -0,0 +1,26 @@ +--- +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 -- cgit