Public Access
1
0

working test

This commit is contained in:
2025-08-05 18:18:10 -04:00
parent f72573a47e
commit 59f7db16fe
2 changed files with 15 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
#Eleventy nodejs server
My attempt at an eleventy docker container

View File

@@ -1,4 +1,17 @@
---
title: Heading
subject: World
---
# {{ title }}
# Hello {{ subject }}
You can type here!
- [Markdown](https://www.11ty.dev/docs/languages/markdown/)
- [Liquid](https://www.11ty.dev/docs/languages/liquid/)
## Posts
{%- for post in collections.posts %}
- [{{ post.data.title }}]({{ post.url}})
{%- endfor %}
_Built with {{ eleventy.generator }}_