git clone https://gitclone.com/github.com/fluid-dev/hexo-theme-fluid.git themes/fluid 然后在博客目录下创建_config.fluid.yml 将模板目录中的 _config.yml内容复制进去。 hexo有 2 种_config.yml文件,一个是根目录下的全局的_config.yml,一个是各个主体theme下的_config.yml。将前者称为站点配置文件, ...
hexo支持一键部署, 需要再_config.yml中配置自己的仓库url, 然后执行hexo deploy即可, 例如: type:gitrepo:git@github.com-ToniXWD:ToniXWD/ToniXWD.github.io.git# branch: masterbranch:gh-pages 这样就可以按照如下步骤进行部署: hexo g# 渲染博客hexo d# 部署博客 5 主题配置 Themes | Hexo中有很多主题, ...
npminstall--savehexo-helper-live2d//(黑猫,也可以选择其他动画[仓库地址](https://github.com/EYHN/hexo-helper-live2d)npminstall--savelive2d-widget-model-hijiki//在文件末尾hexo配置文件live2d:enable:truescriptFrom:localmodel:use:live2d-widget-model-hijiki//对应动画display:position:rightwidth:200height...
https://hexo.io @hexojs hi@hexo.io README.md A fast, simple & powerful blog framework, powered byNode.js. Website|Documentation|Installation Guide|Contribution Guide|Code of Conduct|API Features Blazing fast generating Support for GitHub Flavored Markdown and most Octopress plugins ...
Hexo是一款基于Node.js的开源静态博客框架,用于快速、简单且高效地搭建个人或团队的静态博客网站。说白了他是一个静态网站生成器,我们新增文章只需要编辑md文件,通过运行命令再生成像html的静态文件。其实我挺早听过Hexo,但一直没用,直到我cms搭的博客别人挂马后。我关闭网站全面使用平台博客,但经种种原因,我又...
1. 安装Hexo 打开cmd,执行 npm install -g hexo-cli 查看Hexo版本 hexo -v 执行结果如下 PS C:\Users\Administrator> hexo -v hexo-cli: 4.3.0 os: win32 10.0.25217 node: 14.21.1 v8: 8.4.371.23-node.87 ... 2. 创建本地博客 切换到工作区域文件夹下,执行 ...
themehexostatic-sitehexo-theme UpdatedApr 7, 2025 JavaScript blinkfox/hexo-theme-matery Star5.3k A beautiful hexo blog theme with material design and responsive design.一个基于材料设计和响应式设计而成的全面、美观的Hexo主题。国内访问:http://blinkfox.com ...
hexo -v 项目构建 # 创建一blog项目 hexo init blog # 进入项目 cd blog # 安装依赖包 npm install 其他操作 #右键 Git Bush,用户项目自动化部署 npm install hexo-deployer-git --save hexo _config.yml中文乱码问题 用Notepad++等编辑器打开,选择 “编码” -> “转为UTF-8编码” ...
npm install hexo-deployer-git --save 接着再输入 hexo d 可能会弹出“Windows 安全中心”的窗口,使用 Github 账号密码登录一下即可,登录成功后便会继续上传。 3. 上传成功后来到 Github Page 查看,成品如下: (PS:如果使用 Gitee 还需要在“服务”中开启 Gitee Page,并且还需要根据它的步骤进行身份认证,时间可...
Code Issues9 Pull requests2 Actions Security Insights Additional navigation options Light A simple theme forHexo. Install Execute the following command and modifythemein_config.ymltolight. git clone --depth 1 https://github.com/hexojs/hexo-theme-light themes/light ...