Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lwojcik/eleventy-example-embed-custom-code-in-posts

Eleventy: custom markup alongside item contents - minimal demo
https://github.com/lwojcik/eleventy-example-embed-custom-code-in-posts

11ty eleventy sample

Last synced: 9 days ago
JSON representation

Eleventy: custom markup alongside item contents - minimal demo

Awesome Lists containing this project

README

        

# Eleventy: Custom Code in Posts Example

This is a minimal example illustrating how to embed custom code alongside item contents in Eleventy.

[Demo](https://11ty-custom-embeds.lkmt.us/)

[Read the blog post explaining this](https://blog.lukaszwojcik.net/eleventy-custom-markup-alongside-item-contents/)

## Setup

```bash
git clone https://github.com/lwojcik/eleventy-embed-custom-code-in-posts.git
cd eleventy-embed-custom-code-in-posts
npm install
npm start
```