11 lines
277 B
Markdown
11 lines
277 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. It also copies the bundled Heliotrope
|
|
fonts into `dist/webfonts/`.
|
|
|
|
```sh
|
|
npm run build
|
|
```
|