TextBundle Demo
TextBundle Demo
This article shows that Eleventy can read the Markdown content that lives inside a .textbundle package. The surrounding metadata (author, title, timestamps) comes from info.json.
What to look at
- The
text.mdfile contains Markdown just like any other post. - Assets such as SVGs sit inside the
assets/directory and can be referenced with relative paths. - The computed date uses the
createdormodifiedvalues frominfo.json, so you do not need front matter.
Pro tip: TextBundle files are great when writers prefer native macOS or iOS editors that package everything together.