Jackie Huang
文章15
标签24
分类9
本博客搭建过程

本博客搭建过程

Hexo+GitHub/Coding.me简易博客搭建过程

简介

hexo是一个快速、简洁且高效的基于Node.js的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。

本人安装环境

  • Node.js
  • Git
  • cmder
Hello World

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

1
hexo new "My New Post"
×