标签:静态 tin repo hub bash generator ini https ash
Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。
npm install -g hexo
mkdir your_blog
cd your_blog
hexo init
hexo s
在github上创建一个 repo
注意:
ssh-keygen
cat ~/.ssh/id_rsa.pub
# Site
title: name's blog
author: name
language: zh-CN (or en)
timezone: Asia/Shanghai
# URL
url: https://username.github.io // 或者写自己的域名
# Deployment
deploy:
type: git
repo: https://github.com/username/username.github.io
# your_blog
npm install --save hexo-generator-index
npm install --save hexo-deployer-git
hexo g
hexo d # 第一次可能需要输入一次 GitHub 账号密码
your_blog/source/_posts
下新建 Markdown 文件# your_blog
hexo g
hexo d
标签:静态 tin repo hub bash generator ini https ash
原文地址:https://www.cnblogs.com/zhongtian/p/12286866.html