> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/doc/moin/moin_theme.md).

# Moin Themes

MoinMoin使用theme插件系统来修改风格，这样不需要改动核心代码。

## 安装theme

[ThemeMarket](https://moinmo.in/ThemeMarket)提供了可下载的theme，不过需要注意选择兼容所使用的MoinMoin版本。

需要在2个不同位置修改：

* 所有静态文件的目录：解压缩文件，存放到theme目录（包含2个目录：`css/`和`img/`）
* `data/plugin/theme`目录是theme代码存放位置：将theme脚本移动到这个目录（也就是theme同名的以.py结尾的文件）

此时theme已经安装好了，接下来就是 [配置](https://moinmo.in/HelpOnConfiguration)

## 参考

* [HelpOnThemes](https://moinmo.in/HelpOnThemes)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://huataihuang.gitbook.io/cloud-atlas-draft/develop/doc/moin/moin_theme.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.
