You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
I want to set-up a single-page website and I have used Solo in the past, but I saw that it is now deprecated, so I tried duo.
I have cloned this repo and tried to build the site:
$ bundle exec jekyll serve
Configuration file: /path/to/site/_config.yml
Source: /path/to/site
Destination: /path/to/site/_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 'description':
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/default.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.
I have tried adding a blank repository setting in _config.yml [1] to solve the issue, i.e.:
repository:
However I was running into this other problem:
Dependency Error: Yikes! It looks like you don't have jekyll-feed or one of its dependencies installed.
In order to use Jekyll as currently configured, you'll need to install this gem.
The full error message from Ruby is: 'cannot load such file -- jekyll-feed' If you run into trouble,
you can find helpful resources at https://jekyllrb.com/help/!
A solution for this issue [1] has been to remove the github-pages plugin and the plugins from the Gemfile, so I deleted the following line:
and in the end I was able to build the site locally.
Thank you.
The text was updated successfully, but these errors were encountered:
CristianCantoro
changed the title
github-pages requires Github credentials even for local builds
github-pages plugin requires Github credentials even for local builds
Jan 29, 2018
Hi,
I want to set-up a single-page website and I have used Solo in the past, but I saw that it is now deprecated, so I tried duo.
I have cloned this repo and tried to build the site:
I have tried adding a blank
repository
setting in_config.yml
[1] to solve the issue, i.e.:repository:
However I was running into this other problem:
A solution for this issue [1] has been to remove the
github-pages
plugin and the plugins from theGemfile
, so I deleted the following line:and added the following:
and in the end I was able to build the site locally.
Thank you.
The text was updated successfully, but these errors were encountered: