# Theme

{% hint style="warning" %}
Configuration in the **Global `_config.yml`**
{% endhint %}

### **Avatar**

```
aomori_logo: /images/avatar.jpg
```

### **Site Title Animated**

```
aomori_logo_typed_animated: true
```

### Navigation **Menu**

```
aomori_menu:
  Home: /
  Archives: /archives
```

### **Sidebar Menu**

```
aomori_widgets:
  - toc # Article navigation
  - category  # Article classification
  - tag # Article tags
  - recent_posts  # latest articles
  - archive # Article Archive
```

### **Creative Commons License**

```
aomori_copyright: true # or false
```

### **Social Media**

`icon` [Ionicons](https://ionic.io/ionicons) Icon Name

`url` Link address

```
aomori_social:
  -
    icon: # Ionicons name
    url: # Your social link
  -
    icon:
    type:
    url:
```

### **Baidu Submission**

```
aomori_baidu_sitepush: true  # or false
```

### **Baidu Analytics**

```
aomori_baidu_analytics: ''
```

### **Google Analytics**

```
aomori_google_analytics: 'UA-XXXXX-X'
```

### **Google Site Verification**

```
aomori_google_site:
  enable: true
  id: XXX
```

### Google 广告

```
aomori_google_ads:
  enable: true
  id: ca-pub-xxx
  post: true    # Enable in all articles
  post_slot: 0000000000 # Slot in Ad unit code
```

### **Busuanzi Count**

Counting service provided by [Busuanzi](https://busuanzi.ibruce.info)

```
aomori_busuanzi: true
```

### **Emoji Favicon**

```
aomori_favicon: 🎮
```


---

# 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/features/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.
