aboutsummaryrefslogtreecommitdiff
path: root/_posts/article.md
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-06-29 21:10:46 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-06-29 21:10:46 +0200
commit5c5014a95ae79af4b052b5011e7d0c11d6eae6a6 (patch)
tree2e01690505d48a296d1826096f974762f46380dc /_posts/article.md
parentd2733aa17b7932dfb78e97639e7d568ac41b9ee1 (diff)
downloadunchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.tar.gz
unchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.tar.bz2
unchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.zip
It's all done? Almost, just missing the RSS feed!
Diffstat (limited to '_posts/article.md')
-rw-r--r--_posts/article.md26
1 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