redesign base
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,7 +1,7 @@
|
||||
PAGES := index.html 404.html javascript.html contact.html
|
||||
SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \
|
||||
poster_cz.webp poster_en.webp poster_cz.jpg poster_en.jpg \
|
||||
word_cloud_cz.jpg word_cloud_en.jpg \
|
||||
word_cloud_cz.png word_cloud_en.png background.jpg \
|
||||
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 \
|
||||
@@ -53,6 +53,10 @@ dst/poster_%.jpg: images/poster_%.png
|
||||
@mkdir -p $(@D)
|
||||
magick $< -resize 2000x2000 $@
|
||||
|
||||
dst/word_cloud_%.png: images/word_cloud_%.png
|
||||
@mkdir -p $(@D)
|
||||
magick $< -resize 2000x2000 $@
|
||||
|
||||
dst/%.jpg: images/%.jpg
|
||||
@mkdir -p $(@D)
|
||||
ln -f $< $@
|
||||
|
Reference in New Issue
Block a user