feat: new transcript

This commit is contained in:
Ching 2024-05-19 20:02:56 +08:00
parent 77cbf9888d
commit 1e95cba8b6
3 changed files with 11 additions and 3 deletions

View File

@ -3,7 +3,7 @@ theme = "risotto"
title = "Podcast Transcript Result" title = "Podcast Transcript Result"
author = "Ching" author = "Ching"
copyright = "© Tunpok ." copyright = "© Tunpok ."
paginate = 10 paginate = 50
languageCode = "zh" languageCode = "zh"
DefaultContentLanguage = "zh" DefaultContentLanguage = "zh"
enableInlineShortcodes = true enableInlineShortcodes = true

View File

@ -2,7 +2,8 @@
title: 文化有限-Vol.230 永恒的终结:避免困难,还是战胜困难,你会怎么选? title: 文化有限-Vol.230 永恒的终结:避免困难,还是战胜困难,你会怎么选?
date: Tue, 14 May 2024 07:00:00 +0800 date: Tue, 14 May 2024 07:00:00 +0800
draft: false draft: false
summary: <p style="color: #333333; font-weight: normal; font-size: 16px; line-height: 30px; font-family: Helvetica,Arial,sans-serif; text-align: justify;">本期节目我们读科幻小说《永恒的终结》,作者艾萨克·阿西莫夫。</p><span><br /></span><... author: 文化有限
summary: 本期节目我们读科幻小说《永恒的终结》,作者艾萨克·阿西莫夫。<p></p>《永恒的终结》完成于1955年是关于时间旅行的绝佳文本。在这个故事设定中人类于24世纪发明了时间力场于27世纪掌握了时间旅行技术并成立了一个叫做“永恒时空”的组织通过“永恒之人”在每个世纪背后默默守护人类社会的发展。<p></p>永恒时空对一般时空监视、分析、计算并根据需要执行社会变革,纠正过去的错误,将所有可能...
categories: [文化有限] categories: [文化有限]
--- ---

View File

@ -4,7 +4,7 @@
{{ .Content }} {{ .Content }}
</header> </header>
{{ range .Pages }} {{ range .Paginator.Pages }}
<article class="post"> <article class="post">
<header class="post__header"> <header class="post__header">
<h1><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1> <h1><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
@ -20,6 +20,13 @@
<p></p> <p></p>
</article> </article>
{{ end }} {{ end }}
{{ if .Paginator.HasPrev }}
<a href="{{ .Paginator.Prev.URL }}">Previous</a>
{{ end }}
<span class="base03">{{ .Paginator.PageNumber }} / {{ .Paginator.TotalPages }}</span>
{{ if .Paginator.HasNext }}
<a href="{{ .Paginator.Next.URL }}">Next</a>
{{ end }}
{{ end }} {{ end }}
{{define "aside" }} {{define "aside" }}