https://github.com/brugarolas/bruga-portfolio
Personal portfolio made with Pug and Sass
https://github.com/brugarolas/bruga-portfolio
icons javascript optimization portfolio pug pugjs sass vanilla vanilla-javascript vanilla-js
Last synced: 3 months ago
JSON representation
Personal portfolio made with Pug and Sass
- Host: GitHub
- URL: https://github.com/brugarolas/bruga-portfolio
- Owner: Brugarolas
- Created: 2019-07-13T10:31:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T15:03:36.000Z (about 2 years ago)
- Last Synced: 2025-01-31T10:25:38.866Z (4 months ago)
- Topics: icons, javascript, optimization, portfolio, pug, pugjs, sass, vanilla, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage: https://www.andres-brugarolas.com/
- Size: 6.46 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.buymeacoffee.com/brugarolas)
# bruga-portfolio
> Personal portfolio made with Pug and Sass
> [Try it here!](https://brugarolas.github.io/)
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run start# build for production with minification
npm run build
```### Add Font Awesome icon to project
```
npm run add-icon "https://fontawesome.com/icons/user?style=solid"
```### Configuration to add multiple Font Awesome icons to project
> Icons to download and add to the project can be configured, just add the Font Awesome URL icons to `scripts/included-icons.json` and run the following code:```
npm run update-included-icons
```