Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lwojcik/eleventy-example-embed-custom-code-in-posts
- Owner: lwojcik
- License: unlicense
- Created: 2024-02-22T21:30:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T21:05:14.000Z (12 months ago)
- Last Synced: 2024-11-29T05:06:08.305Z (2 months ago)
- Topics: 11ty, eleventy, sample
- Language: JavaScript
- Homepage: https://blog.lukaszwojcik.net/eleventy-custom-markup-alongside-item-contents/
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```