This site is a starting point
From this point we should already have:
- Eleventy with a skeleton site
- A date format filter for Nunjucks
- A tiny inline Sass pipeline
- A tiny inline JS pipeline. (Test a console.log message)
- JS search index generator
- Serverless (FaaS) development pipeline with Netlify Functions for Lambda
Post pages
The pages found in in the posts
Links from an external data source
These links were sourced from hawksworx.com at build time.
The data can be stashed locally by running:
yarn run seed
It will then be available locally for building with:
yarn start