working test
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
#Eleventy nodejs server
|
|
||||||
My attempt at an eleventy docker container
|
|
17
index.md
17
index.md
@@ -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 }}_
|
Reference in New Issue
Block a user