# README

这里是清雨影的Blog。

对于我个人来说，是一份技术备忘录，对于读者来说，可以是随时查阅的工具站点。

我工作之余写各种开源软件，希望能给这个世界带来哪怕一点点的便利或者贡献，这个博客的目的也是一样的。

如果这个博客对你有帮助，或者你发现了错误，欢迎随时通过邮箱 nigel434\&gmail.com (请将&替换为@，这么做是为了防止垃圾邮件) 联系我。

我很乐于看到我写的东西对读者有帮助，仅这一条就可以构成我写作的原始动力了。

## 访问和转载

可以通过：

* <https://blog.tsingjyujing.com/>
* <https://tsingjyujing.gitbook.io/blogs>
* <https://tsingjyujing.github.io/blog/>

三个地址访问，你可以转载任何你想转载的文章，但是请带上原地址。

## 源码

这个博客的源代码在：[TsingJyujing/blogs](https://github.com/TsingJyujing/blogs)，你可以随时将源代码克隆到本地，然后根据dockerfile里记录的方法编译。 也可以以我这个博客为模版写你自己的博客。

目前不支持RSS订阅，但是你可以关注这个Github项目Commit的RSS。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.tsingjyujing.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
