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

destination paths for blog subsidiary pages and archive pages are generated incorrectly #81

Closed
jeffschwartz opened this issue Jul 23, 2019 · 0 comments
Assignees
Labels
bug Something isn't working generator related Issue is generator related metadata related Issue is metadata related
Milestone

Comments

@jeffschwartz
Copy link
Contributor

jeffschwartz commented Jul 23, 2019

Given the following blog folder file structure:

source/fragments/blog/index.md
source/fragments/blog/page2.md

Trio incorrectly generates the following:

public/blog/index.html
public/blog/page2.html <- incorrect

It should generate the following:

public/blog/index.html
public/blog/page2/index.html <- correct 

Given the following archive folder file structure:

source/fragments/blog/archive/page2.md

Trio incorrectly generates the following:

public/blog/archive/page2.html <- incorrect

It should generate the following:

public/blog/archive/page2/index.html <- correct
@jeffschwartz jeffschwartz added bug Something isn't working generator related Issue is generator related metadata related Issue is metadata related labels Jul 23, 2019
@jeffschwartz jeffschwartz added this to the v1.0.0-rc.6 milestone Jul 23, 2019
@jeffschwartz jeffschwartz self-assigned this Jul 23, 2019
@jeffschwartz jeffschwartz changed the title destination path for blog subsidiary pages (those other than index.{.html | .md} are incorrectly generated destination paths for blog subsidiary pages and archive pages are incorrectly generated Jul 23, 2019
jeffschwartz added a commit that referenced this issue Jul 23, 2019
paths for blog subsidiary pages and archive pages
to be generated incorrectly
@jeffschwartz jeffschwartz changed the title destination paths for blog subsidiary pages and archive pages are incorrectly generated destination paths for blog subsidiary pages and archive pages are generated incorrectly Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working generator related Issue is generator related metadata related Issue is metadata related
Projects
None yet
Development

No branches or pull requests

1 participant