add the rest of the markdown files

This commit is contained in:
2023-02-25 23:47:44 +10:30
parent c5c21d7042
commit a1e31ee767
5 changed files with 13 additions and 24 deletions

View File

@ -3,4 +3,4 @@ title: About Me
layout: layout/base.njk
---
<p>Heya 👋 this is my homepage.</p>
Heya 👋 this is my homepage.

View File

@ -4,12 +4,8 @@ layout: layout/base.njk
---
These are all of my amazing blog posts, enjoy!
<ul>
{% for post in collections.blog | reverse %}
<li>
<a href="{{ post.data.page.fileSlug }}">{{ post.data.title }}</a>
</li>
- [{{ post.data.title }}]({{ post.data.page.fileSlug }})
{% endfor %}
</ul>
<!-- post.data contents are at https://github.com/11ty/eleventy/discussions/2284 -->

View File

@ -1,6 +0,0 @@
---
title: Contact Me
layout: layout/base.njk
---
<p>Heya 👋 this is my contact page</p>

View File

@ -1,12 +0,0 @@
---
title: Links
layout: layout/base.njk
---
<p>These are some of my favourite websites 🔗</p>
<ul>
<li><a href="https://flamedfury.com">fLaMEdFury.com</a></li>
<li><a href="https://11ty.dev">11ty</a></li>
<li><a href="https://neocities.org">Neocities</a></li>
<li><a href="https://yesterweb.org/">The Yesterweb</a></li>
</ul>

11
src/links.md Normal file
View File

@ -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)