An example of using 11ty Serverless to. create site search using local and external data sources.
11ty Serverless Search is an example of how to use 11ty Serverless to create a site search feature. It allows users to search for content within a website using local and external data sources.
To install 11ty Serverless Search, follow these steps:
git clone <repository_url>
npm install
npm start
Browse the site at localhost:8080 for hot reload with Sass changes.
Build the production version:
npm run build
11ty Serverless Search is an example of using 11ty Serverless to create a site search feature with both local and external data sources. It provides a custom collection and development scripts for easy setup and usage.