about

about

关于相关hexo的搭建

相关文档:https://github.com/ppoffice/hexo-theme-hueman/wiki

上传

1
2
git config --global core.autocrlf false
hexo clean && hexo g && hexo d

image-20221207173638246

阿里云对象存储oss+picgo+typora实现构建图床

相关博客:http://t.csdn.cn/M7YcI

缩略图

是否为每个帖子启用缩略图功能。可用选项是truefalse

1
thumbnail: true

如何在帖子中添加缩略图?

Hueman 会自动选择您帖子中的第一张图片作为缩略图。thumbnail您还可以通过添加帖子的front-matter来设置自己的缩略图:

1
2
3
4
title: Hello World
date: 2013/7/13 20:46:25
+ thumbnail: https://example.com/image.jpg
---

分享

默认

1
share: default

默认

添加到任何

1
share: addtoany

添加到任何

贾斯

1
share: jiathis

贾斯

百度分享

1
share: bdshare

百度分享

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