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

How to ignore page on section? #867

Closed
fundon opened this issue Dec 3, 2019 · 3 comments
Closed

How to ignore page on section? #867

fundon opened this issue Dec 3, 2019 · 3 comments

Comments

@fundon
Copy link
Contributor

fundon commented Dec 3, 2019

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.

I set the blew in _index.md, but no effect:

+++
sort_by = "date"
ignored_pages = ["resume.md"]
+++
@Keats
Copy link
Collaborator

Keats commented Dec 3, 2019

Kind of duplicate of #836
I think putting it on the page front-matter rather than the section one scales better though.

@fundon
Copy link
Contributor Author

fundon commented Dec 3, 2019

Waiting for this small feature!

@Keats
Copy link
Collaborator

Keats commented May 25, 2020

Closing in favour of #836

@Keats Keats closed this as completed May 25, 2020
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