home/README.md
Neeldhara Misra aa78b43c34
Some checks are pending
Build / build (push) Waiting to run
Create minimal blog homepage
2026-06-13 22:01:17 +02:00

10 lines
210 B
Markdown

# neeldhara.blog
Minimal static homepage for `neeldhara.blog`.
The build script fetches the RSS feed from each blog and writes `dist/index.html`
with the latest two entries per blog.
```sh
npm run build
```