Skip to content

Commit

Permalink
注释掉了流量监测脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
LIUBINfighter committed Aug 18, 2024
1 parent 8777d38 commit c51c58c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

同时欢迎来我的[Github](https://github.com/LIUBINfighter)主页看看。

本博客参考了前辈的博客[Ben's Blog (benx.dev)](https://blog.benx.dev/)
本博客参考了前辈的博客[Ben's Blog (benx.dev)](https://blog.benx.dev/)
4 changes: 4 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ On this blog, I will share my academic journey, investment insights, and entrepr

Feel free to reach out to me.

### Articles

TBD.

### Courses

Preparing...
Expand Down
2 changes: 1 addition & 1 deletion content/post/Row_Lost_in_Vandermonde.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ math: true
draft: false
categories:
- math
tags:
- notes
tags:
- linear_algebra
---

Expand Down
3 changes: 1 addition & 2 deletions layouts/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
这个文件夹是为了自定义界面提供的。


由于使用了git submodule自动更新PaperMod,你在themes\PaperMod里的修改仅供本地预览(不会上传到github并重新编译),修改后的文件将要额外放到这个文件夹里。

我弄明白了,在根目录下把theme/papermod里修改了的html文件按原结构排好,action在编译的时候就会按照修改后的文件+指定PaperMod repo生成静态网站
我弄明白了,在根目录下把theme/papermod里修改了的html文件按原结构排好,action在编译的时候就会按照修改后的文件+指定PaperMod repo生成静态网站
4 changes: 2 additions & 2 deletions layouts/partials/extend_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">

<!-- Traffic -->
<!-- Traffic 这是别人的流量监测脚本
<script async defer src="https://umami-bens.vercel.app/script.js" data-website-id="07d2031a-8f6c-4349-9e73-00cbe8aaca29"></script>
<script async defer src="https://cloud.umami.is/script.js" data-website-id="c04dd2ec-4491-49e2-93de-4ab57346fe82"></script>
<script async defer src="https://cloud.umami.is/script.js" data-website-id="c04dd2ec-4491-49e2-93de-4ab57346fe82"></script> -->

<!-- Math -->
{{ if or .Params.math .Site.Params.math }}
Expand Down
4 changes: 2 additions & 2 deletions public/about/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.json

Large diffs are not rendered by default.

0 comments on commit c51c58c

Please sign in to comment.