hexo设置主题、配置2017-11-07 本文已影响0人 sunny4handsome Next主题只显示摘要 在首页,如果把每一篇文章的全部内容都显示出来的比较难看,所以可以配置让nexT主题只显示 文章标题和一部分摘,在nexT的配置文件_config.xml中,找到auto_excert:如下修改,false改为 true即可: auto_excerpt: enable: true length: 150 Hexo官网教程 NexT教程