aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-06-29 20:00:07 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-06-29 20:00:07 +0200
commitd2733aa17b7932dfb78e97639e7d568ac41b9ee1 (patch)
tree1e77dbe51e192c42f993e79e53532d3558d36bcb /_posts
parent9f3bd84cb82a7f57a49701018a7fb43eb77c65aa (diff)
downloadunchainedtech-d2733aa17b7932dfb78e97639e7d568ac41b9ee1.tar.gz
unchainedtech-d2733aa17b7932dfb78e97639e7d568ac41b9ee1.tar.bz2
unchainedtech-d2733aa17b7932dfb78e97639e7d568ac41b9ee1.zip
Let's finally commit stuff!
Diffstat (limited to '_posts')
-rw-r--r--_posts/article.md26
-rw-r--r--_posts/assets/stuff.jpgbin0 -> 13178 bytes
2 files changed, 26 insertions, 0 deletions
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
diff --git a/_posts/assets/stuff.jpg b/_posts/assets/stuff.jpg
new file mode 100644
index 0000000..650263a
--- /dev/null
+++ b/_posts/assets/stuff.jpg
Binary files differ