Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate dark variation of light SVG icons | EuAndreh | 2024-11-03 | 1 | -0/+27 |
| | | | | | | | | | | for f in src/content/img/icon/*/light.svg; do sed \ -e 's/white/WHITE/g' \ -e 's/black/white/g' \ -e 's/WHITE/black/g' \ < "$f" > "$(dirname "$f")"/dark.svg done | ||||
* | WIP: Init work on HTML | EuAndreh | 2024-10-27 | 1 | -0/+27 |