6 lines
540 B
Markdown
6 lines
540 B
Markdown
# nathanupchurch.com - Based on eleventy-base-blog v8
|
|
|
|
### Implementation Notes
|
|
|
|
- `content/blog/` has the blog posts but really they can live in any directory. They need only the `posts` tag to be included in the blog posts [collection](https://www.11ty.dev/docs/collections/).
|
|
- Use the `eleventyNavigation` key (via the [Eleventy Navigation plugin](https://www.11ty.dev/docs/plugins/navigation/)) in your front matter to add a template to the top level site navigation. This is in use on `content/index.njk` and `content/about/index.md`. |