This is code for personal page of Toni Figuera.
v16.13.2
cd project-folder
npm run start
cd project-folder
npm run deploy
CV now are some JSONs with info from places entities and the cv. There is an script to put all toguether and generate a new JSON file with the result.
You can debug the script with --inspect-brk
. It will open a Chrome Dev tools panel and you can iterate on the code.
node --inspect-brk scripts/cv/generate.js
You have to go to chrome://inspect
in your Chrome browser to start debugging
Is managed by an Excel called: Toni Figuera Contact form
Tutorial on how works Google app script for sending emails
pathPrefix does not work. We need pathPrefix
for deploying to Github pages. Let's see with custom domain if it's needed. If not need remove cleanCache
task from package.json.