添加slug,改版文章目录命名结构,添加了一个实用的新建文章Shell脚本。

This commit is contained in:
2026-05-28 00:54:34 +08:00
parent 35aa1b3559
commit eb34192fb1
50 changed files with 405 additions and 135 deletions
@@ -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"
---