diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/projects/project/example_project.md | 11 | ||||
-rw-r--r-- | content/projects/project/osxiv.md | 22 |
2 files changed, 22 insertions, 11 deletions
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> + |