update deploy strat
This commit is contained in:
parent
b55cb7207b
commit
dc82673e25
3
makefile
3
makefile
|
@ -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)
|
||||||
|
|
||||||
|
|
1
todo.md
1
todo.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue