1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
gitfolio/README.md

33 lines
489 B
Markdown
Raw Normal View History

2019-05-06 16:50:06 +00:00
# gitfolio
portfolio website that showcases your work
2019-05-08 13:31:52 +00:00
# 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
```