docusaurus/packages
Ólafur Páll Geirsson da3c91373e feat: add "unlisted" front matter option for blog posts (#1396)
* Add `unlisted` header option for blog posts, fixes #1393.

Previously, the blog sidebar listed the most recent blog posts sorted by
their publish date. This commit adds the ability to hide a specific blog
post from the sidebar and the feed of all blog posts by adding the
`unlisted: true` header option.

```md
title: My Draft Post
unlisted: true # Hide from blog sidebar and main blog page feed.
---
```

* Rename "unlisted" into "draft".
2019-06-15 09:24:15 -07:00
..
docusaurus misc(v2): misc fixes 2019-06-10 22:20:12 -07:00
docusaurus-1.x feat: add "unlisted" front matter option for blog posts (#1396) 2019-06-15 09:24:15 -07:00
docusaurus-init-1.x v1.11.1 (#1592) 2019-06-08 10:56:21 -07:00
docusaurus-mdx-loader v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
docusaurus-plugin-content-blog v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
docusaurus-plugin-content-docs v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
docusaurus-plugin-content-pages v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
docusaurus-plugin-google-analytics fix(v2): make Google analytics and Google gtag plugins work 2019-06-10 00:48:38 -07:00
docusaurus-plugin-google-gtag fix(v2): make Google analytics and Google gtag plugins work 2019-06-10 00:48:38 -07:00
docusaurus-plugin-sitemap v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
docusaurus-preset-classic feat(v2): implement Google analytics plugin 2019-06-10 00:16:06 -07:00
docusaurus-theme-classic feat(v2): implement client lifecycles dispatcher (#1591) 2019-06-08 22:35:14 -07:00
docusaurus-theme-live-codeblock v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
docusaurus-theme-search-algolia v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
docusaurus-utils v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00