feat: update posts title
This commit is contained in:
parent
848543accf
commit
14e9c805b0
16 changed files with 43 additions and 14 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Note Name
|
||||
title: Note Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
duration: 5min
|
||||
date: 2022-12-01
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Note Name
|
||||
title: Note Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
duration: 5min
|
||||
date: 2018-01-01
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Note Name
|
||||
title: Note Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
duration: 5min
|
||||
date: 2022-02-01
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Note Name
|
||||
title: Note Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
duration: 5min
|
||||
date: 2024-03-01
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Blog Name
|
||||
title: Blog Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
date: 2024-05-01
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Blog Name
|
||||
title: 博客标题
|
||||
description: If you set the lang field to include zh, it will display an identifier.
|
||||
date: 2024-04-01
|
||||
lang: zh
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Blog Name
|
||||
title: Blog Title
|
||||
description: A tag field is provided, which can be used to display custom information.
|
||||
date: 2024-03-01
|
||||
tag: Tag Text
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Blog Name
|
||||
title: Blog Title
|
||||
description: If you need to link to an external address, you can set the redirect field.
|
||||
date: 2024-02-01
|
||||
redirect: '/'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Blog Name
|
||||
title: Blog Title
|
||||
description: If you want to tell the visitor that there is a video, you can set the video field to true.
|
||||
date: 2024-02-01
|
||||
video: true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Blog Name
|
||||
title: Blog Title
|
||||
description: Vitesse theme groups posts by year and displays them sorted by date.
|
||||
date: 2023-08-01
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Blog Name
|
||||
title: Blog Title
|
||||
description: You can set a duration to tell the viewer how long it will take to watch it。
|
||||
duration: 20min
|
||||
date: 2023-05-01
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Blog Name
|
||||
title: Blog Title
|
||||
description: The date and title fields are required.
|
||||
date: 2022-11-01
|
||||
---
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
title: Talk Name
|
||||
title: Talk Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
duration: 30min
|
||||
date: 2022-12-01
|
||||
date: 2023-12-01
|
||||
---
|
||||
|
||||
Writing...
|
||||
|
|
8
src/content/blog/talks/post-2.md
Normal file
8
src/content/blog/talks/post-2.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Talk Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
duration: 30min
|
||||
date: 2023-11-01
|
||||
---
|
||||
|
||||
Writing...
|
8
src/content/blog/talks/post-3.md
Normal file
8
src/content/blog/talks/post-3.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Talk Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
duration: 30min
|
||||
date: 2024-02-01
|
||||
---
|
||||
|
||||
Writing...
|
8
src/content/blog/talks/post-4.md
Normal file
8
src/content/blog/talks/post-4.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Talk Title
|
||||
description: Your blog description, which is long text, can be an introduction to the post or a paragraph of the post.
|
||||
duration: 30min
|
||||
date: 2022-12-01
|
||||
---
|
||||
|
||||
Writing...
|
Loading…
Reference in a new issue