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.
LICENSE | ||
README.md |
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