Ninjucks not wroking
I was following the Kevin's video
Turn static HTML/CSS into a blog with CMS using the JAMStack
. Which included the steps of
-Github file
- Install Node.js
- run npm init -y in terminal
- npm install @11ty/eleventy --save-dev
few more changes. using** npm start**
the file runs and all is good.
Problem:
I'm not able to use njk. It's all grayed out. Using it does nothing and on the main page just shows.
--- title: title layout: 'base.njk' ---than the html content on which it's used the template.
1 Reply