Blogdown
Edit link is wrong in Hugo Prose
2023-08-20
gaoch
ℍugo-Prose 主题中使用 correction.html 生成在 GitHub 进行修改的链接。
在 correction.html 中主要针对 R Markdown 文件存在的情况,找出对应的 *.Rmd 和 *.Rmarkdown 的路径。
{{ if (and .File .Site.Params.editLink) }} <div> <div …
阅读全文 →
|
更改 blogdown 主题
2023-08-20
Chun-Hui Gao
ℍugo Prose 主题中,网站主页的元素是通过 /themes/hugo-prose/layouts/_default/list.html 生成的。
有几个地方想改一下:
[…] 显示卡片时,标题统一放在左边。原来左一下右一下看起来有点多余。
[…] 显示 blog post 时,以一句话标题显示,不使用小卡片的形式。
[…] {{ if …
阅读全文 →
|