Scripts updated to use poetry
This commit is contained in:
parent
873548b558
commit
56b33d6ffe
2 changed files with 4 additions and 6 deletions
|
@ -4,7 +4,7 @@ url = https://fmartingr.com/
|
||||||
url_style = absolute
|
url_style = absolute
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
lektor-markdown-highlighter = 0.3.1
|
|
||||||
lektor-atom = 0.2
|
|
||||||
lektor-htmlmin = 1.0.2
|
|
||||||
lektor-markdown-header-anchors = 0.3.1
|
lektor-markdown-header-anchors = 0.3.1
|
||||||
|
lektor-atom = 0.3
|
||||||
|
lektor-htmlmin = 1.0.2
|
||||||
|
lektor-markdown-highlighter = 0.3.1
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -1,7 +1,5 @@
|
||||||
setup:
|
setup:
|
||||||
python3 -m venv .venv
|
poetry install
|
||||||
source .venv/bin/activate && pip install -r requirements.txt
|
|
||||||
npm install
|
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
node_modules/gulp/bin/gulp.js sass
|
node_modules/gulp/bin/gulp.js sass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue