NexT 主题配置完全指南 本文基于 Hexo NexT v8+ 版本整理,参考官方文档:https://theme-next.js.org/docs/ 一、配置方式 NexT 推荐使用 Alternate Theme Config(主题配置分离),避免升级时被覆盖。 方式一:config.next.yml(推荐) 在 Hexo 根目录创建 _config.next.yml,将主题配置写入其中。 1 2 # 首次安装时,从默认配置复制 cp node_modules/hexo-theme-next/_config.yml _config.next.yml 方式二:写入 He
Read more »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post 1 $ hexo new "My New Post" More info: Writing Run server 1 $ hexo s
Read more »
0%