# Baidu
To use Baidu analytics in this theme, navigate to the setting page of your
site at . You will get a piece of JS code provided
as follows:
```js
```
Then you can use it by filling your site toke `your_token_at_here` in the
config file:
```toml
[params.baidu]
token = "your_token_at_here"
```