jpescador / hugo-future-imperfect

A ported theme with some extras for the Hugo static website engine
MIT License
308 stars 227 forks source link

layout for categories? #94

Closed balldarrens closed 6 years ago

balldarrens commented 6 years ago

Expected Behavior

On render of the default categories page, it should present with a itemized view of all categories (with counts on each possibily) and the ability to drill down.

Current Behavior

When categories link (top) is clicked, I would expect a summary page of all categories to drill down into. Instead I get an empty page. There seems to be no valid layout for this.

Possible Solution

Steps to Reproduce or Template with Error (for bugs)

  1. Create a site
  2. Create at least a single post that is categorized, for example, using the exampleSite, there is Go, Hugo and Jekyll
  3. Click the link at the top "Categories" -> http://localhost:1313/categories/
  4. Observe a blank screen

Context

This can not be used as a functional site if it is not working.

Your Environment

Hugo Version: Hugo Static Site Generator v0.31.1 darwin/amd64 BuildDate: 2017-12-03T23:09:32-05:00 Browser: Chrome Desktop or Mobile: Desktop Link to your project: Private until all component are working

balldarrens commented 6 years ago

This seems to be working as expect.