add the rest of the markdown files
This commit is contained in:
		@ -3,4 +3,4 @@ title: About Me
 | 
			
		||||
layout: layout/base.njk
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<p>Heya 👋 this is my homepage.</p>
 | 
			
		||||
Heya 👋 this is my homepage.
 | 
			
		||||
@ -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 -->
 | 
			
		||||
@ -1,6 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
title: Contact Me
 | 
			
		||||
layout: layout/base.njk
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<p>Heya 👋 this is my contact page</p>
 | 
			
		||||
@ -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
									
								
							
							
						
						
									
										11
									
								
								src/links.md
									
									
									
									
									
										Normal 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)
 | 
			
		||||
		Reference in New Issue
	
	Block a user