This is a static site generator which generates a developer portfolio website.
- Copy
portfolio.default.json
toportfolio.json
- Run
npm install
to install the site - Edit
portfolio.json
to reflect your information. - To test the site run
npm start
and navigate to http://localhost:8080 to view the site. - When you are satisfied with the results. Run
npm run-script build
to build the site.- The results of the build can be found in the
/dist
folder.
- The results of the build can be found in the
- Google Analytics
- Custom Colors
- Custom portfolio items
- Custom fonts and sizing
- Custom icon library not limited to fontawesome
- Better explanation of available configuration options
- Programming Languages
- Favicon arbitrary files
- Version 2.0
- Migrate to a standard site generator framework
- Easier to understand and customize codebase
- Refresh on any changes
- Manage Deps
- Audits
- Minify JS and SCSS
- Source maps