0%

前言

当我们新建一台虚拟机(或新购买一台云服务器),我们应该做的一些基础设置,或者需要安装的一些软件。这篇博客我们来介绍一下这些设置。

阅读全文 »

前言

​到目前为止,我们的博客使用的是‘http’方式访问,这种方式被认为是不安全的,现在都鼓励使用‘https’方式访问网站,那么要如何使用https方式访问网站呢,今天我们就来解决这个问题。

阅读全文 »

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