We welcome you to join the development of Hexo. Please seecontributing document. 🤗 Also, we welcome PR or issue toofficial-plugins. Repositories eslint-config-hexoPublic ESLint config for Hexo projects sitePublic The website for Hexo.https://hexo.io/ ...
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中有很多主题, ...
1、fluid :https://github.com/fluid-dev/hexo-theme-fluid 2、Volantis:https://github.com/volantis-x/hexo-theme-volantis 3、next :https://github.com/iissnan/hexo-theme-next/ 4、nexmoe:https://github.com/theme-nexmoe/hexo-theme-nexmoe 5、butterfly:https://github.com/jerryc127/hexo-theme-...
cd /hexo init Hexo cd/Hexo npm instal hexo g hexo s 看到http://localhost:4000 就说明成功了,我们可以访问看一下 14.查看hexo插件的版本 hexo -V 15.安装部署到github插件依赖 大于hexo 3.0的上传到github的方法: npm install -save hexo-deployer-git 16.在你的git安装目录找到Hexo文件夹 18.修改_conf...
再次启动Hexo服务器,通过在终端输入命令: hexo s 启动服务。 三、将文章部署到gitHub 3.1 创建github仓库 首先,你得有一个github账号,没有的话去申请一个吧。这里就不介绍了。 登陆github账号后,点击左上角的+号创建一个新的仓库: 进入到创建仓库界面 ...
在你的电脑任意位置新建一个文件夹”Hexo“,然后右键(win11-显示更多选项),点击Open Git Bash here,依次输入 npm i hexo-cli -g hexo init npm install 初始化后,目录结构为 . ├── _config.yml # 网站配置信息 ├── package.json # 应用程序信息 ...
利用github仓库部署hexo实现搭建免费个人博客的方法 安装前提 在安装hexo之前首先安装必要工具 点击安装:nodejs 点击安装:git 如果你的电脑中已经安装上述必备程序,那么请直接前往安装 Hexo步骤。 安装好后右键打开git bash运行如下命令测试是否安装成功 PLAINTEXT ...
Hexo是基于Nodejs的博客系统,在安装Hexo之前需要安装Nodejs,把博客搭建在免费的GitHub上,所以需要安装Git。如果你已经安装上述软件,可以跳过以下的1,2步骤 安装Nodejs Node.js的官网下载地址是:https://nodejs.org/,下载好之后,双击安装,一路Next即可,只需要记住Node.js的安装路径,一般路径是''C:\Program Files\...
hexojs/hexo hexojs/hexoPublic Sponsor NotificationsYou must be signed in to change notification settings Fork4.9k Star39.7k master 9Branches157Tags Code Releases114 v7.3.0Latest Jul 1, 2024 + 113 releases
hexo -v 项目构建 # 创建一blog项目 hexo init blog # 进入项目 cd blog # 安装依赖包 npm install 其他操作 #右键 Git Bush,用户项目自动化部署 npm install hexo-deployer-git --save hexo _config.yml中文乱码问题 用Notepad++等编辑器打开,选择 “编码” -> “转为UTF-8编码” ...