From 59f7db16febdbe2991a93507560080836cdf4f2a Mon Sep 17 00:00:00 2001 From: giteaadmin Date: Tue, 5 Aug 2025 18:18:10 -0400 Subject: [PATCH] working test --- README.md | 2 -- index.md | 17 +++++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 0685fd4..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -#Eleventy nodejs server -My attempt at an eleventy docker container \ No newline at end of file diff --git a/index.md b/index.md index 2ddd827..9fa63fa 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,17 @@ --- -title: Heading +subject: World --- -# {{ title }} \ No newline at end of file +# 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 }}_ \ No newline at end of file