continue redesign

This commit is contained in:
2025-04-17 22:24:08 +02:00
parent 52fead55b6
commit 8d036a1a95
8 changed files with 99 additions and 60 deletions

View File

@@ -5,7 +5,7 @@ SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \
moon.svg sun.svg narrow_light.svg narrow_dark.svg wide_light.svg wide_dark.svg lang_cz.svg lang_en.svg \
styles.css icons.css \
countdown.js theme.js lang.js \
jetbrains_mono.ttf
jetbrains_mono.woff2
SEARCH_REPLACE := lib/search_and_replace/target/release/search_and_replace
COMPONENTS := head.html header.html nav.html footer.html
@@ -77,6 +77,6 @@ dst/favicon.ico: images/favicon.ico
@mkdir -p $(@D)
ln -f $< $@
dst/%.ttf: fonts/%.ttf
dst/%.woff2: fonts/%.woff2
@mkdir -p $(@D)
ln -f $< $@