|
|
|
@ -14,9 +14,9 @@
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"prenote": "node hooks/prenote.js",
|
|
|
|
|
|
|
|
|
|
"precommit": "node hooks/precommit.js",
|
|
|
|
|
"precompile": "python extras/popularposts.py > data/popularposts.json",
|
|
|
|
|
|
|
|
|
|
"precompile": "python3 extras/popularposts.py > data/popularposts.json",
|
|
|
|
|
"compile": "hugo --cleanDestinationDir --destination docs",
|
|
|
|
|
"predeploy": "/usr/local/bin/pagefind --source docs",
|
|
|
|
|
"deploy": "rsync --archive --delete docs/ /var/www/brainbaking/",
|
|
|
|
|