Compare commits
No commits in common. "cff55fcf44d083e9ba0405aa6c24938679d061b2" and "059a5f68bf981d0a51b792de41c03bbd6196f416" have entirely different histories.
cff55fcf44
...
059a5f68bf
BIN
img/favicon.ico
BIN
img/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 1000 B |
3
makefile
3
makefile
|
@ -34,7 +34,6 @@ vn: $(VN) | $(OUT_DIR)
|
|||
cp -r $(VN) $(OUT_DIR)/vn
|
||||
|
||||
html: $(HTML_TARGETS) $(CSS_TARGETS) | $(OUT_DIR)
|
||||
cp $(IMG_DIR)/*.ico $(OUT_DIR)/
|
||||
cp $(IMG_DIR)/*.png $(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 \
|
||||
pipenv run python ppp/ppp.py $$page $(HTML_INCLUDES) > temp ; \
|
||||
mv temp $$page ; \
|
||||
cp $(CSS_TARGETS) $(IMG_DIR)/*.ico `dirname $$page` ; \
|
||||
cp $(CSS_TARGETS) `dirname $$page` ; \
|
||||
done
|
||||
|
||||
clean:
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<meta name="keywords" content="Cat Flynn, Ktyl, Portfolio, Showreel, Blog, Gallery"/> <!-- blog, gallery -->
|
||||
<link rel="canonical" href="https://ktyl.dev/">
|
||||
<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://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
|
||||
|
|
Loading…
Reference in New Issue