1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
A gitfolio fork that automatically deploys the output to GitHub Pages using Travis CI, and changed to fit what I want lol.
Find a file
2019-05-08 19:01:52 +05:30
LICENSE Initial commit 2019-05-06 22:20:06 +05:30
README.md Update README.md 2019-05-08 19:01:52 +05:30

gitfolio

portfolio website that showcases your work

Getting Started

First of all you need to fork this repo as "your_username.github.io"

$ git clone "your repo you just forked"
$ cd "your repo name"
$ npm i

Building

$ node build --name "your_username"

Customizing

To add your background image

$ node build --name "your github username" --background "background url"

To enable Dark theme

$ node build --name "your github username" --dark