about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-01 22:21:43 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-01 22:21:43 +0200
commite28a209ed9a5390adc12cf5adbde0fb694be71c2 (patch)
tree10c04f7e72494d48f94693c9cefeac3f0e45fdca
parentWrite About Me section (diff)
downloadbaitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.tar.gz
baitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.tar.bz2
baitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.zip
Projects: Add OSXIV
-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>
+