顾啦la的个人博客

I'm 顾啦la , nice to meet you !

0%

如何搭建HEXO博客

这是一篇示例文章,也是我在HEXO上写的第一篇文章

主要目的是熟悉markdown的语法(借着搭建博客教程的名号哈哈)

目录

  1. 创建github个人仓库
  2. 安装git
  3. 安装nodejs
  4. 安装hexo
  5. 最终搭建

想要了解具体细节,可以看我在知乎上的文章

如何搭建hexo个人博客 - 顾啦la的文章 - 知乎
https://zhuanlan.zhihu.com/p/137497835

先到这儿吧,我发布试试。

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"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment