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

21年到了

要好好努力,今年的一切事情都没问题!

ok_dog

时隔这么久突然更新一篇,真的很奇怪诶

快速搭建一个Adguard home dns解析服务器

  1. 首先咱们需要一个centos机器

    现阶段来说的话,centos7相对centos8来说会更稳定,而且锅少一点,所以暂时用centos7来配置。

  2. 连接到ssh

  3. 安装docker

    阅读全文 »

官方解释:hexo哒资源文件夹

嗯好,看辽这个官方解释,我们已经有方案啦。

第一种方案

似乎也是最简单的方案,感觉也蛮方便的
source/images中添加图片 然后通过 ![](/images/test.jpg)来进行引用

​ 来测试一下:

dino

阅读全文 »

加载进度条

不知道有什么问题,我发现似乎不会显示?

有两个pace,记得找上面注释为这个的

1
2
3
# Progress bar in the top during page loading.
# Dependencies: https://github.com/theme-next/theme-next-pace
# For more information: https://github.com/HubSpot/pace
  1. 进入目录 themes/next/

  2. 安装模块(Progress module)

    1
    git clone https://github.com/theme-next/theme-next-pace source/lib/pace
  3. 修改设置 themes/next/_config.yml

    阅读全文 »

很久一段时间没有管这个也没写点东西了。

现在重新建一下,什么新奇古怪的东西都会放这里啦。

如何拯救你哒next占满CPU的背景动画

​ 在尝试直接修改next主题的_config.yml中的canvas_nest: true

​ 发现根本不起作用鸭!

​ 之后的咱发现:

1
2
3
# Canvas-nest
# Dependencies: https://github.com/theme-next/theme-next-canvas-nest
# For more information: https://github.com/hustcc/canvas-nest.js

嗯..

阅读全文 »