jerryc127 / hexo-theme-butterfly

🦋 A Hexo Theme: Butterfly
https://butterfly.js.org
Apache License 2.0
6.8k stars 1.24k forks source link

[Feature]: 增加草稿flag #1470

Closed learnerLj closed 2 months ago

learnerLj commented 3 months ago

想要的功能 | What feature do you want?

某些时候,博客没有完全完成,不希望发布。因此希望能增加草稿flag,类似下面的格式。默认draft为false,不影响之前的功能。当显式地设置为true时,在所有地方忽视这个post。

---
title: Haskell(六) Project Euler 练习1-26
date: 2024-01-14 20:28:03
tags: Haskell
draft: true
---
jerryc127 commented 2 months ago

没记错的话,hexo有提供这个功能

https://hexo.io/zh-cn/docs/writing.html