vaporwavie / gitfolio

Quickly bootstrap your static portfolio, only using your github data.

Home Page:https://gitfolio-f2c18.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this project?

gitfolio bootstraps a simple one-page portfolio, based on your github data.

How does it look like?

I wanted this to keep this dead-simple and easy to read. Hope it looks good to you as well!

Can I edit it?

This project comes with a few blocks for now, and most of them customizable. You can't reorganize the blocks order, yet, neither add ones using the interface.

The main missing feature here would be a way to change the project's primary/secondary colors — I still pray, waiting for an amazing contributor who'd like to help me on this.

How to start building?

npm run start will launch the development server, npm run build will update the build folder with a static version of the project.

Note: I didn't figure out how to generate a separate css file for every .scss file in this project using webpack. Here's the reason why you must have noticed the gulp build file. After building the project, you'll need to manually include a link tag for the /build/static/css/all.min.css stylesheet inside the head part of index.html.

About

Quickly bootstrap your static portfolio, only using your github data.

https://gitfolio-f2c18.firebaseapp.com/

License:MIT License


Languages

Language:JavaScript 86.5%Language:CSS 12.3%Language:HTML 1.2%