ljyao / MyBlog

blog resource

Home Page:http://shinelee.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyBlog


1.创建github仓库

在github中创建一个名字为 xxx.github.io 的仓库,xxx为github为账号。

2.使用hexo 主题

2.1 安装软件

$ npm install -g hexo-cli

hexo官网

2.2 使用jacman主题

$ git clone https://github.com/wuchong/jacman.git themes/jacman

github地址

3.域名绑定

3.1在freemon申请免费一级域名

freenom官网

3.2添加DNS

在freenom->My DoMains->Manage Domain->Manage Freenom DNS->Add Record 添加2条 Target:192.30.252.154 Target:192.30.252.153

3.3添加CNAME

在xxx.github.io仓库中添加没有后缀的CNAME文件,内容为域名URL

About

blog resource

http://shinelee.ml


Languages

Language:JavaScript 57.9%Language:CSS 28.2%Language:HTML 14.0%