summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-27 15:52:45 -0300
committerEuAndreh <eu@euandre.org>2025-03-28 17:12:30 -0300
commit2a031de47f1b109d1611b1fade19f15e71dcb0d7 (patch)
tree2d97c546c3e0c07d696796ff32914b6e88fb9d50 /deps.mk
parentsrc/base.conf: Fix $discussions_url_prefix and $sourcecode_url variables (diff)
downloadeuandre.org-2a031de47f1b109d1611b1fade19f15e71dcb0d7.tar.gz
euandre.org-2a031de47f1b109d1611b1fade19f15e71dcb0d7.tar.xz
src/content/img/: Add light/dark icon variations
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk14
1 files changed, 10 insertions, 4 deletions
diff --git a/deps.mk b/deps.mk
index 6464b88..ade6953 100644
--- a/deps.mk
+++ b/deps.mk
@@ -83,11 +83,17 @@ feeds.xml = \
src/content/tils/feed.xml \
images.svg = \
- src/content/img/atom.svg \
- src/content/img/envelope.svg \
+ src/content/img/atom/dark.svg \
+ src/content/img/atom/light.svg \
+ src/content/img/envelope/dark.svg \
+ src/content/img/envelope/light.svg \
src/content/img/favicon.svg \
- src/content/img/link.svg \
- src/content/img/lock.svg \
+ src/content/img/link/dark.svg \
+ src/content/img/link/light.svg \
+ src/content/img/lock/dark.svg \
+ src/content/img/lock/light.svg \
+ src/content/img/logo/dark.svg \
+ src/content/img/logo/light.svg \
sources.extras = \
src/content/blog/2020/10/05/cargo2nix-demo.tar.gz \