PGzxc.github.io:基于hexo + github构建的个人博客 源码
Github个人博客 本博客使用hexo + github构建 下面是建造的过程 准备工作 申请一个github账号 安装了node.js,npm,并了解相关基础知识 Windows的安装了git(或者其他git客户端) 创建Github仓库 新建一个叫做你的用户名.github.io的仓库 配置SSH密钥并添加到Github ssh-keygen -t rsa -C "邮件地址" 配置类别变量 $ git config --global user.name "username"// 你的github用户名,非昵称 $ git config --global user.email "xxx@qq.com"// 填写你的github注册邮箱 安装hexo $ npm install -g hexo 新建本地仓库,并初始化 $ cd /d/Code/hexo/ $ hexo init 安
用户评论
推荐下载
-
lizhongguo.github.io个人博客源码
lizhongguo.github.io:个人博客
13 2021-02-21 -
clarkfitzg.github.io个人博客源码
clarkfitzg.github.io:个人博客
9 2021-02-21 -
yanbinghu.github.io个人博客源码
yanbinghu.github.io:个人博客
6 2021-02-21 -
Bestlm.github.io个人博客源码
Bestlm.github.io:个人博客
10 2021-02-21 -
facaiy.github.io个人博客源码
个人博客。 如果复制(fork),请移除/替换掉以下文件: 路径 说明 _includes / analytics.html 搜索引擎统计 baidu_verify_VSAbL72IjR.html 百
7 2021-02-21 -
javaLuo.github.io个人博客源码
javaLuo.github.io 个人博客 vue-cli / github API 想着重新更新一版来着,但估计自己懒得不行。
1 2021-02-23 -
jyysherry.github.io个人博客源码
来自arkadianriver.com的模板 如果克隆或分叉此仓库以使用它: 安装 (版本3.1.2或更高版本)。 调整站点以使其成为您自己的。 Jekyll使用作为其站点变量: 一种。 编辑_con
3 2021-02-23 -
sketchingdev.github.io个人博客源码
素描开发人员 我试图以一种本该理解的方式来解释开发人员主题。 发展历程 $ bundle install --path vendor/bundle $ bundle exec jekyll serve
23 2021-02-17 -
narihiroch.github.io个人博客源码
narihiroch.github.io:个人博客
6 2021-02-17 -
leosoamen.github.io个人博客源码
我的博客 建立博客 要在本地运行: $ hugo server -F 建立静态页面: $ hugo -D 主题 简历: :
6 2021-02-18
暂无评论