Hexo 安装Hexo 1npm i hexo-cli -g 初始化博客 1234hexo init blogcd blognpm installhexo server Fluid主题: GitHub 安装主题 在博客主目录下,执行下面的命令: 1npm install --save hexo-theme-fluid 配置 下载配置config.yml,将之更名为_config.fluid.yml,并修改该文件中的配置: 12theme: fluidlanguage: zh-CN 创建博客的关于页: 1hexo new page about 更新主题: 1npm update --save hexo-theme-fluid