mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Replace ' — ' with ', ' across 40 files. Hyphens (-) untouched. timecapsule, stefankoelle, LICENSE, CSS comments left as-is.
12 lines
234 B
Markdown
12 lines
234 B
Markdown
# GitHub aggregator
|
|
|
|
Reads a `.moonweb.yml` file from each of the `skoelle` GitHub repos and
|
|
regenerates `code/_data/repos.json`. Run manually, not wired into CI.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
export GITHUB_TOKEN=ghp_xxx
|
|
python aggregate.py
|
|
```
|