yousinix / portfolYOU

A beautiful portfolio Jekyll theme that works with GitHub Pages.
https://yousinix.github.io/portfolYOU
MIT License
1k stars 598 forks source link

Issue running jekyll theme #16

Closed vlall closed 4 years ago

vlall commented 4 years ago

Hi,

Thanks for this. I'm getting an error about an incorrect Github API Auth code when running the code with a default config locally.


Configuration file: /Users/me/prog/jekyll/portfolYOU-master/_config.yml
            Source: /Users/me/prog/jekyll/portfolYOU-master
       Destination: /Users/me/prog/jekyll/portfolYOU-master/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
   GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
   GitHub Metadata: Error processing value 'repo_pages_info':
  Liquid Exception: uninitialized constant Faraday::Error::ConnectionFailed Did you mean? Faraday::ConnectionFailed in /_layouts/post.html
jekyll 3.8.5 | Error:  uninitialized constant Faraday::Error::ConnectionFailed
Did you mean?  Faraday::ConnectionFailed

Any suggestions on how to work around this? Thank you!

yousinix commented 4 years ago

Try changing the repository field in _config.yml to point to one of your GitHub repositories, or simply remove that field if you are not going to use remote projects.

vlall commented 4 years ago

Thanks so much, so i think it might be referencing the repo elsewhere when i exclude it.

See

  Liquid Exception: No repo name found. Specify using PAGES_REPO_NWO environment variables, 'repository' in your configuration, or set up an 'origin' git remote pointing to your github.com repository. in /_layouts/post.html
             ERROR: YOUR SITE COULD NOT BE BUILT:
                    ------------------------------------
                    No repo name found. Specify using PAGES_REPO_NWO environment variables, 'repository' in your configuration, or set up an 'origin' git remote pointing to your github.com repository.