This is a static site portfolio developed using only html, css, and javascript. The porfolio is still in development.
You can look at the deployed site at:
https://static-portfolio-abperez.herokuapp.com/
In Project directory:
- Install dependencies
npm i
- Run sass preprocessor if you're doing sass changes
npm run compile:sass
- Run eleventy server
npx @11ty/eleventy --serve
- Do any changes in the project and it should hot reload automatically and reflect changes
This is updated on Google Drive, just right click on resume and go to Manage versions. There you can upload new version. This way, the resume link will never change. Look here for a more detailed tutorial
To update any other data on portfolio, just update the portfolioData.json file inside the _data directory.