commit
a14ce75cca
6 changed files with 16 additions and 5 deletions
5
.firebaserc
Normal file
5
.firebaserc
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "fmartingrcom"
|
||||
}
|
||||
}
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,3 +15,6 @@ assets/static/css
|
|||
|
||||
# Tests
|
||||
tests/venv
|
||||
|
||||
# Build
|
||||
public
|
|
@ -6,6 +6,3 @@ url_style = absolute
|
|||
[packages]
|
||||
lektor-markdown-highlighter = 0.1
|
||||
lektor-atom = 0.2
|
||||
|
||||
[servers.production]
|
||||
target = rsync://fmartingrcom@static-1.scaleway.fra1.ops.fmartingr.com/var/www/fmartingr.com/html
|
||||
|
|
4
Makefile
4
Makefile
|
@ -8,14 +8,14 @@ dev:
|
|||
|
||||
build:
|
||||
make dev
|
||||
lektor build
|
||||
lektor build --output-path ./public
|
||||
|
||||
watch:
|
||||
node_modules/gulp/bin/gulp.js sass:watch
|
||||
|
||||
deploy:
|
||||
make build
|
||||
lektor deploy
|
||||
node_modules/firebase-tools/bin/firebase deploy
|
||||
|
||||
deploy_tests:
|
||||
bash tests/run.sh
|
||||
|
|
5
firebase.json
Normal file
5
firebase.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"hosting": {
|
||||
"public": "public"
|
||||
}
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
"description": "fmartingr.com",
|
||||
"main": "gulpfile.js",
|
||||
"devDependencies": {
|
||||
"firebase-tools": "^3.2.1",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-concat-css": "^2.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue