# 介绍

![](https://raw.githubusercontent.com/lh1me/hexo-theme-aomori/master/docs/cover.png)

## Aomori

Hexo 是一款快速、简洁且高效的博客框架，拥有超快生成速度，支持 Markdown，一键部署和高度可扩展性。

Aomori 是基于 Hexo 一系列优势所开发出来的一款主题，主题特性如下

* 丰富的网站样式
* 丰富的主题配置
* 优化图片视频播放
* 出色的SEO优化
* 响应式布局
* 开源并持续更新

## 安装 <a href="#an-zhuang-zhu-ti" id="an-zhuang-zhu-ti"></a>

Hexo 根目录下执行命令行安装依赖

```
npm i hexo-theme-aomori -S
```

## 使用 <a href="#kai-shi-shi-yong" id="kai-shi-shi-yong"></a>

需要在全局 `_config.yml` 进行以下设置

#### 启用主题

```
theme: aomori
```

#### 关闭 Hexo 默认 Highlight 代码高亮

```
highlight:
  enable: false
```


---

# 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://lh1me.gitbook.io/aomori/cn/getting-started/intro.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.
