15158846557 在线咨询 在线咨询
15158846557 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > 通过GitHub免费构建个人网站

通过GitHub免费构建个人网站

时间:2023-08-02 22:30:01 | 来源:网站运营

时间:2023-08-02 22:30:01 来源:网站运营

通过GitHub免费构建个人网站:
  1. 注册github账号
  2. 登陆GitHub账号,点击"Your repositories"
  3. new一个新的repositories,如下图填写:
二:安装node.js

  1. 下载node.js (Node.js);
2. 安装cnpm

# 选用淘宝镜像下载npm install -g cnpm --registry=https://registry.npm.taobao.org #安装失败可多次尝试cnpmcnpm -v3. 安装hexo-cli

cnpm install -g hexo-clihexo -vD:cd Iblogchdir## 必须先安装githexo init4. 启动博客

hexo s# INFO Hexo is running at http://localhost:4000/ . Press Ctrl+C to stop.三:上传博客

#新建博客hexo n "我的第一篇博客文章"cd source/_postsdircd ../../# 清理数据hexo clean# 生成hexohexo g# 重新启动hexo s四:博客免费部署到github上去

1.在github上新建一个repository

npm install hexo-deployer-git --save2.使用UltraEdit打开"_config.yml",打开页面如下:

2.1.更改(每个冒号后面要有一个空格):

2.2. 输入:

# 提交账户git config --global user.email "smiles2011hyc@gmail.com"git config --global user.name "smiles2011hyc"hexo d点击“sign in with your brower"

点击 “Authorize GitCredentialManager"

2.3. 博客部署页面已经完成

输入网址:博客地址

2.4. 自定义一个hexo主题

git clone https://github.com/litten/hexo-theme-yilia.git themes/yiliacd themes/yiliadir2.5. 修改_config.yml

修改theme下的主题:

hexo cleanhexo ghexo s# 推到远端即github中hexo d

关键词:免费,通过

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭