New layout
This commit is contained in:
parent
440e7a3994
commit
f6a070f084
45 changed files with 661 additions and 758 deletions
15
Makefile
15
Makefile
|
@ -1,16 +1,15 @@
|
|||
setup:
|
||||
poetry install
|
||||
|
||||
dev:
|
||||
node_modules/gulp/bin/gulp.js sass
|
||||
node_modules/gulp/bin/gulp.js js
|
||||
npm install
|
||||
|
||||
build:
|
||||
make dev
|
||||
lektor build --prune --output-path ${PWD}/public
|
||||
node_modules/gulp/bin/gulp.js sass
|
||||
node_modules/gulp/bin/gulp.js js
|
||||
lektor build --prune --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor
|
||||
|
||||
watch:
|
||||
node_modules/gulp/bin/gulp.js sass:watch
|
||||
|
||||
deploy_tests:
|
||||
bash tests/run.sh
|
||||
deploy:
|
||||
make build
|
||||
rsync -e ssh --info=progress2 -r ${PWD}/public/ pages.sites.town:~/public_html/fmartingr.com/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue