about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.toml3
-rw-r--r--content/projects/project/example_project.md11
-rw-r--r--content/projects/project/osxiv.md22
3 files changed, 25 insertions, 11 deletions
diff --git a/config.toml b/config.toml
index 9d55600..106e5dc 100644
--- a/config.toml
+++ b/config.toml
@@ -57,3 +57,6 @@ theme = "researcher"
 [permalinks]
   blog = "/posts/:filename"
   projects = "/project/:filename"
+
+[markup.goldmark.renderer]
+  unsafe = true
diff --git a/content/projects/project/example_project.md b/content/projects/project/example_project.md
deleted file mode 100644
index f6cb940..0000000
--- a/content/projects/project/example_project.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: "Example Project"
-date: 2022-07-31T17:36:24+02:00
-notshowthedate: true
-draft: false
----
-
-* Example Project
-
-Im a project!
-
diff --git a/content/projects/project/osxiv.md b/content/projects/project/osxiv.md
new file mode 100644
index 0000000..bfdbc15
--- /dev/null
+++ b/content/projects/project/osxiv.md
@@ -0,0 +1,22 @@
+---
+title: "OSXIV"
+date: 2022-07-31T17:36:24+02:00
+notshowthedate: true
+draft: false
+---
+
+# [OSXIV](https://github.com/Baitinq/OSXIV)
+
+Im a project!
+
+
+<script>
+            fetch('https://github.com/Baitinq/OSXIV/blob/master/README.md').then(function(response) {
+              return response.json();
+            }).then(function(data) {
+              console.log(data);
+            }).catch(function() {
+              console.log("Booo");
+            });
+</script>
+