diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-01 22:21:43 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-01 22:21:43 +0200 |
commit | e28a209ed9a5390adc12cf5adbde0fb694be71c2 (patch) | |
tree | 10c04f7e72494d48f94693c9cefeac3f0e45fdca /content/projects | |
parent | Write About Me section (diff) | |
download | baitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.tar.gz baitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.tar.bz2 baitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.zip |
Projects: Add OSXIV
Diffstat (limited to 'content/projects')
-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> + |