From 33c08bdc3bd024b62b9856130ba287e105d1a0f8 Mon Sep 17 00:00:00 2001 From: xuma Date: Sun, 14 Aug 2022 21:13:02 +0800 Subject: [PATCH] one key push update --- scaffolds/draft.md | 23 ++++++++++++++++++++++- scaffolds/page.md | 1 - scaffolds/post.md | 19 +++++++++++++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/scaffolds/draft.md b/scaffolds/draft.md index 498e95ba..737d7bca 100644 --- a/scaffolds/draft.md +++ b/scaffolds/draft.md @@ -1,4 +1,25 @@ --- title: {{ title }} +date: {{ date }} +updated: tags: ---- +categories: +keywords: +description: +top_img: +comments: +cover: +toc: +toc_number: +toc_style_simple: +copyright: +copyright_author: +copyright_author_href: +copyright_url: +copyright_info: +mathjax: +katex: +aplayer: +highlight_shrink: +aside: +--- \ No newline at end of file diff --git a/scaffolds/page.md b/scaffolds/page.md index 3f9a0f42..2f63d3f5 100644 --- a/scaffolds/page.md +++ b/scaffolds/page.md @@ -10,6 +10,5 @@ top_img: mathjax: katex: aside: -aplayer: highlight_shrink: --- diff --git a/scaffolds/post.md b/scaffolds/post.md index 1f9b9a46..a82bdc86 100644 --- a/scaffolds/post.md +++ b/scaffolds/post.md @@ -1,5 +1,24 @@ --- title: {{ title }} date: {{ date }} +updated: tags: +categories: +keywords: +description: +top_img: +comments: +cover: +toc: +toc_number: +toc_style_simple: +copyright: +copyright_author: +copyright_author_href: +copyright_url: +copyright_info: +mathjax: +katex: +highlight_shrink: +aside: ---