new blog post
This commit is contained in:
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -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"
|
||||
---
|
||||
|
||||

|
||||
<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.
|
||||
|
@@ -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"
|
||||
---
|
||||

|
||||
<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!
|
Reference in New Issue
Block a user