Compare commits

..

No commits in common. "cff55fcf44d083e9ba0405aa6c24938679d061b2" and "059a5f68bf981d0a51b792de41c03bbd6196f416" have entirely different histories.

3 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1000 B

View File

@ -34,7 +34,6 @@ vn: $(VN) | $(OUT_DIR)
cp -r $(VN) $(OUT_DIR)/vn cp -r $(VN) $(OUT_DIR)/vn
html: $(HTML_TARGETS) $(CSS_TARGETS) | $(OUT_DIR) html: $(HTML_TARGETS) $(CSS_TARGETS) | $(OUT_DIR)
cp $(IMG_DIR)/*.ico $(OUT_DIR)/
cp $(IMG_DIR)/*.png $(OUT_DIR)/ cp $(IMG_DIR)/*.png $(OUT_DIR)/
cp $(IMG_DIR)/*.jpg $(OUT_DIR)/ cp $(IMG_DIR)/*.jpg $(OUT_DIR)/
@ -65,7 +64,7 @@ blog: $(HTML_INCLUDES) $(CSS_TARGETS)
for page in `find "$(BLOG_OUT_DIR)" -wholename "*.html"`; do \ for page in `find "$(BLOG_OUT_DIR)" -wholename "*.html"`; do \
pipenv run python ppp/ppp.py $$page $(HTML_INCLUDES) > temp ; \ pipenv run python ppp/ppp.py $$page $(HTML_INCLUDES) > temp ; \
mv temp $$page ; \ mv temp $$page ; \
cp $(CSS_TARGETS) $(IMG_DIR)/*.ico `dirname $$page` ; \ cp $(CSS_TARGETS) `dirname $$page` ; \
done done
clean: clean:

View File

@ -6,7 +6,6 @@
<meta name="keywords" content="Cat Flynn, Ktyl, Portfolio, Showreel, Blog, Gallery"/> <!-- blog, gallery --> <meta name="keywords" content="Cat Flynn, Ktyl, Portfolio, Showreel, Blog, Gallery"/> <!-- blog, gallery -->
<link rel="canonical" href="https://ktyl.dev/"> <link rel="canonical" href="https://ktyl.dev/">
<link rel="stylesheet" href="styles.css" /> <link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<script src="https://kit.fontawesome.com/ad50bb2e16.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/ad50bb2e16.js" crossorigin="anonymous"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> --> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->