From a1e31ee767b6c7eed517de06d3dd16f9d00f1fed Mon Sep 17 00:00:00 2001 From: jonathan Date: Sat, 25 Feb 2023 23:47:44 +1030 Subject: [PATCH] add the rest of the markdown files --- src/{about.html => about.md} | 2 +- src/{blog.html => blog.md} | 6 +----- src/contact.html | 6 ------ src/links.html | 12 ------------ src/links.md | 11 +++++++++++ 5 files changed, 13 insertions(+), 24 deletions(-) rename src/{about.html => about.md} (56%) rename src/{blog.html => blog.md} (72%) delete mode 100644 src/contact.html delete mode 100644 src/links.html create mode 100644 src/links.md diff --git a/src/about.html b/src/about.md similarity index 56% rename from src/about.html rename to src/about.md index ece526d..8ed1adb 100644 --- a/src/about.html +++ b/src/about.md @@ -3,4 +3,4 @@ title: About Me layout: layout/base.njk --- -

Heya 👋 this is my homepage.

\ No newline at end of file +Heya 👋 this is my homepage. \ No newline at end of file diff --git a/src/blog.html b/src/blog.md similarity index 72% rename from src/blog.html rename to src/blog.md index 100c6dd..80a9f1e 100644 --- a/src/blog.html +++ b/src/blog.md @@ -4,12 +4,8 @@ layout: layout/base.njk --- These are all of my amazing blog posts, enjoy! - \ No newline at end of file diff --git a/src/contact.html b/src/contact.html deleted file mode 100644 index 9c0a9c1..0000000 --- a/src/contact.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Contact Me -layout: layout/base.njk ---- - -

Heya 👋 this is my contact page

\ No newline at end of file diff --git a/src/links.html b/src/links.html deleted file mode 100644 index f985ad4..0000000 --- a/src/links.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Links -layout: layout/base.njk ---- - -

These are some of my favourite websites 🔗

- \ No newline at end of file diff --git a/src/links.md b/src/links.md new file mode 100644 index 0000000..63c20da --- /dev/null +++ b/src/links.md @@ -0,0 +1,11 @@ +--- +title: Links +layout: layout/base.njk +--- + +These are some of my favourite websites 🔗 + + - [flamedfury](https://flamedfury.com) + - [11ty](https://11ty.dev) + - [neocities](https://neocities.org) + - [yesterweb](https://yesterweb.org) \ No newline at end of file