> ## Documentation Index
> Fetch the complete documentation index at: https://duxweb-22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 系统配置

> 使用配置标签获取获取到站点配置的信息

## 站点标题

```latte theme={null}
{\App\System\Service\Config::getValue('site_title')}
```

## 站点关键词

```latte theme={null}
{\App\System\Service\Config::getValue('site_keyword')}
```

## 站点描述

```latte theme={null}
{\App\System\Service\Config::getValue('site_description')}
```

## 站点描述

```latte theme={null}
{\App\System\Service\Config::getValue('site_description')}
```

## 版权信息

```latte theme={null}
{\App\System\Service\Config::getValue('site_copyright')}
```
