Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample of _config.yml for github project #4

Open
pyrog opened this issue Feb 1, 2015 · 1 comment
Open

Sample of _config.yml for github project #4

pyrog opened this issue Feb 1, 2015 · 1 comment

Comments

@pyrog
Copy link

pyrog commented Feb 1, 2015

Hi,

Your examples config are for user github pages.
Could you please, give an example for project page?

add the following to your Jekyll _config.yml file: username, repo and branch.
make sure destination in _config.yml matches the path to the destination repo defined above.

Some points aren't clear for me:

  • branch seem to be unused in the Makefile for projects
  • what do you mean by "path to the destination repo defined above" ?

    In _config.yml, I set destination: _site

Something is wrong in my config and the rakefile fail:

git push origin gh-pages
remote: Invalid username or password.
fatal: Authentication failed for 'https://pyrog:TOKEN@github.com/pyrog/learnosm-sandbox.git/'
rake aborted!

PS: the repository URL for opening science source is https://github.com/openingscience/book 😉

@guidouil
Copy link

I have kind of the same issue here. I generated my secure again with the travis command but when I try to deploy I get this

*** Please tell me who you are.
Run
  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <>) not allowed
rake aborted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants