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
about.me + medium but for every github User
Gitfolio will help get started with a portfolio website where you could showcase your work + a blog that will help you spread your ideas into real world.
Getting Started
Fork this repository
Get yourself a copy of this repository by forking it as "your username.github.io" so you could customize it.
Let's build
-
Clone the repository you just forked using
git clone
or just simply download it. -
Now
cd
into the repository you just cloned and run the below command
$ npm i
This will install all the dependencies you will need to build your website.
- After its done installing the dependencies run this command where
username
is your username on github
$ node build --name username
- Congrats, you just made yourself a personal website.
if you get stuck somewhere or get an error, please create an issue
License
GNU General Public License v3.0