New layout

This commit is contained in:
Felipe M 2020-01-12 20:26:01 +01:00
parent 440e7a3994
commit f6a070f084
Signed by: fmartingr
GPG key ID: 716BC147715E716F
45 changed files with 661 additions and 758 deletions

View file

@ -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/