diff --git a/makefile b/makefile index b043da7..e6d8692 100644 --- a/makefile +++ b/makefile @@ -33,6 +33,8 @@ CSS_TARGETS = $(STYLES:$(ROOT_DIR)/%.css=$(OUT_DIR)/%.css) PNG_TARGETS = $(IMG_DIR)/%.png=$(OUT_DIR)/%.png all: $(HTML_TARGETS) $(CSS_TARGETS) blog | $(OUT_DIR) + +site: $(HTML_TARGETS) $(CSS_TARGETS) cp $(IMG_DIR)/*.png $(OUT_DIR)/ cp $(IMG_DIR)/*.jpg $(OUT_DIR)/ @@ -75,7 +77,6 @@ $(BLOG_OUT_DIR): | $(OUT_DIR) $(BLOG_TMP_DIR): mkdir -p $@ - clean: rm -rf $(OUT_DIR) $(BLOG_TMP_DIR) diff --git a/todo.md b/todo.md index 0269990..119a76a 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,5 @@ * [ ] transfer domain https://www.mythic-beasts.com/support/domains/transfer * [ ] hide scrollbars in bloggy code blocks https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp - * [-] responsive design * [-] nav * [ ] side bar