Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate dark variation of light SVG icons | EuAndreh | 2024-11-03 | 64 | -0/+2800 |
| | | | | | | | | | | 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 | ||||
* | Add aliases for missing icons | EuAndreh | 2024-11-02 | 14 | -0/+14 |
| | |||||
* | WIP: Init work on HTML | EuAndreh | 2024-10-27 | 65 | -0/+2801 |
| | |||||
* | src/content/img/: Add favicon and logo SVGs | EuAndreh | 2024-10-21 | 3 | -0/+224 |