update deploy strat

This commit is contained in:
ktyl 2022-03-29 22:52:38 +01:00
parent b55cb7207b
commit dc82673e25
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,8 @@ CSS_TARGETS = $(STYLES:$(ROOT_DIR)/%.css=$(OUT_DIR)/%.css)
PNG_TARGETS = $(IMG_DIR)/%.png=$(OUT_DIR)/%.png PNG_TARGETS = $(IMG_DIR)/%.png=$(OUT_DIR)/%.png
all: $(HTML_TARGETS) $(CSS_TARGETS) blog | $(OUT_DIR) all: $(HTML_TARGETS) $(CSS_TARGETS) blog | $(OUT_DIR)
site: $(HTML_TARGETS) $(CSS_TARGETS)
cp $(IMG_DIR)/*.png $(OUT_DIR)/ cp $(IMG_DIR)/*.png $(OUT_DIR)/
cp $(IMG_DIR)/*.jpg $(OUT_DIR)/ cp $(IMG_DIR)/*.jpg $(OUT_DIR)/
@ -75,7 +77,6 @@ $(BLOG_OUT_DIR): | $(OUT_DIR)
$(BLOG_TMP_DIR): $(BLOG_TMP_DIR):
mkdir -p $@ mkdir -p $@
clean: clean:
rm -rf $(OUT_DIR) $(BLOG_TMP_DIR) rm -rf $(OUT_DIR) $(BLOG_TMP_DIR)

View File

@ -1,6 +1,5 @@
* [ ] transfer domain https://www.mythic-beasts.com/support/domains/transfer * [ ] 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 * [ ] hide scrollbars in bloggy code blocks https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
* [-] responsive design * [-] responsive design
* [-] nav * [-] nav
* [ ] side bar * [ ] side bar