convert index page to markdown
This commit is contained in:
@ -1,24 +0,0 @@
|
|||||||
---
|
|
||||||
title: uuu
|
|
||||||
layout: layout/base.njk
|
|
||||||
comment: created with help from https://flamedfury.com/guides/11ty-homepage-neocities/
|
|
||||||
---
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Check out your cool new static site built with
|
|
||||||
<a href="https://11ty.dev">11ty</a> on
|
|
||||||
<a href="https://neocities.org/">Neocities</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>if the test worked, this text should be displaying on the live website</p>
|
|
||||||
|
|
||||||
<p>This homepage template is perfect for:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Creating your own space on the web</li>
|
|
||||||
<li>Expressing yourself</li>
|
|
||||||
<li>Displaying all the gifs you've collected</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>Why do you want a homepage?</h2>
|
|
||||||
<p>The web was made for personal homepages, make this one yours</p>
|
|
20
src/index.md
Normal file
20
src/index.md
Normal file
@ -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
|
Reference in New Issue
Block a user