添加slug,改版文章目录命名结构,添加了一个实用的新建文章Shell脚本。
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description:
|
||||
description: ""
|
||||
date: {{ .Date }}
|
||||
image:
|
||||
math:
|
||||
license:
|
||||
hidden: false
|
||||
comments: true
|
||||
comments: false
|
||||
draft: true
|
||||
slug: "hello-world"
|
||||
---
|
||||
Reference in New Issue
Block a user