Hexo - 命令篇

2020-01-29  本文已影响0人  2360s

Hexo是什么?

官网给的介绍是:

Hexo is a fast, simple and powerful blog framework. You write posts in Markdown (or other markup languages) and Hexo generates static files with a beautiful theme in seconds.
简单而言呢就是 Hexo是一个框架,这个框架能把我们基于markdown编写的内容,帮我们生成静态文件并上传到指定服务器,而且它有快捷、简单、有效的特点。

Hexo使用

Hexo 安装

因为 Hexo 是基于 node 框架的,所以我们需要首先安装node.js。接着执行命令安装Hexo
npm install hexo-cli -g

Hexo 初始化

Hexo命令

这是本篇的重点,如果搭建博客过程中使用hexo有别的问题,可以查找专门搭建博客的帖子。
上一篇 下一篇

猜你喜欢

热点阅读