Add profile picture to main page.

This commit is contained in:
2021-10-18 19:57:38 +02:00
parent 16199fbcc4
commit db69bc76d1
3 changed files with 7 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ OUTPUT_DIR=./output
.PHONY: all pages blog sync clean
all: pages blog
cp nicolas@ortegas.org_pub.asc style.css favicon.png $(OUTPUT_DIR)
cp nicolas@ortegas.org_pub.asc style.css favicon.png profile.png $(OUTPUT_DIR)
pages:
mkdir -p $(OUTPUT_DIR)