diff --git a/archetypes/blog.md b/archetypes/blog.md index 55e9fa1..b45f767 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -1,7 +1,7 @@ -— +--- title: date: {{ .Date }} -draft: true +draft: false lastmod: {{ .Date }} tags: - podcast @@ -9,11 +9,11 @@ tags: subtitle: description: summary: -url: /xxx.html +url: /x.html duration: length: -external_mp3: "yes" -mp3: "ting-2023.shufang.org/xxx.mp3" -readers: +external_mp3: yes +mp3: ting-2023.shufang.org/xxx.mp3 +readers: toc: false -— \ No newline at end of file +--- diff --git a/archetypes/books.md b/archetypes/books.md index e69de29..797ca56 100644 --- a/archetypes/books.md +++ b/archetypes/books.md @@ -0,0 +1,18 @@ +--- +title: +date: {{ .Date }} +lastmod: {{ .Date }} +draft: true +subtitle: +description: +summary: +url: /x.html +author_name: +translator_name: +reader: +reader_name: +episodes_amount: 4 +episodes_base_url: +--- + + diff --git a/archetypes/podcast.md b/archetypes/podcast.md index e69de29..91bed1a 100644 --- a/archetypes/podcast.md +++ b/archetypes/podcast.md @@ -0,0 +1,25 @@ +--- +title: +date: {{ .Date }} +lastmod: {{ .Date }} +tags: +- podcast +draft: true +subtitle: +description: +summary: +url: /x.html +duration: +length: +external_mp3: yes +mp3: ting-2023.shufang.org/xxx.mp3 +books: +author_name: +translator_name: +reader: +reader_name: +episodes_amount: 4 +episodes_base_url: +--- + + diff --git a/archetypes/readers.md b/archetypes/readers.md index e69de29..5c240bc 100644 --- a/archetypes/readers.md +++ b/archetypes/readers.md @@ -0,0 +1,16 @@ +--- +draft: false +summary: +lastmod: {{ .Date }} +title: +date: {{ .Date }} +url: /x.html +customized-slug: +description: +category: readers +reader: +list_books: true +list_blog_posts: true +--- + + diff --git a/archetypes/syyj.md b/archetypes/syyj.md index e69de29..feb0b50 100644 --- a/archetypes/syyj.md +++ b/archetypes/syyj.md @@ -0,0 +1,21 @@ +--- +title: +date: {{ .Date }} +lastmod: {{ .Date }} +tags: +- syyj +- podcast +draft: false +subtitle: +description: +summary: +url: /x.html +duration: +length: +external_mp3: yes +mp3: ting-syyj.shufang.org/x.mp3 +reader: +reader_name: +--- + + diff --git a/archetypes/talks.md b/archetypes/talks.md index e69de29..a402c61 100644 --- a/archetypes/talks.md +++ b/archetypes/talks.md @@ -0,0 +1,16 @@ +--- +title: +date: {{ .Date }} +lastmod: {{ .Date }} +tags: +- talks +draft: false +subtitle: +description: +summary: +url: /x.html +duration: +length: +external_mp3: yes +mp3: talks.shufang.org/x.mp3 +---