2023-09-22 13:14:38 -04:00

627 B

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.
  • Use the eleventyNavigation key (via the Eleventy Navigation plugin) 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.