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

User able to access incorrect urls/folders #3

Open
andavies opened this issue Apr 15, 2017 · 3 comments
Open

User able to access incorrect urls/folders #3

andavies opened this issue Apr 15, 2017 · 3 comments
Assignees
Labels

Comments

@andavies
Copy link
Owner

eg. http://localhost:4000/projects/kjhkjhkj takes us to a broken project page

@andavies andavies added the bug label Apr 15, 2017
@andavies andavies self-assigned this Apr 15, 2017
@andavies
Copy link
Owner Author

Seems to have resolved itself when local jekyll server restarted.

Leaving this issue open as a reminder when testing.

@andavies
Copy link
Owner Author

Occurs when collections output not set to true in _config.yml:

collections:
    projects:
        output: false

or

collections:
    projects:

We don't want user to be able to do this. We may wish to have collections that are not rendered.

@andavies
Copy link
Owner Author

Note, from documentation:

Changes to _config.yml are not included during automatic regeneration.
The _config.yml master configuration file contains global configurations and variable definitions that are read once at execution time. Changes made to _config.yml during automatic regeneration are not loaded until the next execution.
Note Data Files are included and reloaded during automatic regeneration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant