Public Access
1
0

new blog post

This commit is contained in:
2025-08-30 13:00:52 -04:00
parent 820abe32c9
commit 0a646e4a24
3 changed files with 13 additions and 22 deletions

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -1,12 +1,20 @@
---
title: "Test page!"
date: Last modified
title: "An Eleventy Showcase!"
date: "2025-08-30"
layout: "post.njk"
tags: "general"
excerpt: This post is a feature showcase of what you can do with Eleventy
draft: true
permalink: /blog/{{ title | slugify }}/
tags: ["blog", "eleventy", "11ty", "docker", "nodejs"]
description: "A showcase of what you can do with Eleventy!"
excerpt: Made using Eleventy!
sitemapPriority: 0.5
sitemapChangefreq: "never"
image: "/assets/images/8.30.25/11ty.jpg"
---
![Banner Image]({{ image }}#center)
<br/>
Welcome back to my blog! This one is a brief one. Just a showcase of what Eleventy can do with Markdown!
## What is Eleventy?
Eleventy (or 11ty) is a simpler static site generator. It's written in JavaScript and transforms a directory of templates of various types into a folder of plain HTML files. It's known for its flexibility, speed, and the fact that it doesn't ship any client-side JavaScript by default.

View File

@@ -1,17 +0,0 @@
---
title: "My First Blog Post"
date: "2025-08-05"
layout: "post.njk"
tags: "general"
description: "First post made using Eleventy!"
excerpt: Made using Eleventy!
sitemapPriority: 0.5
sitemapChangefreq: "never"
image: "/assets/images/8.5.25/11ty.jpg"
---
![Banner Image]({{ image }}#center)
<br/>
Welcome to my new blog! This is my very first post. This website was created using eleventy in a custom nodejs docker container, pretty cool huh?? Maybe I'll post the source code here one day!
<br/>
<br/>
Check back soon for more updates on networking, homelabbing, and technology!