commit eb91022cdbebb866c5e1ad3cb534bb68c13a580d from: Omar Polo date: Sat Jun 11 17:02:23 2022 UTC declare a variable for the homepage image commit - 6426034367784b59e8ad9c12f37e97eecd284cfa commit + eb91022cdbebb866c5e1ad3cb534bb68c13a580d blob - 6eae8a400e97002cf63eeac3be3ab46b1cabb689 blob + c3427f5d35a34aa710acd0e4a26bb8b63336858c --- site/Makefile +++ site/Makefile @@ -7,6 +7,8 @@ MANPAGES = ../kamictl/kamictl.8 \ PAGES = index.gmi install.gmi tutorial.gmi caveats.gmi +IMAGE = tohru.png + TITLE_caveats.gmi = caveats TITLE_index.gmi = home TITLE_install.gmi = install guide @@ -24,7 +26,7 @@ SUBST_WWW = ${SUBST} MANEXT=html EXT=html all: dirs manpages pages cp style.css www/ - convert ../art/tohru.png -resize 300x300 www/tohru.png + convert ../art/${IMAGE} -resize 300x300 www/${IMAGE} dirs: mkdir -p gemini