You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by GitBox <gi...@apache.org> on 2022/04/25 19:31:55 UTC

[GitHub] [apache-website-template] reckart opened a new issue, #14: Missing Gemfile and JB/setup

reckart opened a new issue, #14:
URL: https://github.com/apache/apache-website-template/issues/14

   When I follow the instructions, at the point where I run `bundle install`, I get the message
   
       Could not locate Gemfile
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org


[GitHub] [apache-website-template] reckart commented on issue #14: Missing Gemfile and JB/setup

Posted by GitBox <gi...@apache.org>.
reckart commented on issue #14:
URL: https://github.com/apache/apache-website-template/issues/14#issuecomment-1108893721

   Adding a Gemfile with:
   
   ```
   source 'https://rubygems.org'
   
   gem 'github-pages', group: :jekyll_plugins
   ```
   
   Seems to allow `bundle install` to complete.
   
   However, then when running `bundle exec jekyll serve`, it fails to find `JB/setup` which seems to be included from all over the place.
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org


[GitHub] [apache-website-template] ocket8888 closed issue #14: Missing Gemfile and JB/setup

Posted by GitBox <gi...@apache.org>.
ocket8888 closed issue #14: Missing Gemfile and JB/setup
URL: https://github.com/apache/apache-website-template/issues/14


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org


[GitHub] [apache-website-template] ocket8888 commented on issue #14: Missing Gemfile and JB/setup

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #14:
URL: https://github.com/apache/apache-website-template/issues/14#issuecomment-1108958712

   I have no idea. I've never seen it before, and certainly never contributed, so I'm not sure why I'm getting notifications or have the ability to close other people's issues.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org


[GitHub] [apache-website-template] reckart commented on issue #14: Missing Gemfile and JB/setup

Posted by GitBox <gi...@apache.org>.
reckart commented on issue #14:
URL: https://github.com/apache/apache-website-template/issues/14#issuecomment-1108955110

   What is the purpose of the repo?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org


[GitHub] [apache-website-template] reckart commented on issue #14: Missing Gemfile and JB/setup

Posted by GitBox <gi...@apache.org>.
reckart commented on issue #14:
URL: https://github.com/apache/apache-website-template/issues/14#issuecomment-1108899846

   Seems like `JB/setup` is something that belongs to a "Jekyll Bootstrap" thingy - but there are various of these. Maybe it's something that should be in the `Gemfile`...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org


[GitHub] [apache-website-template] ocket8888 commented on issue #14: Missing Gemfile and JB/setup

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #14:
URL: https://github.com/apache/apache-website-template/issues/14#issuecomment-1108954207

   We don't use Jekyll or Gemfiles or `bundle`, our site is all static CSS/HTML.
   
   The README you're following is at least 3 years old, probably much older, and was simply copied from the template we followed at the time. You shouldn't consider this repository a canonical example on how to do anything.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org