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

[Featrue] Hide single post or posts in specific categories on the home page. #384

Closed
7 of 15 tasks
seven-steven opened this issue Aug 11, 2018 · 1 comment
Closed
7 of 15 tasks

Comments

@seven-steven
Copy link

seven-steven commented Aug 11, 2018

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines.
  • Tests for the changes have been added (for bug fixes / features).
    • Muse | Mist have been tested.
    • Pisces | Gemini have been tested.
  • Docs have been added / updated (for bug fixes / features).

PR Type

What kind of change does this PR introduce?

  • Bugfix.
  • Feature.
  • Code style update (formatting, local variables).
  • Refactoring (no functional changes, no api changes).
  • Build related changes.
  • CI related changes.
  • Documentation content changes.
  • Other... Please describe:

What is the current behavior?

Hide single post or posts in specific categories on the home page.

Issue Number(s): #385

What is the new behavior?

Hide single post or posts in specific categories on the home page.

  • Screens with this changes:

    emmmmmmm......
    I think screens can't show this feature well, what I did is just hide some posts on the home page.

  • Link to demo site with this changes: Seven's blog

How to use?

In NexT _config.yml:

hide:
  hide_post: false
  hide_categories:
    enable: false
    categories:
      - categorie1
      - categorie2

Does this PR introduce a breaking change?

  • Yes.
  • No.
@stevenjoezhang
Copy link
Contributor

It seems to be the same with your pull request? #385

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

No branches or pull requests

3 participants