We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
content ├── 10-Habits-of-a-Happy-Node-Hacker-2016.md ├── _index.md ├── about.md ├── Async-Await-on-Rust.md ├── ES6-QuickStart-and-Tips.md ├── Install-Gogs-on-macOS.md ├── resume.md ├── Ubuntu-Setup.md └── Using-Docker-Compose-in-Node.js-Project.md
I want to ignore resume.md page, dont set it to the root section's pages.
resume.md
I set the blew in _index.md, but no effect:
_index.md
+++ sort_by = "date" ignored_pages = ["resume.md"] +++
The text was updated successfully, but these errors were encountered:
Kind of duplicate of #836 I think putting it on the page front-matter rather than the section one scales better though.
Sorry, something went wrong.
Waiting for this small feature!
Closing in favour of #836
No branches or pull requests
Example:
I want to ignore
resume.md
page, dont set it to the root section's pages.I set the blew in
_index.md
, but no effect:The text was updated successfully, but these errors were encountered: