0%

前言

最近使用hexo搭建了自己的博客,使用了next主题;但是发布博客后进入主页,发现主页显示的是博客的全文,多发布几篇后页面很大,渲染时间很长,而且不美观,所以希望能显示文章的摘要;在网上查了一下,总结了几种方法。

阅读全文 »

前言

今天我们使用hexo来部署自己的博客,虽然网上都说hexo是一键部署,但我还是吃了不少亏,所以写这一篇博客,把遇到的坑记录一下。

阅读全文 »

前言

​到目前为止,我们的博客使用的是‘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