使用 Github Pages 和 Hexo 搭建自己的独立博客

一次偶然的机会发现了Hexo这个博客框架,自己花了几天时间也顺利把博客搭建了起来。

Hexo简介

Hexo是一款基于Node.js的静态博客框架,依赖少易于安装使用,使用 Markdown(或其他渲染引擎)解析文章可以方便地生成静态网页托管在GitHub和Coding上,确实是一个快速、简洁且高效的博客框架。大家可以进入hexo官网进行详细查看,因为Hexo的创建者是台湾人,对中文的支持很友好,可以选择中文进行查看。

阅读更多
Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment