Skip to content

Commit

Permalink
Updates and Security Fixes
Browse files Browse the repository at this point in the history
Regarding pug-cli see pugjs/pug-cli#86
  • Loading branch information
koraa committed Sep 27, 2021
1 parent 04a3698 commit 187491b
Show file tree
Hide file tree
Showing 4 changed files with 4,065 additions and 1,578 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clean:

build/%.html: site/%.pug site/_template.pug
@mkdir -p $(shell dirname $@)
cd "site" && pug < $< > ../$@ -O '{"basedir": ".", "filename": "."}'
cd "site" && pug3 < $< > ../$@ -O '{"basedir": ".", "filename": "."}'

build/%.html: site/%.md site/_template.pug
@mkdir -p $(shell dirname $@)
Expand All @@ -31,7 +31,7 @@ build/%.html: site/%.md site/_template.pug
linkify=true \
quotes=['«\xA0', '\xA0»', '‹\xA0', '\xA0›'] \
plugins=['markdown-it-include']) $*.md" \
| pug > ../$@ -O '{"basedir": ".", "filename": "."}'
| pug3 > ../$@ -O '{"basedir": ".", "filename": "."}'

build/%.css: site/%.sass
@mkdir -p $(shell dirname $@)
Expand Down
Loading

0 comments on commit 187491b

Please sign in to comment.