fightinggg
fightinggg
> 我按照您的文档进行了文件的命名,但似乎并没有成功渲染: >  >  > 解析后,目录名和时间没有自动去掉 铁子我跟你一样,你可以这样做,找到hexo/node_modules/hexo-enhancer/index.js 修改为 if (metadata.title) { data.title = metadata.title; log.i("Generate title [%s] for post [%s]", metadata.title, data.source); }
同感
现在唯一不能解决的就是mathjax了
> 我没试过,我猜路径需要以反斜杠结尾 /a/ 刚刚试过了,不生效
> 或者是这里的问题 > > https://github.com/volantis-x/hexo-theme-volantis/blob/dev/_config.yml#L55 > > > GitHub**[hexo-theme-volantis/_config.yml at dev · volantis-x/hexo-theme-volantis](https://github.com/volantis-x/hexo-theme-volantis)**A Wonderful Theme for Hexo https://vlts.cc https://volantis.js.org - hexo-theme-volantis/_config.yml at dev · volantis-x/hexo-theme-volantis 刚刚试了一下,确实是这里的问题,有其他不需要用户做额外配置的办法吗 GitHubhexo-theme-volantis/_config.yml at dev ·...
> 有的,直接删掉这一行就是自动配置 > > 写上这一行就把自动配置覆盖了 这个文件在主题文件夹下,用户的配置里面没有这个文件
> 有一个技巧 新建一个 _config.volantis.yml 文件覆盖主题的配置 > > https://github.com/volantis-x/community/blob/main/_config.volantis.yml > > > GitHub**[community/_config.volantis.yml at main · volantis-x/community](https://github.com/volantis-x/community)**Volantis Community 社区主页 https://vlts.cc https://volantis.js.org - community/_config.volantis.yml at main · volantis-x/community 可以,但是建议把主题文件夹里面的默认配置改一下 GitHubcommunity/_config.volantis.yml at main...
> 这个等6.0重构一下, > > 谁帮我回滚一下commit( 为啥通过加载主题源码构建出的blog,css文件不太一样,中间多了个数字,看看这个是不是同一个原因 
> 已经有这个功能了 > > ``` > {% note info no-icon This is a summary %} > {% code %} > code block in note tag > code block in note...
感谢大佬,受益匪浅