I try to go through Eleventy Guide and stuck on step "Render Your First Page".
.eleventy.js
index.md
_includes/page.njk
I start eleventy with npx eleventy --serve
and get build/index.html:
What did I do wrong?
I don't know what the bug is about, but I resolved it. If I copy/past front matter from this article:
‐‐‐
title: 11ty starter site
description: This is a demonstration website generated using the 11ty static site generator.
layout: page.njk
‐‐‐
it don't have any syntax highlighting:
But when I clear index.md
front matter and write it by yourself, it looks different, it has syntax highlighting now.
I think problem is ---
symbols. It looks the same, but it's no 🤯