iTimeTraveler / hexo-theme-hiker

An attractive theme for Hexo. called "Hiker", short for "HikerNews".
https://itimetraveler.github.io/hexo-theme-hiker/
MIT License
368 stars 84 forks source link

关于首页文章概览的折叠出错问题 #105

Open LibraTang opened 6 years ago

LibraTang commented 6 years ago

我在自己的文章中加入了<!--more-->,但是实际概览却没有在这里停止,而是一直展示到某个地方后显示...,这是什么问题?

ReverseScale commented 5 years ago

可以参考https://github.com/iTimeTraveler/hexo-theme-hiker/issues/109 的解决方案,但是首页文章概览的图片和Markdown格式失效没有解决

straicat commented 5 years ago

已解决

commit: cb70a353b35e12c6b97801e18666725c864b4c16

zsliu98 commented 5 years ago

关于Markdown格式失效,是因为开启了“主页摘要”,即post_excerpt: truepost_excerpt: false后概览的文章将按照正常模式显示

EndlessPeak commented 4 years ago

结合我本机上的实验,关闭主页摘要之后ReadMore就没有了,然而打开主页摘要之后文章的图片在首页就无法概览。