-
Notifications
You must be signed in to change notification settings - Fork 200
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
category and tag don't show up #18
Comments
Hi, it's because whiteglass is using jekyll-archives gem for categories and tags archive, but GitHub Pages doesn't support it. I've been used Travis CI to build it, and if you want to know how to do it, see #13. It's a bother to configure Travis CI to push site contents, so I'm considering removing jekyll-archives gem dependency and add similar features with our own source. Here's some examples: |
Thanks, Chayoung! I will take a look at it.
…On Wed, Jan 3, 2018 at 12:57 PM, Chayoung You ***@***.***> wrote:
Hi, it's because whiteglass is using jekyll-archives
<https://github.com/jekyll/jekyll-archives> gem for categories and tags
archive, but GitHub Pages doesn't support it
<https://pages.github.com/versions/>. I've been used Travis CI to build
it, and if you want to know how to do it, see #13
<#13>.
It's a bother to configure Travis CI to push site contents, so I'm
considering removing jekyll-archives gem dependency and add similar
features with our own source. Here's some examples:
- https://codinfox.github.io/dev/2015/03/06/use-tags-and-
categories-in-your-jekyll-based-github-pages/
<https://codinfox.github.io/dev/2015/03/06/use-tags-and-categories-in-your-jekyll-based-github-pages/>
- https://blog.webjeda.com/jekyll-categories/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AP5Isc7i9WwDwnfvpCfhIb2nXTGYTOrzks5tGwjIgaJpZM4RRWGX>
.
|
It didn't work on local for me. I followed "Quick start". |
Hi @hussaintamboli, can you show me your |
_config.yml
|
That's weird. I can't reproduce with Ruby 2.5.0, 2.3.6. Gemfile: source 'https://rubygems.org'
gem 'jekyll', '~> 3.6.2'
gem 'jekyll-whiteglass' Gemfile.lock:
|
Can you check if it's because of
|
By the way I am planning to put fresh blog using |
Updated the blog |
Hi, I saw your blog source, and I think it's because of |
With the above fix, I can see categories and tags on local. Thanks. |
As I commented above, GitHub Pages doesn't support jekyll-archives. Consider using Travis CI. |
Thanks. I just setup travis as per the instructions.
But I don't see the changes in my By the way, I am getting this in the build response
|
I think it comes from github-pages gem. Try without it. You're using jekyll-remote-theme gem additionally, so add it to |
I think then you should check your GitHub personal access token. As |
Yes. That was the issue. Thank you so much! Maybe I should write a blogpost on the same blog about this after all :) |
Nice! I'm considering making this theme work even if jekyll-archives isn't available. |
It would be great if @yous could remove the jekyll-archives dependency. |
Deploying to GitHub Pages using Travis CI is much easier with |
Deploying to GitHub Pages is now much easier by using GitHub Actions. See https://github.com/yous/whiteglass-template. You only have to copy |
Now you don't even have to set |
It works fine in local but doesn't work after committed to github.
The text was updated successfully, but these errors were encountered: