fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
594 stars 772 forks source link

Page build failed - Hydeout not currently supported #46

Closed theholy7 closed 6 years ago

theholy7 commented 6 years ago

I was running jekyll locally with with docker, and was able to use the hydeout layout. However the new layout fails to build on Github.

The page build failed for the `master` branch with the following error:

The hydeout theme is not currently supported on GitHub Pages. For more information, see https://help.github.com/articles/adding-a-jekyll-theme-to-your-github-pages-site/.

For information on troubleshooting Jekyll see:

  https://help.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can contact us by replying to this email.

My current _config.yml file is:

remote_theme: fongandrew/hydeout

# Setup
title: 'Jose Antunes'
tagline: 'Code, Food, Travel'
description: 'Everyday learning and sharing'
url: https://joseantunes.tech
baseurl: ''
  # the optional subpath of your site, e.g. "/blog"
  # NB: This applies to all pages in your Jekyll site.
  # If you want to move just the blog index pages but keep
  # other pages at root, see the paginate_path and
  # sidebar_blog_link below.

author:
  name: 'Jose Antunes'
  url: https://linkedin.com/in/antunesjose

paginate: 5

github:
  repo: https://github.com/theholy7

and my Gemfile is:

source 'https://rubygems.org'
gem "github-pages", group: :jekyll_plugins
gem "jekyll-theme-hydeout", "~> 3.4"

I don't know where to search, as I think I have done things correctly. If you could help me, I'd be very thankful.

Best, Jose

fongandrew commented 6 years ago

Try adding remote_theme: fongandrew/hydeout to your _config.yml

theholy7 commented 6 years ago

It is there?

fongandrew commented 6 years ago

Oh, didn't see it at the top. Sorry.

fongandrew commented 6 years ago

Try removing the gem "jekyll-theme-hydeout", "~> 3.4" from your Gemfile? This will break it locally but let's see if it works on Github.

theholy7 commented 6 years ago

@fongandrew - thanks for helping me! I tried your suggestion, but it still failed.

I don't really know where else to look. I wonder if it is because I removed the contents of comments.html as I don't have disqus. Could that be the reason?

theholy7 commented 6 years ago

@fongandrew I found out the problem!

My _config.yml was setting a github variable which was in conflict with the github-metadata set by Github.

This was breaking everything. As soon as I removed it, the build went through!

Thanks for replying and helping out!

(PS: keep making Slack great!)

fongandrew commented 6 years ago

Awesome! Glad you figured that out.

On Mon, Sep 3, 2018, 12:00 PM José Antunes notifications@github.com wrote:

Closed #46 https://github.com/fongandrew/hydeout/issues/46.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/fongandrew/hydeout/issues/46#event-1823953947, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK8fyjiEQgmGP50CIOaq5gvCPZ0AA5tks5uXXxggaJpZM4WXPM7 .

cjauvin commented 5 years ago

This thread was useful for the same problem with another theme.. thanks!

rucko24 commented 4 years ago

riable which was in conflict with the github-met

me too, thanks for the help. the same think