使用NexT主题的博客更新日志

写在前: 本小白使用的是Hexo和NexT主题搭建的博客 版本说明:hexo 5.4.0、hexo-theme-next 8.6.1

NexT初步

NexT安装

🔗 https://github.com/next-theme/hexo-theme-next

  • 提倡使用npm安装
1
2
cd hexo-site
npm install hexo-theme-next

NexT配置

🔗 https://theme-next.js.org/docs/getting-started/configuration

1
2
# 通过 npm 安装
cp node_modules/hexo-theme-next/_config.yml _config.next.yml

其他设置

中文设置

在站点配置文件中,

1
2
3
# Site
author: Christy
language: zh-CN