feat: simplify theme management (#136)

This commit is contained in:
2026-01-03 20:55:48 +02:00
committed by GitHub
parent 93294f6fd3
commit 9534bf9e45
14 changed files with 117 additions and 820 deletions

View File

@@ -164,7 +164,7 @@ gh-action-readme config init
gh-action-readme gen --recursive --theme github --output-dir docs/
# Custom themes
cp -r templates/themes/github templates/themes/custom
cp -r templates_embed/templates/themes/github templates_embed/templates/themes/custom
gh-action-readme gen --theme custom
```