Move static files to static/ directory.
This commit is contained in:
parent
2bc4319a87
commit
8812ea5162
3
Makefile
3
Makefile
@ -3,7 +3,8 @@ OUTPUT_DIR=./output
|
||||
.PHONY: all pages blog sync clean
|
||||
|
||||
all: pages blog
|
||||
cp nicolas@ortegas.org_pub.asc style.css favicon.png profile.png $(OUTPUT_DIR)
|
||||
cp -r static/* $(OUTPUT_DIR)
|
||||
#cp nicolas@ortegas.org_pub.asc style.css favicon.png profile.png $(OUTPUT_DIR)
|
||||
|
||||
pages:
|
||||
mkdir -p $(OUTPUT_DIR)
|
||||
|
@ -1,5 +1,5 @@
|
||||
<img
|
||||
src="/profile.png"
|
||||
src="/imgs/profile.png"
|
||||
alt="Profile picture."
|
||||
title="Profile picture."
|
||||
id="profile" />
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
Loading…
Reference in New Issue
Block a user