This is the homepage for our podcast, A Free Podcast.
This is built using EleventyOne, using Eleventy.
This project scaffold includes:
- Eleventy with a skeleton site
- A date format filter for Nunjucks based on Luxon
- A tiny CSS pipeline with PostCSS
- A tiny inline JS pipeline
- JS search index generator
- Netlify Dev for testing Netlify redirects
- Serverless (FaaS) development pipeline with Netlify Dev and Netlify Functions
# install the dependencies
npm install
# External data sources can be stashed locally
npm run seed
# It will then be available locally for building with
npm run start