From ca15847898455794945367c9c488f567c4a8266f Mon Sep 17 00:00:00 2001 From: jonathan Date: Sat, 25 Feb 2023 23:34:52 +1030 Subject: [PATCH] convert index page to markdown --- src/index.html | 24 ------------------------ src/index.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 24 deletions(-) delete mode 100644 src/index.html create mode 100644 src/index.md diff --git a/src/index.html b/src/index.html deleted file mode 100644 index c070910..0000000 --- a/src/index.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: uuu -layout: layout/base.njk -comment: created with help from https://flamedfury.com/guides/11ty-homepage-neocities/ ---- - -

- Check out your cool new static site built with - 11ty on - Neocities. -

- -

if the test worked, this text should be displaying on the live website

- -

This homepage template is perfect for:

- - - -

Why do you want a homepage?

-

The web was made for personal homepages, make this one yours

\ No newline at end of file diff --git a/src/index.md b/src/index.md new file mode 100644 index 0000000..26556ce --- /dev/null +++ b/src/index.md @@ -0,0 +1,20 @@ +--- +title: uuu +layout: layout/base.njk +comment: created with help from https://flamedfury.com/guides/11ty-homepage-neocities/ +--- + +Check out your cool new static site built with + [11ty](https://11ty.dev) on + [Neocities](https://neocities.org/). + +if the test worked, this text should be displaying on the live website + +This homepage template is perfect for: + + - Creating your own space on the web + - Expressing yourself + - Displaying all the gifs you've collected + +### Why do you want a homepage? +The web was made for personal homepages, make this one yours \ No newline at end of file