imfunniee / gitfolio

:octocat: personal website + blog for every github user

Home Page:https://imfunniee.github.io/gitfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

username not found in config.json

viniciusmoreria opened this issue · comments

I am quite new to this, what am I doing wrong?

i did run the node build --name myusername

Was this the command you ran?

node build --name viniciusmoreeira

EDIT: Also it may be useful for you to paste the output of the build.

Yes it was.

But when i open the index.html that was generated theres just the title Work and the phrase made by a human on earth.

{ HTTPError: Response code 404 (Not Found)
at EventEmitter.emitter.on (C:\Users\vinic\Desktop\gitfolio\node_modules\got\source\as-promise.js:74:19)
at process._tickCallback (internal/process/next_tick.js:68:7)
name: 'HTTPError',
host: 'api.github.com',
hostname: 'api.github.com',
method: 'GET',
path: '/users/viniciusmoreeira--dark/repos?sort=created',

I have a feeling that there may have been a typo in the command you ran given this line:

path: '/users/viniciusmoreeira--dark/repos?sort=created'

Can you try running this command?

node build --dark --name viniciusmoreeira 

Well, i feel quite dumb now,

I was just trying to type like in the readme:

$ node build --name username --dark

It worked, thank you!

No worries, glad it was fixed!