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: ---