A compact static site generator and feed builder for curated education news ed-news.ebardelli.com
0

Configure Feed

Select the types of activity you want to include in your feed.

HTML 58.3%
Python 40.6%
Jinja 0.8%
CSS 0.2%
JavaScript 0.1%
Just 0.1%
Other 0.1%
185 1 0

Clone this repository

https://tangled.org/ebardelli.com/ed-news https://tangled.org/did:plc:v4ywuw42sazxkov4pa3go7js
git@knot.ebardelli.com:ebardelli.com/ed-news git@knot.ebardelli.com:did:plc:v4ywuw42sazxkov4pa3go7js

For self-hosted knots, clone URLs may differ based on your setup.



README.md

ed-news#

ed-news is a compact static site generator and feed builder for curated education news.

This repository contains the ednews Python package and a small CLI entrypoint (main.py) used to fetch feeds, build the static site, generate embeddings, and run lightweight DB maintenance for development.

For full documentation (architecture, configuration, development, API, and database schema) see the docs/ directory.

Quick Start#

uv run python main.py db-init
uv run python main.py fetch
uv run python main.py build --out-dir build
uv run python main.py serve --directory build