# FaceRoc's Notes

不会写代码却喜欢折腾一些有意思的东西，用过EverNote,OneNote,有道云笔记，石墨文档，幕布，GoogleDocs,GoogleNotes等用于个人记录东西或团队共享编辑，各有所长，但是在代码方面和简单写作上，觉得Markdonw挺不错，Github的版本记录也能记录下自己折腾的过程，所以就留在这里吧。

网上看了一些Github搭建博客的文章，先试了下Hexo,后来又看了一些大牛用Jeklly,前后花了2天时间看相关介绍和别人的模板，一直没有合适的，后来看到Gitbook就喜欢上了，简单用了下，觉得先不折腾，就用这个先记录一些东西，然后把后续折腾的过程记录下来。

还有一个原因是，10多年前刚工作时曾负责给一个产品写文档，当时找到的一款本地CHM制作软件[Help+Manual](https://www.helpandmanual.com/index.html)挺好用的，当时用的4.x版，可以生成CHM和HTML放到网站上，特别喜欢“锚点”功能，方便用户直接跳转到对应的功能页。~~多年不用已经忘记名字了，有空补上来~~。软件生成的HTML文档就是Gitbook现在的样子，可能觉得熟悉的东西更容易上手，也有一点点怀旧吧。

\#### 接下的计划

* [ ] 规划blog和note的分类定义，分开还是最终合并；
* [ ] 搭建好blog并记录下搭建的过程，以便下次再搭建的时候直接照文档快速完成；


---

# 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://note.faceroc.com/master.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.
