Getting started
Here's a basic guide to using this starter kit. It doesn't use your typical Eleventy conventions, but it's easy enough to figure out.
-
.eleventy.jsandpackage.jsonare good starter/entry points in case you get lost. From there, you should be able to know where to look next. -
New pages go in
./src. You can use.md,.html, or.njkfile extensions. -
There's a data directory file in
./srcthat configures the content housed in there such that all pages will usepage.njkas their template unless manually overridden see the front-matter ofindex.njkas an example -
Most of the custom stuff in here is housed in
_includes, but there's also some useful stuff in_utilstoo. -
You'll probably want to customize the information in
_data/site.jsandpackage.json. The stuff in_data/site.jsis used to insert some metadata into the HTML document structure.