> For the complete documentation index, see [llms.txt](https://lh1me.gitbook.io/aomori/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lh1me.gitbook.io/aomori/features/theme.md).

# 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: 🎮
```
