apache / apache-website-template

Apache Website Template
32 stars 36 forks source link

Missing Gemfile and JB/setup #14

Open reckart opened 2 years ago

reckart commented 2 years ago

When I follow the instructions, at the point where I run bundle install, I get the message

Could not locate Gemfile
reckart commented 2 years ago

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.

reckart commented 2 years ago

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...

ocket8888 commented 2 years ago

~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.~

I don't know what I'm talking about

reckart commented 2 years ago

What is the purpose of the repo?

ocket8888 commented 2 years ago

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.