# Introduction

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

## Aomori

**Hexo** is a fast, simple, powerful blog framework, with ultra-fast generation speed, support for Markdown, one-click deployment and high scalability.

Aomori is a theme developed based on a series of advantages of Hexo. The idea of the theme is to hope that bloggers can focus more on producing content and readers can focus more on receiving information.

Aomori provides many features that support its concept.

* Rich Website Style
* Rich Theme Configuration
* Optimize multimedia playback
* Excellent SEO optimization
* Responsive layout
* Open source and continuously updated

## Install

Run the command to install NPM dependencies

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

## Using

Basic configuration in the Global `_config.yml`

#### Enable Theme

```
theme: aomori
```

#### Turn off Hexo default 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/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.
