This is the second release for my portfolio, after a lot of thinking, I came out with something new, bigger and hopefully better. Something where I can show my work, where I can explain my process, where I can be creative within a self created template.
To run the portfolio locally, just follow the following steps.
- Go to the
sourcefolder. - Run
npm install. - Run
gulp watch.
The command gulp watch will build the Mustache and Stylus files and put them in the public folder. Statically, you can go and open the index.html file.
If you want to see it live, just tap here.
To add a project:
- Add it to the
gilabert.jsonfile underprojects. - Fix the grid with the new project, that is, fix spacing and height.
- In
myself.styladd the order that you want it to appear. - In the
innerclass add the new height. - Fix the margins for the other pieces.
- Build the detail page.