Add favicon

This commit is contained in:
Konstantin Nazarov 2023-08-19 18:30:05 +01:00
parent e500734ce7
commit 961ac1e83d
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22
2 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,7 @@ PROJECTS_DST := $(patsubst content/projects/%,$(ODIR)/projects/%/index.html,$(PR
POSTS_SRC := $(wildcard content/posts/*)
POSTS_DST := $(patsubst content/posts/%,$(ODIR)/posts/%/index.html,$(POSTS_SRC))
all: $(PAGES_DST) $(PROJECTS_DST) $(POSTS_DST) $(ODIR)/style.css $(ODIR)/index.html $(ODIR)/posts/index.html $(ODIR)/rss.xml $(ODIR)/rss.png
all: $(PAGES_DST) $(PROJECTS_DST) $(POSTS_DST) $(ODIR)/style.css $(ODIR)/favicon.ico $(ODIR)/index.html $(ODIR)/posts/index.html $(ODIR)/rss.xml $(ODIR)/rss.png
$(ODIR)/%/index.html: content/pages/%/note.md
mkdir -p "$(dir $@)"
@ -41,6 +41,8 @@ $(ODIR)/index.html: content/index.md
$(ODIR)/style.css: style.css
cp style.css $(ODIR)/style.css
$(ODIR)/favicon.ico: favicon.ico
cp favicon.ico $(ODIR)/favicon.ico
clean:
rm -rf $(ODIR)/*

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB