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

Archives Link 404s on Hugo 0.18.1 #111

Closed
stantonc opened this issue Jan 22, 2017 · 11 comments
Closed

Archives Link 404s on Hugo 0.18.1 #111

stantonc opened this issue Jan 22, 2017 · 11 comments
Assignees
Labels
bug Something isn't working hugo issue The issue is linked to upstream Hugo issues or limitations
Milestone

Comments

@stantonc
Copy link

Configuration

  • Operating system with its version: OS X 10.12.2
  • Browser with its version: Chrome 55.0.2883.95
  • Hugo version: 0.18.1
  • Tranquilpeak version: 0.2.1-ALPHA
  • Do you reproduce on https://tranquilpeak.kakawait.com demo?: No, but I can reproduce using the exampleSite content

Actual behavior

Hugo 0.18.1 does not create any content for the archives/ link off of the sidebar. Instead, opening the link produces "404 page not found". Downgrading to Hugo 0.17 fixes the issue, so something must have changed between the two versions.

Expected behavior

When I open the Archives link in Hugo 0.18.1, I expect the Archives page to appear like it does in 0.17.

Steps to reproduce the behavior

  1. Create a Hugo test site and populate with content, or use the exampleSite content.
  2. Copy the theme's exampleSite/config.toml to the site root.
  3. Start Hugo 0.18.1 using "hugo server"
  4. Browse to localhost:1313
  5. Click on Archives
@kakawait kakawait self-assigned this Jan 22, 2017
@kakawait kakawait added the bug Something isn't working label Jan 22, 2017
@kakawait kakawait added this to the 0.2.2-ALPHA milestone Jan 22, 2017
@kakawait
Copy link
Owner

Thank you for reporting. I have the same bug I will check that.

@kakawait
Copy link
Owner

I opened an issue on hugo directly, let see what they will answer gohugoio/hugo#2977

@kakawait
Copy link
Owner

For instance I can only recommand you to rollback to 0.17 until I found a solution or Hugo fix it directly

@kakawait kakawait modified the milestones: 0.2.3-ALPHA, 0.2.2-ALPHA Feb 14, 2017
@kakawait
Copy link
Owner

kakawait commented Mar 1, 2017

@stantonc issue is fixed on Hugo gohugoio/hugo#2977 please upgrade to 0.20 when released or keep 0.17

@kakawait
Copy link
Owner

kakawait commented Mar 1, 2017

I will close the issue when 0.20 will be released

@kakawait kakawait modified the milestones: 0.2.3-ALPHA, 0.3.0-BETA Mar 8, 2017
@stantonc
Copy link
Author

Thanks for chasing this down. I'll keep an eye out for 0.20.

@kakawait kakawait modified the milestones: 0.3.0-BETA, 0.4.0-BETA Apr 9, 2017
@kakawait kakawait closed this as completed Apr 9, 2017
@martinhoefling
Copy link
Contributor

@kakawait: ist this really fixed in hugo 0.20? I've built hugo master from source (18f5f3c14c50ad69e8956070b52f31d9331b1de7) but still have the issue that archive index file is not created.

@kakawait
Copy link
Owner

It should be I do not try by myself. I will check

@kakawait kakawait reopened this Apr 10, 2017
@kakawait
Copy link
Owner

@martinhoefling Hugo 0.20 just released (if you're using homebrew simply brew update && brew upgrade hugo).

I tried with Hugo Static Site Generator v0.20 darwin/amd64 BuildDate: 2017-04-10T15:04:57+02:00, archive links work like a charm.

Could you confirm please and if not working can you print you hugo version and gimme your theme release version?

@kakawait
Copy link
Owner

kakawait commented Apr 10, 2017

Please re-open (or comment if you can't re-open) if is not working

@martinhoefling
Copy link
Contributor

Damn! I forgot archive = "archives" in the [taxonomies] section. Works like a charm with hugo 0.20 :-)

@kakawait kakawait added the hugo issue The issue is linked to upstream Hugo issues or limitations label Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hugo issue The issue is linked to upstream Hugo issues or limitations
Projects
None yet
Development

No branches or pull requests

3 participants