summaryrefslogtreecommitdiff
path: root/src/content/img (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate dark variation of light SVG iconsEuAndreh2024-11-0364-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 iconsEuAndreh2024-11-0214-0/+14
|
* WIP: Init work on HTMLEuAndreh2024-10-2765-0/+2801
|
* src/content/img/: Add favicon and logo SVGsEuAndreh2024-10-213-0/+224