10 lines
210 B
Markdown
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
|
|
```
|