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