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

Ignore permalink option in metadata of a particular file #18

Closed
rahulkgupta opened this issue Jul 7, 2014 · 1 comment
Closed

Ignore permalink option in metadata of a particular file #18

rahulkgupta opened this issue Jul 7, 2014 · 1 comment

Comments

@rahulkgupta
Copy link
Contributor

It would be nice to be able to ignore the permalinks plugin for specific files. For my use case, aws s3 allows for a static site hosting and can take a top level error.html file as the generic error page. I want to have the error page to not be permalinked. I also would like to take advantage of the template approach, so I don't have to make a unique error.html file in my source directory.

The top yaml of the error.md file would be something like


---
template: error.html
title: error
permalinks-ignore: true

---
@rahulkgupta rahulkgupta changed the title Ignore permalink option in metadata Ignore permalink option in metadata of a particular file Jul 7, 2014
@rahulkgupta
Copy link
Contributor Author

#19

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

No branches or pull requests

2 participants