hexo-theme-jelly icon indicating copy to clipboard operation
hexo-theme-jelly copied to clipboard

怎么在主页上显示网页的description?

Open EtherealRise opened this issue 1 year ago • 1 comments

比如说我author字段写了渐入佳境,这个是可以显示出来的。

现在的需求是想在description里面写上一句话,然后呈现在主页上。

title: A fatal exception 0E has occurred at 0028:C0034B23 subtitle: '' description: '知至至之,可与言几也' <- 想显示这个字段 keywords: author: 渐入佳境 language: en timezone: ''

我的blog目前放在这里

EtherealRise avatar Aug 01 '23 21:08 EtherealRise

https://github.com/preccrep/hexo-theme-jelly/blob/b3f473c81b690d1d824765580d9c2ab2efaf58a2/layout/_partial/left-col.ejs#L16-L19

测试可以通过这里写入subtitle字段来达成类似的效果,但是还不清楚在哪里设置字体和颜色

EtherealRise avatar Aug 01 '23 23:08 EtherealRise