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

Github Pages metadata clashes with config file #48

Closed
theholy7 opened this issue Sep 5, 2018 · 2 comments
Closed

Github Pages metadata clashes with config file #48

theholy7 opened this issue Sep 5, 2018 · 2 comments

Comments

@theholy7
Copy link

theholy7 commented Sep 5, 2018

Having:

github:
    repo: "<repo_url>"

in the _config.yml file prevents the page from building successfully.

Also the theme is not correctly using (or doesn't allow the user to select) the Github Pages Metadata.

For example, in the sidebar HTML file, we have site.github.repo rather than site.github.repository_url.

@holgerdell
Copy link
Contributor

holgerdell commented Sep 10, 2018

I can confirm the first issue. If site.github.repo is set in _config.yml, then github-pages (using the remote_theme functionality) refuses to build the site and gives the following error message:

Your site is having problems building: The hydeout theme is not currently supported on GitHub Pages

However, simply removing these lines resolves the issue.

@fongandrew
Copy link
Owner

This should be fixed in master and v4.0.0 of the gem. The github config in master is gone, and the _config in the gh-pages branch now uses a hydeout.repo instead.

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

3 participants