From 85914102ae3dd35daedbdbd690eaf85eb49a1a12 Mon Sep 17 00:00:00 2001 From: peisipand Date: Sat, 6 Jul 2024 18:29:40 +0800 Subject: [PATCH] 240705 post bayes --- _config.yml | 10 +++++----- _posts/2022-04-12-Web_build_my_blog.md | 2 +- img/{avatar_binggan.jpg => selfie.jpg} | Bin 3 files changed, 6 insertions(+), 6 deletions(-) rename img/{avatar_binggan.jpg => selfie.jpg} (100%) diff --git a/_config.yml b/_config.yml index acdbd16..cccdadf 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ github_repo: "https://github.com/peisipand/peisipand.github.io.git" # you code r # Sidebar settings sidebar: true # whether or not using Sidebar. sidebar-about-description: "雪山前" -sidebar-avatar: /img/avatar_binggan.jpg # use absolute URL, seeing it's used in both `/` and `/about/` +sidebar-avatar: /img/selfie.jpg # use absolute URL, seeing it's used in both `/` and `/about/` @@ -60,8 +60,8 @@ kramdown: # Gitalk gitalk: enable: true #是否开启Gitalk评论 - clientID: 706e461e44571b9fb31a #生成的clientID - clientSecret: 6b320c1939ad7f84f8346924c6ebaefbadb1319c #生成的clientSecret + clientID: Ov23li1nDnzcWGBZyurr #生成的clientID + clientSecret: f4324bf9fbe069f586f4cf98518028089e5335a2 #生成的clientSecret repo: peisipand.github.io #仓库名称 owner: peisipand #github用户名 admin: peisipand @@ -75,8 +75,8 @@ gitalk: # Baidu Analytics ba_track_id: 8c7ba653a9d6df3b36b13af7c57f12f1 # Google Analytics -ga_track_id: 'UA-224927375-1' # Format: UA-xxxxxx-xx -ga_domain: peisipand.github.io # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto +ga_track_id: 'G-PFNT535YVF' # Format: UA-xxxxxx-xx +ga_domain: auto # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto diff --git a/_posts/2022-04-12-Web_build_my_blog.md b/_posts/2022-04-12-Web_build_my_blog.md index fa1768a..fed2a81 100644 --- a/_posts/2022-04-12-Web_build_my_blog.md +++ b/_posts/2022-04-12-Web_build_my_blog.md @@ -41,7 +41,7 @@ github官方也提供了一些模板,但是颜值不是特别在线,我这 下面需要把这些代码上传到自己的仓库。这里可以利用git bash的方式来上传,git是一个管理代码十分方便的工具。 1. 首先去Git的[官网](https://git-scm.com/)安装,装完只有在文件管理器右键就可以显示 -Git Bash Here; 2. 然后在解压后的那个文件夹 右键-Git Bash Here; -3. 具体如何上传和常见问题解决可以参考[上篇](https://peisipand.top/2021/04/13/GitBash/) +3. 具体如何上传和常见问题解决可以参考[上篇](https://peisipand.github.io/2024/01/15/Web_build_my_homepage/) # 三、进阶教程 ## 3.1 照片和文字的替换 diff --git a/img/avatar_binggan.jpg b/img/selfie.jpg similarity index 100% rename from img/avatar_binggan.jpg rename to img/selfie.jpg