diff --git a/src/_config.oranges.yml b/src/_config.oranges.yml index 79b9d1b..c0e750d 100644 --- a/src/_config.oranges.yml +++ b/src/_config.oranges.yml @@ -193,18 +193,18 @@ footer: - enable: true id: busuanzi_value_site_pv - name: 本站总访问量 - unit: 次 + name: sv: + unit: - enable: true id: busuanzi_value_page_pv - name: 本文总阅读量 - unit: 次 + name: pv: + unit: - enable: true id: busuanzi_value_site_uv - name: 本站访客数 - unit: 人 + name: uv: + unit: # 文章搜索 search: diff --git a/src/_config.yml b/src/_config.yml index 818c1f9..484a20d 100644 --- a/src/_config.yml +++ b/src/_config.yml @@ -3,17 +3,17 @@ ## Source: https://github.com/hexojs/hexo/ # Site -title: Hexo -subtitle: '' +title: 'HZ' +subtitle: 'record my daily life and work' description: '' keywords: -author: John Doe +author: hippieZhou language: en -timezone: '' +timezone: 'Asia/Shanghai' # URL ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project' -url: http://example.com +url: https://hippiezhou.github.io permalink: :year/:month/:day/:title/ permalink_defaults: pretty_urls: @@ -101,4 +101,6 @@ theme: oranges # Deployment ## Docs: https://hexo.io/docs/one-command-deployment deploy: - type: '' + type: git + repo: https://github.com/hippieZhou/hippiezhou.dev + branch: main