This is your first page, hosted on Cloudflare Pages. To add another, run one of these from
~/reading-library:
npm run add -- ./some-article.html --title "Great Read" --tags essays
npm run add -- https://example.com/post --title "From the web"
npm run add -- ./notes.md --title "My notes"
Then publish everything with:
npm run deploy
The homepage index rebuilds automatically and stays searchable.