You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Default option (when the visitor switches manually, the default mode is no longer followed), choosing `auto` will give priority to prefers-color-scheme, and then enter the dark mode from 18:00 to 6:00 in the visitor’s local time
131
+
# Default option (when the visitor switches manually, the default mode is no longer followed), choosing `auto` will give priority to prefers-color-scheme, and then enter the dark mode from 18:00 to 6:00 in the visitor's local time
# If you only want to tracker to specific domains you can fill in this field, multiple domain names are separated by commas, which can avoid tracker localhost
299
+
domains:
300
+
301
+
# 用于统计 PV UV 的开始时间,格式为 "YYYY-MM-DD"
302
+
# statistics on the start time, the format is "YYYY-MM-DD"
303
+
start_time: 2024-01-01
304
+
305
+
# 新建一个 umami viewOnly 用户,然后通过 login api 获取该用户 token
306
+
# create an umami viewOnly user, and then get user token through the login api
307
+
token:
308
+
309
+
# 填写 umami 部署的服务器地址,如 "https://umami.example.com"
310
+
# server url of umami deployment, such as "https://umami.example.com"
311
+
api_server:
312
+
313
+
# Canonical 用于向 Google 搜索指定规范网址,开启前确保 hexo _config.yml 中配置 `url: http://yourdomain.com`
314
+
# Canonical, to specify a canonical URL for Google Search, need to set up `url: http://yourdomain.com` in hexo _config.yml
# Icon library, which includes many social icons, does not include those theme dependent, so your can modify link by yourself. See: https://hexo.fluid-dev.com/docs/en/icon/
# More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, The icon is no longer a link, but a hovering QR code
988
+
# More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, the icon is no longer a link, but a hovering QR code
0 commit comments